C# Class Net.Sf.Dbdeploy.UniqueChange

Represents any unique change.
Inheritance: IComparable
Afficher le fichier Open project: brunomlopes/dbdeploy.net Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

CompareTo() public méthode

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.
Résultat int

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

UniqueChange() public méthode

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).
Résultat System

UniqueChange() public méthode

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