C# 클래스 Adf.Core.Identity.ID

파일 보기 프로젝트 열기: NLADP/ADF 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

Equals() 공개 메소드

Compares this instance to another ID.
public Equals ( object obj ) : bool
obj object The to compare against.
리턴 bool

GetHashCode() 공개 메소드

Returns the hash code for this instance.
public GetHashCode ( ) : int
리턴 int

ID() 공개 메소드

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

ToString() 공개 메소드

Returns the string representation of the Value of this ID.
public ToString ( ) : string
리턴 string

TryParse() 공개 정적인 메소드

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 .
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( string s, IFormatProvider provider, ID &result ) : bool
s string
provider IFormatProvider
result ID
리턴 bool

operator() 공개 정적인 메소드

Returns the inequality of two IDs.
public static operator ( ) : bool
리턴 bool