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