Interface IParentToManyChildrenRelation
A relation where the parent has many children.
Inherited Members
Namespace: Stylelabs.M.Sdk.Contracts.Base
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
Type | Description |
---|---|
IList<System.Int64> |
Can we improve this article ? Provide feedback