Show / Hide Table of Contents

Class OtherMaterialsGroup

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

Inheritance
System.Object
OtherMaterialsGroup
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class OtherMaterialsGroup : object

Properties

MaterialType

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

Declaration
public string MaterialType { get; set; }
Property Value
Type Description
System.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)
Back to top Copyright © 2009-2018 Colectica