MigrationBatchIdParameter Members
Include Protected Members
Include Inherited Members
The MigrationBatchIdParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MigrationBatchIdParameter() | Intializes a new instance of the MigrationBatchIdParameter class. | |
MigrationBatchIdParameter(INamedIdentity) | Intializes a new instance of the MigrationBatchIdParameter class for the specified entity. | |
MigrationBatchIdParameter(MigrationBatchId) | Intializes a new instance of the MigrationBatchIdParameter class from the specified batch identifier. | |
MigrationBatchIdParameter(String) | Intializes a new instance of the MigrationBatchIdParameter class from the specified identifier. |
Top
Properties
Name | Description | |
---|---|---|
MigrationBatchId | Gets the migration batch identifier associated with this parameter. | |
RawIdentity | Gets an uninterpreted identifier for the migration batch identifier. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjects<T>(ObjectId, IConfigDataProvider) | Returns a list of objects matching this identity starting with the specified root object and using the specified session. | |
GetObjects<T>(ObjectId, IConfigDataProvider, OptionalIdentityData, Nullable<LocalizedString>) | Returns a list of objects matching this identity starting with the specified root object and using the specified session and optional identity information. | |
GetType | (Inherited from Object.) | |
Initialize | Initializes a migration batch for the entity identified by the specified object identifier. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the string representation of a migration batch identifier. (Overrides Object.ToString().) |
Top
See Also