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