Class ChildRelationBase
Version: 3.2
Base class for child relation.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public abstract class ChildRelationBase : RelationBase, IChildRelation, IRelation, IMember, IDirtyTrackingConstructors
ChildRelationBase(IMClient, string, IDictionary<long, IDictionary<string, JToken>>)
Initializes a new instance of the ChildRelationBase class.
Declaration
RequestResponse
protected ChildRelationBase(IMClient client, string name, IDictionary<long, IDictionary<string, JToken>> properties = null)Parameters
| Type | Name | Description |
|---|---|---|
| IMClient | client |
The IMClient instance. |
| string | name |
The name of the relation. |
| IDictionary<, >longIDictionary<, >stringJToken | properties |
The properties of the linked entity. |
ChildRelationBase(string, IDictionary<long, IDictionary<string, JToken>>)
Initializes a new instance of the ChildRelationBase class.
Declaration
RequestResponse
protected ChildRelationBase(string name, IDictionary<long, IDictionary<string, JToken>> properties = null)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
RequestResponse
public bool InheritsSecurity { get; set; }Property Value
| Type | Description |
|---|---|
| bool |