MigrationBatchIdParameter Members

Include Protected Members
Include Inherited Members

The MigrationBatchIdParameter type exposes the following members.

Constructors

  Name Description
Public method MigrationBatchIdParameter() Intializes a new instance of the MigrationBatchIdParameter class.
Public method MigrationBatchIdParameter(INamedIdentity) Intializes a new instance of the MigrationBatchIdParameter class for the specified entity.
Public method MigrationBatchIdParameter(MigrationBatchId) Intializes a new instance of the MigrationBatchIdParameter class from the specified batch identifier.
Public method MigrationBatchIdParameter(String) Intializes a new instance of the MigrationBatchIdParameter class from the specified identifier.

Top

Properties

  Name Description
Public property MigrationBatchId Gets the migration batch identifier associated with this parameter.
Public property RawIdentity Gets an uninterpreted identifier for the migration batch identifier.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjects<T>(ObjectId, IConfigDataProvider) Returns a list of objects matching this identity starting with the specified root object and using the specified session.
Public method 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.
Public method GetType (Inherited from Object.)
Public method Initialize Initializes a migration batch for the entity identified by the specified object identifier.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns the string representation of a migration batch identifier. (Overrides Object.ToString().)

Top