Interface IRelationSpecification
Version: 3.2
Specifies a relation.
Namespace: StylelabsStylelabs.MStylelabs.M.FrameworkStylelabs.M.Framework.EssentialsLoadOptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IRelationSpecificationProperties
Name
Gets name of the relation (case insensitive).
Declaration
RequestResponse
string Name { get; }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
RequestResponse
RelationRole? Role { get; }Property Value
| Type | Description |
|---|---|
| RelationRole |
Methods
DeepClone()
Creates a deep clone of this instance.
Declaration
RequestResponse
IRelationSpecification DeepClone()Returns
| Type | Description |
|---|---|
| IRelationSpecification |
The relation specification. |