Class StandardRelationshipInfo
- Namespace
- InSite.Application.Standards.Read
- Assembly
- Shift.Sdk.dll
public class StandardRelationshipInfo
- Inheritance
-
StandardRelationshipInfo
- Inherited Members
-
- Extension Methods
-
Constructors
StandardRelationshipInfo()
public StandardRelationshipInfo()
Properties
ChildStandardIdentifier
public Guid ChildStandardIdentifier { get; set; }
Property Value
- Guid
Depth
public int Depth { get; set; }
Property Value
- int
IsConnection
public bool? IsConnection { get; set; }
Property Value
- bool?
IsContainment
public bool? IsContainment { get; set; }
Property Value
- bool?
IsHierarchy
public bool? IsHierarchy { get; set; }
Property Value
- bool?
ParentStandardIdentifier
public Guid? ParentStandardIdentifier { get; set; }
Property Value
- Guid?