Show / Hide Table of Contents

Class OtherMaterialsModel

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

Inheritance
object
OtherMaterialsModel
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 OtherMaterialsModel

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
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)
In this article
Back to top Generated by DocFX