Table of Contents

Class TypeDefinition

Namespace
Loehnert.Lisrt.DummyPart
Assembly
Loehnert.Lisrt.DummyPart.dll

Represents the dummy parts defined for a type.

public class TypeDefinition
Inheritance
TypeDefinition
Inherited Members

Properties

DummyParts

Gets or sets the definitions of the dummy parts.

public IList<DummyPartDefinition> DummyParts { get; set; }

Property Value

IList<DummyPartDefinition>

TypeIdentifier

Gets or sets the type identifier where the definition belongs to.

public string TypeIdentifier { get; set; }

Property Value

string