C# Class NSoft.NFramework.Data.NHibernateEx.Domain.MetadataValue

Inheritance: DataObjectBase, IMetadataValue
ファイルを表示 Open project: debop/NFramework

Public Properties

Property Type Description
Empty MetadataValue

Public Methods

Method Description
Equals ( IMetadataValue other ) : bool

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

GetHashCode ( ) : int

HashCode 값을 계산합니다.

MetadataValue ( ) : System

생성자

MetadataValue ( IMetadataValue src ) : System

생성자 (ObjectMapper.MapProperty{TTarget}(object,System.Func{TTarget},System.Linq.Expressions.Expression{System.Func{TTarget,object}}[]) 을 사용하세요)

MetadataValue ( object value ) : System

생성자

ToString ( ) : string

현재 인스턴스를 문자열로 표현합니다.

Method Details

Equals() public method

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

GetHashCode() public method

HashCode 값을 계산합니다.
public GetHashCode ( ) : int
return int

MetadataValue() public method

생성자
public MetadataValue ( ) : System
return System

MetadataValue() public method

생성자 (ObjectMapper.MapProperty{TTarget}(object,System.Func{TTarget},System.Linq.Expressions.Expression{System.Func{TTarget,object}}[]) 을 사용하세요)
public MetadataValue ( IMetadataValue src ) : System
src IMetadataValue 원본 메타데이타
return System

MetadataValue() public method

생성자
public MetadataValue ( object value ) : System
value object
return System

ToString() public method

현재 인스턴스를 문자열로 표현합니다.
public ToString ( ) : string
return string

Property Details

Empty public_oe static_oe property

빈 MetadataValue
public static MetadataValue,NSoft.NFramework.Data.NHibernateEx.Domain Empty
return MetadataValue