Activity Methods |
The Activity type exposes the following members.
Name | Description | |
---|---|---|
AsResult |
Convert the Item to a Result object that can be returned by a server method
(Inherited from ItemWrapper.) | |
Attribute | Retrieve the attribute with the specified name (Inherited from ItemWrapper.) | |
Attributes | Retrieve all attributes specified for the element (Inherited from ItemWrapper.) | |
Clone | Creates a duplicate of the item object. All properties (including the ID) are preserved (Inherited from ItemWrapper.) | |
Elements | Retrieve all child elements (Inherited from ItemWrapper.) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Id | The ID of the item as retrieved from either the attribute or the property (Inherited from ItemWrapper.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Path |
Retrieve the Workflow Process Path by name
| |
PerformVote |
Perform a vote for a specified assignment and path
| |
Property(String) | Returns a reference to the property with the specified name (Inherited from ItemWrapper.) | |
Property(String, String) | Returns a reference to the property with the specified name and language (Inherited from ItemWrapper.) | |
Relationships | Returns the set of relationships associated with this item (Inherited from ItemWrapper.) | |
Relationships(String) | Returns the set of relationships associated with this item of the specified type (Inherited from ItemWrapper.) | |
SetDurationByDate | ||
SetIsAuto | ||
ToAml |
Render the node to a string
(Inherited from ItemWrapper.) | |
ToAml(XmlWriter) |
Write the node to the specified XmlWriter (Inherited from ItemWrapper.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TypeName | The type of the item as retrieved from either the attribute or the property (Inherited from ItemWrapper.) |
Name | Description | |
---|---|---|
ICloneableClone | Creates a new object that is a copy of the current instance. (Inherited from ItemWrapper.) |