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