Method | 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.
|
public CompareTo ( object obj ) : int | ||
obj | object | The object to compare. |
return | int |
public UniqueChange ( string uniqueKey ) : System | ||
uniqueKey | string | The unique key folder and script number combination (Alpha/2). |
return | System |
public UniqueChange ( string folder, int scriptNumber ) : System | ||
folder | string | The folder. |
scriptNumber | int | The script number. |
return | System |