C# 클래스 Net.Sf.Dbdeploy.Database.ChangeEntry

Represents a logged change to the database.
상속: Net.Sf.Dbdeploy.Database.UniqueChange
파일 보기 프로젝트 열기: brunomlopes/dbdeploy.net 1 사용 예제들

공개 메소드들

메소드 설명
ChangeEntry ( string folder, int scriptNumber ) : System.Globalization

Initializes a new instance of the ChangeEntry class.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

ChangeEntry() 공개 메소드

Initializes a new instance of the ChangeEntry class.
public ChangeEntry ( string folder, int scriptNumber ) : System.Globalization
folder string The folder.
scriptNumber int The script number.
리턴 System.Globalization

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string