C# Class NSoft.NFramework.StringResources.ExpressionField

Inheritance: IExpressionField
Show file Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
Equals ( IExpressionField other ) : bool

현재 개체가 동일한 형식의 다른 개체와 같은지 여부를 나타냅니다.

Equals ( object obj ) : bool

지정한 T:System.Object가 현재 T:System.Object와 같은지 여부를 확인합니다.

ExpressionField ( string classKey, string resourceKey ) : System

Initialize a new instance of ExpressionField with class key, resource key

GetHashCode ( ) : int

특정 형식에 대한 해시 함수 역할을 합니다.

ToString ( ) : string

현재 T:System.Object를 나타내는 T:System.String을 반환합니다.

Method Details

Equals() public method

현재 개체가 동일한 형식의 다른 개체와 같은지 여부를 나타냅니다.
public Equals ( IExpressionField other ) : bool
other IExpressionField 이 개체와 비교할 개체입니다.
return bool

Equals() public method

지정한 T:System.Object가 현재 T:System.Object와 같은지 여부를 확인합니다.
public Equals ( object obj ) : bool
obj object 현재 와 비교할 입니다.
return bool

ExpressionField() public method

Initialize a new instance of ExpressionField with class key, resource key
public ExpressionField ( string classKey, string resourceKey ) : System
classKey string 리소스의 위치를 나타내는 키값
resourceKey string 리소스 키
return System

GetHashCode() public method

특정 형식에 대한 해시 함수 역할을 합니다.
public GetHashCode ( ) : int
return int

ToString() public method

현재 T:System.Object를 나타내는 T:System.String을 반환합니다.
public ToString ( ) : string
return string