1. IParentToManyChildrenRelation

Interface IParentToManyChildrenRelation

A relation where the parent has many children.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IParentToManyChildrenRelation : IParentRelation, IToManyRelation, IRelation, IMember, IDirtyTracking

Properties

Children

Gets a list of children (never null).

Declaration
IList<long> Children { get; }
Property Value
TypeDescription
IList<>long

Methods

GetChildProperties(long)

Gets the child properties.

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

The entity id.

Returns
TypeDescription
IDictionary<, >stringJToken

The child properties.

If you have suggestions for improving this article, let us know!