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

Provides the summary view of the business processs. More...

Public Member Functions

 ProcessSummary ()
 Initializes a new instance of the ProcessSummary class. More...
 
 ProcessSummary (ProcessIdentity processIdentity)
 Initializes a new instance of the ProcessSummary class. More...
 

Properties

CaseIdentity AssociatedCase [get, set]
 Gets or sets the associated case. More...
 
ResourceIdentity Author [get, set]
 Gets or sets the author. More...
 
bool CaptureEnabled [get, set]
 Gets or sets a value indicating whether the business process supports Capture. More...
 
CategoryIdentity Category [get, set]
 Gets or sets Category. More...
 
string Description [get, set]
 Gets or sets the description. More...
 
double ExpectedCost [get, set]
 Gets or sets the expected cost. More...
 
Duration ExpectedDuration [get, set]
 Gets or sets the expected duration. More...
 
bool HasDocumentContainer [get, set]
 Gets or sets a value indicating whether the business process HasDocument Container. More...
 
string Id [get, set]
 Gets or sets the unique id of the business process. This is same as Identity.Id. More...
 
ProcessIdentity Identity [get, set]
 Gets or sets the identity. More...
 
ResourceIdentity LastModified [get, set]
 Gets or sets the last modified by. More...
 
DateTime LastModifiedDate [get, set]
 Gets or sets the last modified date. More...
 
bool LatestVersion [get, set]
 Gets or sets a value indicating whether [latest version]. More...
 
ResourceIdentity LockedBy [get, set]
 Gets or sets the locked by. More...
 
string Name [get, set]
 Gets or sets the name of the business process. This is same as Identity.Name. More...
 
string OwnerId [get, set]
 Gets or sets the owner id. More...
 
short ProcessType [get, set]
 Gets or sets the type of the process. More...
 
string ServerId [get, set]
 Gets or sets the server id. More...
 
bool SupportsSkinning [get, set]
 Gets or sets a value indicating whether to support skinning. More...
 
bool Synchronous [get, set]
 Gets or sets a value indicating whether this ProcessSummary is synchronous. More...
 
double Version [get, set]
 Gets or sets the version of the business process. This is same as Identity.Version. More...
 
WorkQueueDefinitionIdentity WorkQueueDefinition [get, set]
 Gets or sets the work queue definition. More...
 

Description

Provides the summary view of the business processs.

Constructor & Destructor Documentation

Initializes a new instance of the ProcessSummary class.

ProcessSummary ( ProcessIdentity  processIdentity)

Initializes a new instance of the ProcessSummary class.

Parameters
processIdentityIdentity of the process

Property Documentation

CaseIdentity AssociatedCase
getset

Gets or sets the associated case.

ResourceIdentity Author
getset

Gets or sets the author.

The author.

bool CaptureEnabled
getset

Gets or sets a value indicating whether the business process supports Capture.

Gets or sets Category.

string Description
getset

Gets or sets the description.

The description.

double ExpectedCost
getset

Gets or sets the expected cost.

Duration ExpectedDuration
getset

Gets or sets the expected duration.

bool HasDocumentContainer
getset

Gets or sets a value indicating whether the business process HasDocument Container.

string Id
getset

Gets or sets the unique id of the business process. This is same as Identity.Id.

ProcessIdentity Identity
getset

Gets or sets the identity.

ResourceIdentity LastModified
getset

Gets or sets the last modified by.

The last modified by.

DateTime LastModifiedDate
getset

Gets or sets the last modified date.

The last modified date.

bool LatestVersion
getset

Gets or sets a value indicating whether [latest version].

True to latest version; otherwise, false.

ResourceIdentity LockedBy
getset

Gets or sets the locked by.

string Name
getset

Gets or sets the name of the business process. This is same as Identity.Name.

string OwnerId
getset

Gets or sets the owner id.

The owner id.

short ProcessType
getset

Gets or sets the type of the process.

string ServerId
getset

Gets or sets the server id.

The server id.

bool SupportsSkinning
getset

Gets or sets a value indicating whether to support skinning.

True to support skinning; otherwise, false.

bool Synchronous
getset

Gets or sets a value indicating whether this ProcessSummary is synchronous.

double Version
getset

Gets or sets the version of the business process. This is same as Identity.Version.

Gets or sets the work queue definition.

The work queue definition.