|
Name |
Description |
|
Equals |
Determines whether the specified Object is equal to the current Object. (inherited from Object) |
|
GetBinaryListValue
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetBinaryValue
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetBooleanListValue
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetBooleanValue
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetDateTimeListValue
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetDateTimeValue
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetEngineObjectValue
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetFloat64ListValue
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetFloat64Value
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object) |
|
GetIdListValue
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetIdValue
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetInteger32ListValue
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetInteger32Value
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetObjectData
|
This method is exposed to satisfy the ISerializable interface. |
|
GetObjectValue
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetStringListValue
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetStringValue
|
Locates the named parameter in the parameter bag and returns the value of the object it holds. |
|
GetType |
Gets the Type of the current instance. (inherited from Object) |
|
PutObjectValue
|
Adds an object as the value for the named parameter to the parameter bag for this PendingAction object. If the named parameter already exists, it is overwritten with the new value. |
|
PutValue
|
Overloaded. Adds a value for the named parameter to the parameter bag for this PendingAction object. |
|
ToString
|
Overridden. Returns a String representation of this PendingAction instance. The string (in the format “Class= Values= ”) consists of the name of the class of which this PendingAction is an instance and the parameter values from its parameter bag. For example, for a “create” pending action, this method returns the class name, Create, followed by the parameter values for class ID, object ID, and so on. |