Show / Hide Table of Contents

Class OtherMaterialsGroup

Represents a list of OtherMaterial objects, grouped by the type of material they represent.

Inheritance
object
OtherMaterialsGroup
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class OtherMaterialsGroup

Properties

MaterialType

Gets the type of material represented by each member of this group.

Declaration
public string MaterialType { get; set; }
Property Value
Type Description
string

OtherMaterials

Gets the list of OtherMaterial objects that form the group.

Declaration
public Collection<OtherMaterial> OtherMaterials { get; }
Property Value
Type Description
Collection<OtherMaterial>

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX