Class MemberPolicy

Version: 3.2

Interface for member policies.

Inheritance
object
MemberPolicy
Implements
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsPolicies
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
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
RequestResponse
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
RequestResponse
public bool CanWrite { get; set; }
Property Value
TypeDescription
bool

DefinitionName

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

Declaration
RequestResponse
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
RequestResponse
public string Target { get; set; }
Property Value
TypeDescription
string

Implements

Do you have some feedback for us?

If you have suggestions for improving this article,