Interface IParentToManyChildrenRelation

A relation where the parent has many children.

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
TypeDescription
IList<>long

Methods

GetChildProperties(long)

Gets the child properties.

Declaration
RequestResponse
IDictionary<string, JToken> GetChildProperties(long id)
Parameters
TypeNameDescription
longid

The entity id.

Returns
TypeDescription
IDictionary<, >stringJToken

The child properties.

Do you have some feedback for us?

If you have suggestions for improving this article,