Interface IChildToManyParentsRelation
A relation where the child has many parents.
Inherited Members
IChildRelation.InheritsSecurity
IToManyRelation.AddRange(IEnumerable
IToManyRelation.AddAsync(string)
IToManyRelation.AddRangeAsync(IEnumerable
IRelation.SetIdentifiersAsync(IEnumerable
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. |
If you have suggestions for improving this article, let us know!