Class OtherMaterialsGroup
Represents a list of OtherMaterial objects, grouped by the type of material they represent.
Inherited Members
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> |