Interface IRelationSpecification
Specifies a relation.
Namespace: StylelabsStylelabs.MStylelabs.M.FrameworkStylelabs.M.Framework.EssentialsLoadOptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
Name
Gets name of the relation (case insensitive).
Declaration
Property Value
| Type | Description |
|---|---|
| string |
Role
Gets if the relation is self-referencing, which role to load. If it is null, both will be loaded into two separate relation objects.
Declaration
Property Value
| Type | Description |
|---|---|
| RelationRole |
Methods
DeepClone()
Creates a deep clone of this instance.
Declaration
Returns
| Type | Description |
|---|---|
| IRelationSpecification |
The relation specification. |