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

Contains the information of a delegate. More...

Public Member Functions

 DelegateInfo ()
 Initializes a new instance of the DelegateInfo 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 identity of the resource being delegated the job. More...
 
ResourceIdentity Delegator [get, set]
 Gets or sets the resource identity of the resource who is delegating the job. 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...
 
bool Overwrite [get, set]
 Gets or sets a value indicating whether to overwrite or not. More...
 

Description

Contains the information of a delegate.

Constructor & Destructor Documentation

Initializes a new instance of the DelegateInfo 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 identity of the resource being delegated the job.

The Delegatee identity.

ResourceIdentity Delegator
getset

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

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.

bool Overwrite
getset

Gets or sets a value indicating whether to overwrite or not.

Whether other concurrent updates of the resource are checked with this update.