C# Class Adf.Core.Identity.ID

Afficher le fichier Open project: NLADP/ADF Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int
Equals ( object obj ) : bool

Compares this instance to another ID.

GetHashCode ( ) : int

Returns the hash code for this instance.

ID ( object newValue ) : System

Initializes a new instance of the ID with the specified value.

ToString ( ) : string

Returns the string representation of the Value of this ID.

TryParse ( string s, ID &result ) : bool

Checks whether the specified string is a valid ID.

TryParse ( string s, IFormatProvider provider, ID &result ) : bool
operator ( ) : bool

Returns the inequality of two IDs.

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Equals() public méthode

Compares this instance to another ID.
public Equals ( object obj ) : bool
obj object The to compare against.
Résultat bool

GetHashCode() public méthode

Returns the hash code for this instance.
public GetHashCode ( ) : int
Résultat int

ID() public méthode

Initializes a new instance of the ID with the specified value.
public ID ( object newValue ) : System
newValue object The value to use.
Résultat System

ToString() public méthode

Returns the string representation of the Value of this ID.
public ToString ( ) : string
Résultat string

TryParse() public static méthode

Checks whether the specified string is a valid ID.
public static TryParse ( string s, ID &result ) : bool
s string The string to check.
result ID The resulting , or the empty if the string is not a valid .
Résultat bool

TryParse() public static méthode

public static TryParse ( string s, IFormatProvider provider, ID &result ) : bool
s string
provider IFormatProvider
result ID
Résultat bool

operator() public static méthode

Returns the inequality of two IDs.
public static operator ( ) : bool
Résultat bool