Show / Hide Table of Contents

Class OtherMaterialsModel

Represents information about an OtherMaterial object, used to generate documentation for a list of OtherMaterial items.

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

Constructors

OtherMaterialsModel(IList<OtherMaterial>)

Initializes a new instance of the OtherMaterialsModel class.

Declaration
public OtherMaterialsModel(IList<OtherMaterial> otherMaterials)
Parameters
Type Name Description
IList<OtherMaterial> otherMaterials

A list of materials.

Properties

GenericHeader

Gets or sets the header text to use for OtherMaterial that do not have a type of material specified.

Declaration
public string GenericHeader { get; set; }
Property Value
Type Description
System.String

Groups

Gets a list of groups of OtherMaterial objects. One group is created for each unique type of material.

Declaration
public Collection<OtherMaterialsGroup> Groups { get; }
Property Value
Type Description
Collection<OtherMaterialsGroup>

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica