Public Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetBinaryListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetBinaryValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetBooleanListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetBooleanValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetDateTimeListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetDateTimeValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetEngineObjectValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetFloat64ListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetFloat64Value Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method 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)
Public method GetIdListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetIdValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetInteger32ListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetInteger32Value Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetNewClass Returns the symbolic name (if a symbolic name was entered in the ChangeClass constructor) or ID (if an ID name was entered in the ChangeClass constructor) of the new class with which the underlying object of this pending action has been associated.
Public method GetObjectData Overridden. This method is exposed to satisfy the ISerializable interface.
Public method GetObjectValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetStringListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetStringValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method 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. (inherited from PendingAction)
Public method PutValue Overloaded. Adds a value for the named parameter to the parameter bag for this PendingAction object. (inherited from PendingAction)
Public method ToString 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. (inherited from PendingAction)
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also