C# Class DotNetMigrations.Migrations.MigrationScriptFile

Inheritance: IMigrationScriptFile
Afficher le fichier Open project: jpoehls/dotnetmigrations Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( MigrationScriptFile other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
MigrationScriptFile ( string filePath ) : System
Read ( ) : MigrationScriptContents

Parses and returns the contents of the migration script file.

Write ( MigrationScriptContents contents ) : void

Writes the given contents into the migration script file.

operator ( ) : bool

Private Methods

Méthode Description
MigrationScriptFile ( ) : System
ParseVersion ( ) : void

Method Details

Equals() public méthode

public Equals ( MigrationScriptFile other ) : bool
other MigrationScriptFile
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MigrationScriptFile() public méthode

public MigrationScriptFile ( string filePath ) : System
filePath string
Résultat System

Read() public méthode

Parses and returns the contents of the migration script file.
public Read ( ) : MigrationScriptContents
Résultat MigrationScriptContents

Write() public méthode

Writes the given contents into the migration script file.
public Write ( MigrationScriptContents contents ) : void
contents MigrationScriptContents
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool