Represents a “create” pending action. Calling a method that creates an object automatically creates an instance of Create, which is then added to the underlying object’s PendingActions collection.


The following tables list the members exposed by Create.

Public Constructors

  Name Description
Static Public method Create Overloaded.  
Top

Protected Constructors

  Name Description
Static Family method Create Overloaded.  
Top

Protected Fields

Public Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetAutoUniqueContainmentName Returns True 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 False.
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 GetClassId Returns a String containing the identifier (GUID) or symbolic name of the class of object to be created.
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 GetDefineSecurityParentage Returns a Boolean value indicating whether the security parentage should be automatically set.

This method is only valid for ReferentialContainmentRelationship and DynamicReferentialContainmentRelationship objects.

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 GetObjectData Overridden. This method is exposed to satisfy the ISerializable interface.
Public method GetObjectId Returns a String containing the identifier (GUID) of the underlying object of this pending action.
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 GetReservationType Returns the reservation type (collaborative, exclusive, or extracted from the object store) of the underlying object of this pending action.
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 GetVersionSeriesId Returns the version series ID for the underlying object of this pending action.
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

Explicit Interface Implementations

  Name Description
Static Private method Create Overloaded.  
Top

See Also