Class TypeDefinition
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
TypeIdentifier
Gets or sets the type identifier where the definition belongs to.
public string TypeIdentifier { get; set; }