1. Stylelabs.M.Sdk.Models.Policies

Class MemberPolicy

Interface for member policies.

Inheritance

object

MemberPolicy

Implements

IMemberPolicy

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsPolicies

Assembly: Stylelabs.M.Sdk.dll

Syntax

public class MemberPolicy : IMemberPolicy

Properties

CanRead

Gets or sets a value indicating whether gets or sets whether the user/user group that has this policy can read the Target.

Declaration

public bool CanRead { get; set; }

Property Value

TypeDescription
bool

CanWrite

Gets or sets a value indicating whether gets or sets whether the user/user group that has this policy can write to the Target.

Declaration

public bool CanWrite { get; set; }

Property Value

TypeDescription
bool

DefinitionName

Gets or sets the name of the definition that contains the Target.

Declaration

public string DefinitionName { get; set; }

Property Value

TypeDescription
string

Target

Gets or sets the member on the definition where the CanRead and CanWrite properties apply on.

Declaration

public string Target { get; set; }

Property Value

TypeDescription
string

Implements

IMemberPolicy

If you have suggestions for improving this article, let us know!