Interface IChildToManyParentsRelation
A relation where the child has many parents.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
Parents
Gets the list of parents (never null).
Declaration
Property Value
| Type | Description |
|---|---|
| IList<>long |
Methods
GetParentProperties(long)
Gets the parent properties.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| long | id |
The entity id. |
Returns
| Type | Description |
|---|---|
| IDictionary<, >stringJToken |
The parent properties. |