Class ChildRelationBase

Base class for child relation.

Inheritance
object
ChildRelationBase
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public abstract class ChildRelationBase : RelationBase, IChildRelation, IRelation, IMember, IDirtyTracking

Constructors

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
TypeNameDescription
IMClientclient

The IMClient instance.

stringname

The name of the relation.

IDictionary<, >longIDictionary<, >stringJTokenproperties

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
TypeNameDescription
stringname

The name of the relation.

IDictionary<, >longIDictionary<, >stringJTokenproperties

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
TypeDescription
bool

Implements

Do you have some feedback for us?

If you have suggestions for improving this article,