C# 클래스 Net.Sf.Dbdeploy.UniqueChange

Represents any unique change.
상속: IComparable
파일 보기 프로젝트 열기: brunomlopes/dbdeploy.net 1 사용 예제들

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int

Compares the object to another giving a result of less than, equal to, or greater than.

ToString ( ) : string

Returns a System.String that represents this instance.

UniqueChange ( string uniqueKey ) : System

Initializes a new instance of the UniqueChange class.

UniqueChange ( string folder, int scriptNumber ) : System

Initializes a new instance of the UniqueChange class.

메소드 상세

CompareTo() 공개 메소드

Compares the object to another giving a result of less than, equal to, or greater than.
public CompareTo ( object obj ) : int
obj object The object to compare.
리턴 int

ToString() 공개 메소드

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

UniqueChange() 공개 메소드

Initializes a new instance of the UniqueChange class.
uniqueKey;The unique key must be a supplied.
public UniqueChange ( string uniqueKey ) : System
uniqueKey string The unique key folder and script number combination (Alpha/2).
리턴 System

UniqueChange() 공개 메소드

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