C# Class Raven.Migrations.MigrationInfo

ファイルを表示 Open project: andrewdavey/ravendb-migrations

Private Properties

Property Type Description

Public Methods

Method Description
CreateNew ( long version, Type migrationType ) : MigrationInfo

Method Details

CreateNew() public static method

public static CreateNew ( long version, Type migrationType ) : MigrationInfo
version long
migrationType System.Type
return MigrationInfo