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