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