C# Класс Net.Sf.Dbdeploy.UniqueChange

Represents any unique change.
Наследование: IComparable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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