ClientRules

NAMESPACE

RASAdminEngine.Core.OutputModels

DESCRIPTION

Client Rules

INHERITED FROM

RASSerilazableObj

⇒

RASListObj

⇒

ClientRules

INTERFACES

  • ISerializable

  • IComparable

PUBLIC PROPERTIES

Type
Name
Description

String

AdminCreate

Inherited from RASListObj User who created the object.

String

AdminLastMod

Inherited from RASListObj User who last modified the object.

Assignment

The Client Policy Assignment object.

ClientPolicy

Users and groups that the client policy applies to.

String

Description

Description of the client policy.

Boolean

Enabled

Whether the client policy is enabled or disabled.

UInt32

Id

ID of the object.

String

Name

Name of the client policy.

UInt32

Order

Order of the client policy.

DateTime

TimeCreate

Inherited from RASListObj Time when the object was created.

DateTime

TimeLastMod

Inherited from RASListObj Time when the object was last modified.

UInt32

Version

Version.

PUBLIC METHODS

Type
Name
Description

Int32

CompareTo (Object obj)

Inherited from RASSerilazableObj

Boolean

Equals (Object obj)

Inherited from RASSerilazableObj

Int32

GetHashCode ()

Inherited from RASSerilazableObj

Type

GetType ()

String

ToString ()

Void

UpdateFromObject (ClientRules source, Boolean

overwrite)

### References to Commands

----

Last updated