Class JoinPolicyAssign
Inheritance
JoinPolicyAssign
Assembly: WMServer.dll
Syntax
public class JoinPolicyAssign : IDbEntity, IWMEntity
Constructors
JoinPolicyAssign()
Declaration
public JoinPolicyAssign()
JoinPolicyAssign(string)
Declaration
public JoinPolicyAssign(string id)
Parameters
Type |
Name |
Description |
string |
id |
|
Properties
AssignedToID
Declaration
public string AssignedToID { get; set; }
Property Value
AssignedToType
Declaration
public string AssignedToType { get; set; }
Property Value
CreatedBy
ID of the user that created this entity.
Declaration
public string CreatedBy { get; set; }
Property Value
CreatedDate
Date and time at which this entity was last updated.
Declaration
public DateTime CreatedDate { get; set; }
Property Value
ID
Declaration
public string ID { get; }
Property Value
LastUpdatedBy
ID of the user that last updated this entity.
Declaration
public string LastUpdatedBy { get; set; }
Property Value
LastUpdatedDate
Date and time at which this entity was last updated.
Declaration
public DateTime LastUpdatedDate { get; set; }
Property Value
PolicyID
Declaration
public string PolicyID { get; set; }
Property Value
Priority
Permissions are applied in ascending priority order.
Declaration
public int Priority { get; set; }
Property Value
Implements