C# Class NSoft.NFramework.Data.AbstractNamedParameter

Inheritance: ValueObjectBase, INamedParameter
Show file Open project: debop/NFramework

Public Methods

Method Description
Equals ( INamedParameter other ) : bool

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

GetHashCode ( ) : int
ToString ( ) : string

현재 인스턴스의 내용을 표현하는 문자열을 반환합니다.

Protected Methods

Method Description
AbstractNamedParameter ( string name, object value = null ) : System

Initialize a new instance of NamedParameterBase with parameter name and value

Method Details

AbstractNamedParameter() protected method

Initialize a new instance of NamedParameterBase with parameter name and value
protected AbstractNamedParameter ( string name, object value = null ) : System
name string parameter name
value object parameter value
return System

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

현재 인스턴스의 내용을 표현하는 문자열을 반환합니다.
public ToString ( ) : string
return string