Class Type
Represents object type in external system.
Inherited Members
Namespace: CustomPLMService.Contract.Models.Metadata
Assembly: CustomPLMService.Contract.dll
Syntax
public class Type
Properties
Attributes
Object type attribute specifications (see AttributeSpec)
Declaration
public List<AttributeSpec> Attributes { get; set; }
Property Value
Type | Description |
---|---|
List<AttributeSpec> |
Id
Object type identifier (see TypeId)
Declaration
public TypeId Id { get; set; }
Property Value
Type | Description |
---|---|
TypeId |
Relationships
Object type relationship specifications (see RelationshipSpec)
Declaration
public List<RelationshipSpec> Relationships { get; set; }
Property Value
Type | Description |
---|---|
List<RelationshipSpec> |