C# Class NSoft.NFramework.Reflections.MapPropertyOptions

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

Public Properties

Property Type Description
Default MapPropertyOptions
Safety MapPropertyOptions

Public Methods

Method Description
GetHashCode ( ) : int
ToString ( ) : string

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

Default public static property

기본 옵션, 모든 옵션을 False로 한다.
public static MapPropertyOptions,NSoft.NFramework.Reflections Default
return MapPropertyOptions

Safety public static property

안전하게 매핑을 수행하기 위해 예외 발생을 억제하고, 대소문자 구분을 하지 않습니다.
public static MapPropertyOptions,NSoft.NFramework.Reflections Safety
return MapPropertyOptions