All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
Delegate Class Reference

Delegate class. More...

Public Member Functions

 Delegate ()
 Initializes a new instance of the Delegate class. More...
 

Properties

ResourceIdentity CreatedBy [get, set]
 Gets or sets the resource identity of the resource that created the delegation. More...
 
DateTime CreationDate [get, set]
 Gets or sets the date the delegation was created. More...
 
ResourceIdentity Delegatee [get, set]
 Gets or sets the resource identity of the resource that is receiving the delegated work. More...
 
ResourceIdentity Delegator [get, set]
 Gets or sets the resource identity of the resource who is delegating the work. More...
 
DateTime EndDate [get, set]
 Gets or sets the end date for the delegation of work if one is in use. More...
 
ResourceIdentity LastModifiedBy [get, set]
 Gets or sets the resource identity of the resource that last modified the delegation. More...
 
DateTime LastModifiedDate [get, set]
 Gets or sets the date the delegation was last modified. More...
 

Description

Delegate class.

Constructor & Destructor Documentation

Delegate ( )

Initializes a new instance of the Delegate class.

Property Documentation

ResourceIdentity CreatedBy
getset

Gets or sets the resource identity of the resource that created the delegation.

The CreatedBy identity.

DateTime CreationDate
getset

Gets or sets the date the delegation was created.

The CreationDate value.

ResourceIdentity Delegatee
getset

Gets or sets the resource identity of the resource that is receiving the delegated work.

The Delegatee identity.

ResourceIdentity Delegator
getset

Gets or sets the resource identity of the resource who is delegating the work.

The Delegator identity.

DateTime EndDate
getset

Gets or sets the end date for the delegation of work if one is in use.

The EndDate value.

ResourceIdentity LastModifiedBy
getset

Gets or sets the resource identity of the resource that last modified the delegation.

The LastModifiedBy identity.

DateTime LastModifiedDate
getset

Gets or sets the date the delegation was last modified.

The LastModifiedDate value.