The ApplySecurityTemplate type exposes the following members.
Methods
Type | Name | Description |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | 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.) |
![]() | GetApplyStateId | Returns an identifier for the versioning state to be applied to the underlying
object for this pending action.
|
![]() | GetBinaryListValue | Locates the named parameter in the parameter bag and returns the value of
the object it holds.
(Inherited from PendingAction.) |
![]() | GetBinaryValue | Locates the named parameter in the parameter bag and returns the value of
the object it holds.
(Inherited from PendingAction.) |
![]() | GetBooleanListValue | Locates the named parameter in the parameter bag and returns the value of
the object it holds.
(Inherited from PendingAction.) |
![]() | GetBooleanValue | Locates the named parameter in the parameter bag and returns the value of
the object it holds.
(Inherited from PendingAction.) |
![]() | GetDateTimeListValue | Locates the named parameter in the parameter bag and returns the value of
the object it holds.
(Inherited from PendingAction.) |
![]() | GetDateTimeValue | Locates the named parameter in the parameter bag and returns the value of
the object it holds.
(Inherited from PendingAction.) |
![]() | GetEngineObjectValue | Locates the named parameter in the parameter bag and returns the value of
the object it holds.
(Inherited from PendingAction.) |
![]() | GetFloat64ListValue | Locates the named parameter in the parameter bag and returns the value of
the object it holds.
(Inherited from PendingAction.) |
![]() | GetFloat64Value | Locates the named parameter in the parameter bag and returns the value of
the object it holds.
(Inherited from PendingAction.) |
![]() | 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.
(Inherited from PendingAction.) |
![]() | GetIdValue | Locates the named parameter in the parameter bag and returns the value of
the object it holds.
(Inherited from PendingAction.) |
![]() | GetInteger32ListValue | Locates the named parameter in the parameter bag and returns the value of
the object it holds.
(Inherited from PendingAction.) |
![]() | GetInteger32Value | Locates the named parameter in the parameter bag and returns the value of
the object it holds.
(Inherited from PendingAction.) |
![]() | GetObjectData |
This method is exposed to satisfy the ISerializable interface.
(Overrides PendingAction..::.GetObjectData(SerializationInfo, StreamingContext).) |
![]() | GetObjectValue | Locates the named parameter in the parameter bag and returns the value of
the object it holds.
(Inherited from PendingAction.) |
![]() | GetStringListValue | Locates the named parameter in the parameter bag and returns the value of
the object it holds.
(Inherited from PendingAction.) |
![]() | GetStringValue | Locates the named parameter in the parameter bag and returns the value of
the object it holds.
(Inherited from PendingAction.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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.
(Inherited from PendingAction.) |
![]() | PutValue | Overloaded. |
![]() | 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.) |