Interface IMemberPolicy

Version: 4.0

Interface for member policies.

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

DefinitionName

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

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

Do you have some feedback for us?

If you have suggestions for improving this article,