Show / Hide Table of Contents

Class JoinPolicyAssign

Class that joins a Policy to a IPolicyAssignable instance.

Inheritance
object
JoinPolicyAssign
Implements
IDbEntity
IWMEntity
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Auth
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
Type Description
string

AssignedToType

Declaration
public string AssignedToType { get; set; }
Property Value
Type Description
string

CreatedBy

ID of the user that created this entity.

Declaration
public string CreatedBy { get; set; }
Property Value
Type Description
string

CreatedDate

Date and time at which this entity was last updated.

Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type Description
DateTime

ID

Declaration
public string ID { get; }
Property Value
Type Description
string

LastUpdatedBy

ID of the user that last updated this entity.

Declaration
public string LastUpdatedBy { get; set; }
Property Value
Type Description
string

LastUpdatedDate

Date and time at which this entity was last updated.

Declaration
public DateTime LastUpdatedDate { get; set; }
Property Value
Type Description
DateTime

PolicyID

Declaration
public string PolicyID { get; set; }
Property Value
Type Description
string

Priority

Permissions are applied in ascending priority order.

Declaration
public int Priority { get; set; }
Property Value
Type Description
int

Implements

IDbEntity
IWMEntity
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE