Property | Type | Description | |
---|---|---|---|
Empty |
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 |
현재 인스턴스를 문자열로 표현합니다.
|
public Equals ( IMetadataValue other ) : bool | ||
other | IMetadataValue | 이 개체와 비교할 개체입니다. |
return | bool |
public MetadataValue ( IMetadataValue src ) : System | ||
src | IMetadataValue | 원본 메타데이타 |
return | System |
public MetadataValue ( object value ) : System | ||
value | object | |
return | System |