C# 클래스 clipr.Utils.AttributeConverter

파일 보기 프로젝트 열기: nemec/clipr

공개 메소드들

메소드 설명
GetConverters ( Type type ) : System.ComponentModel.TypeConverter[]
ToNamedArgument ( this prop ) : INamedArgument
ToPositionalArgument ( this prop ) : IPositionalArgument

비공개 메소드들

메소드 설명
GetConverters ( PropertyInfo prop ) : System.ComponentModel.TypeConverter[]
GetLocalizationInfo ( PropertyInfo prop ) : LocalizationInfo
GetLocalizationInfo ( Type type ) : LocalizationInfo
GetStaticEnumerationConverter ( PropertyInfo prop ) : IEnumerable
GetStaticEnumerationConverter ( Type type ) : IEnumerable
GetStaticEnumerationConverterGated ( Type type ) : IEnumerable
SetDefaults ( ArgumentAttribute attr ) : void

메소드 상세

GetConverters() 공개 정적인 메소드

public static GetConverters ( Type type ) : System.ComponentModel.TypeConverter[]
type System.Type
리턴 System.ComponentModel.TypeConverter[]

ToNamedArgument() 공개 정적인 메소드

public static ToNamedArgument ( this prop ) : INamedArgument
prop this
리턴 INamedArgument

ToPositionalArgument() 공개 정적인 메소드

public static ToPositionalArgument ( this prop ) : IPositionalArgument
prop this
리턴 IPositionalArgument