C# 클래스 FlatFiles.TypeMapping.DecimalPropertyMapping

상속: IDecimalPropertyMapping, IPropertyMapping
파일 보기 프로젝트 열기: jehugaleahsa/FlatFiles

공개 메소드들

메소드 설명
ColumnName ( string name ) : IDecimalPropertyMapping
DecimalPropertyMapping ( DecimalColumn column, PropertyInfo property ) : System
FormatProvider ( IFormatProvider provider ) : IDecimalPropertyMapping
NullHandler ( INullHandler handler ) : IDecimalPropertyMapping
NullValue ( string value ) : IDecimalPropertyMapping
NumberStyles ( NumberStyles styles ) : IDecimalPropertyMapping
OutputFormat ( string format ) : IDecimalPropertyMapping
Preprocessor ( string>.Func preprocessor ) : IDecimalPropertyMapping

메소드 상세

ColumnName() 공개 메소드

public ColumnName ( string name ) : IDecimalPropertyMapping
name string
리턴 IDecimalPropertyMapping

DecimalPropertyMapping() 공개 메소드

public DecimalPropertyMapping ( DecimalColumn column, PropertyInfo property ) : System
column DecimalColumn
property System.Reflection.PropertyInfo
리턴 System

FormatProvider() 공개 메소드

public FormatProvider ( IFormatProvider provider ) : IDecimalPropertyMapping
provider IFormatProvider
리턴 IDecimalPropertyMapping

NullHandler() 공개 메소드

public NullHandler ( INullHandler handler ) : IDecimalPropertyMapping
handler INullHandler
리턴 IDecimalPropertyMapping

NullValue() 공개 메소드

public NullValue ( string value ) : IDecimalPropertyMapping
value string
리턴 IDecimalPropertyMapping

NumberStyles() 공개 메소드

public NumberStyles ( NumberStyles styles ) : IDecimalPropertyMapping
styles NumberStyles
리턴 IDecimalPropertyMapping

OutputFormat() 공개 메소드

public OutputFormat ( string format ) : IDecimalPropertyMapping
format string
리턴 IDecimalPropertyMapping

Preprocessor() 공개 메소드

public Preprocessor ( string>.Func preprocessor ) : IDecimalPropertyMapping
preprocessor string>.Func
리턴 IDecimalPropertyMapping