Interface IChildToOneParentRelation
A relation where the child has one parent.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IChildToOneParentRelation : IChildRelation, IToOneRelation, IRelation, IMember, IDirtyTrackingProperties
Parent
Gets or sets the parent.
Declaration
RequestResponse
long? Parent { get; set; }Property Value
| Type | Description |
|---|---|
| long |
Methods
GetParentProperties()
Gets the parent properties.
Declaration
RequestResponse
IDictionary<string, JToken> GetParentProperties()Returns
| Type | Description |
|---|---|
| IDictionary<, >stringJToken |
The parent properties. |