Class ChildRelationBase
Base class for child relation.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
ChildRelationBase(IMClient, string, IDictionary<long, IDictionary<string, JToken>>)
Initializes a new instance of the ChildRelationBase class.
Declaration
Parameters
ChildRelationBase(string, IDictionary<long, IDictionary<string, JToken>>)
Initializes a new instance of the ChildRelationBase class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
The name of the relation. |
| IDictionary<, >longIDictionary<, >stringJToken | properties |
The properties of the linked entity. |
Properties
InheritsSecurity
Gets or sets a value indicating whether indicates the relation is used to inherit any security related metadata (from the parents towards the children).
Declaration
Property Value
| Type | Description |
|---|---|
| bool |