Class Policy
Represents a collection of Permissions allowing them to be handled as a single right of access.
Assembly: WMServer.dll
Syntax
public class Policy : IDbEntity, IWMEntity
Properties
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
Documentation
Declaration
public string Documentation { get; set; }
Property Value
ID
Declaration
public string ID { get; set; }
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
Name
Declaration
public string Name { get; set; }
Property Value
Summary
Declaration
public string Summary { get; set; }
Property Value
Implements