The TakeFederatedOwnership type exposes the following members.

ToggleMethods

Type NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBinaryListValue
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetBinaryValue
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetBooleanListValue
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetBooleanValue
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetDateTimeListValue
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetDateTimeValue
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetEngineObjectValue
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetFloat64ListValue
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetFloat64Value
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetHashCode
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 methodGetIdListValue
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetIdValue
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetInteger32ListValue
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetInteger32Value
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetObjectData
This method is exposed to satisfy the ISerializable interface.
(Inherited from PendingAction.)
Public methodGetObjectValue
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetStringListValue
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetStringValue
Locates the named parameter in the parameter bag and returns the value of the object it holds.
(Inherited from PendingAction.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPutObjectValue
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 methodPutValueOverloaded.
Public methodToString
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.)

ToggleSee Also