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

Inheritance: DataObjectBase, IMetadataValue
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Свойство Type Description
Empty MetadataValue

Méthodes publiques

Méthode 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 méthode

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

GetHashCode() public méthode

HashCode 값을 계산합니다.
public GetHashCode ( ) : int
Résultat int

MetadataValue() public méthode

생성자
public MetadataValue ( ) : System
Résultat System

MetadataValue() public méthode

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

MetadataValue() public méthode

생성자
public MetadataValue ( object value ) : System
value object
Résultat System

ToString() public méthode

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

Property Details

Empty public_oe static_oe property

빈 MetadataValue
public static MetadataValue,NSoft.NFramework.Data.NHibernateEx.Domain Empty
Résultat MetadataValue