Interface IChildToManyParentsRelation

A relation where the child has many parents.

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

Methods

GetParentProperties(long)

Gets the parent properties.

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

The entity id.

Returns
TypeDescription
IDictionary<, >stringJToken

The parent properties.

Do you have some feedback for us?

If you have suggestions for improving this article,