1. IChildToOneParentRelation

Interface IChildToOneParentRelation

A relation where the child has one parent.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IChildToOneParentRelation : IChildRelation, IToOneRelation, IRelation, IMember, IDirtyTracking

Properties

Parent

Gets or sets the parent.

Declaration
long? Parent { get; set; }
Property Value
TypeDescription
long

Methods

GetParentProperties()

Gets the parent properties.

Declaration
IDictionary<string, JToken> GetParentProperties()
Returns
TypeDescription
IDictionary<, >stringJToken

The parent properties.

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