Represents a “create” pending action. Calling a method that creates an object automatically creates an instance of
, which is then added to the underlying object’s
collection.
The following tables list the members exposed by Create.
Public Constructors
Protected Constructors
Protected Fields
Name | Description | |
---|---|---|
![]() ![]() |
AUTO_UNIQUE_CONTAINMENT | |
![]() ![]() |
CLASS_ID | |
![]() ![]() |
DEFINE_SECURITY_PARENTAGE | |
![]() ![]() |
OBJECT_ID | |
![]() ![]() |
RESERVATION_TYPE | |
![]() |
vals | (inherited from PendingAction) |
![]() ![]() |
VERSION_SERIES_ID |
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified |
![]() |
GetAutoUniqueContainmentName | Returns if a unique containment name can be automatically generated for this pending action’s underlying object when the new object is saved to the object store; otherwise, returns . |
![]() |
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) |
![]() |
GetClassId | Returns a containing the identifier (GUID) or symbolic name of the class of object to be created. |
![]() |
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) |
![]() |
GetDefineSecurityParentage | Returns a value indicating whether the security parentage should be automatically set. This method is only valid for |
![]() |
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. |
![]() |
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 | Overridden. This method is exposed to satisfy the interface. |
![]() |
GetObjectId | Returns a containing the identifier (GUID) of the underlying object of this pending action. |
![]() |
GetObjectValue | Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction) |
![]() |
GetReservationType | Returns the reservation type (collaborative, exclusive, or extracted from the object store) of the underlying object of this pending action. |
![]() |
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 |
![]() |
GetVersionSeriesId | Returns the version series ID for the underlying object of this pending action. |
![]() |
PutObjectValue | Adds an object as the value for the named parameter to the parameter bag for this object. If the named parameter already exists, it is overwritten with the new value. (inherited from PendingAction) |
![]() |
PutValue | Overloaded. Adds a value for the named parameter to the parameter bag for this object. (inherited from PendingAction) |
![]() |
ToString | Returns a representation of this instance. The string (in the format “Class= Values= ”) consists of the name of the class of which this 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) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Allows an |
![]() |
MemberwiseClone | Creates a shallow copy of the current |