C# 클래스 DotNetMigrations.Migrations.MigrationScriptFile

상속: IMigrationScriptFile
파일 보기 프로젝트 열기: jpoehls/dotnetmigrations 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
MigrationScriptFile ( ) : System
ParseVersion ( ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( MigrationScriptFile other ) : bool
other MigrationScriptFile
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MigrationScriptFile() 공개 메소드

public MigrationScriptFile ( string filePath ) : System
filePath string
리턴 System

Read() 공개 메소드

Parses and returns the contents of the migration script file.
public Read ( ) : MigrationScriptContents
리턴 MigrationScriptContents

Write() 공개 메소드

Writes the given contents into the migration script file.
public Write ( MigrationScriptContents contents ) : void
contents MigrationScriptContents
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool