C# 클래스 PageTypeBuilder.Reflection.MethodInfoExtensions

파일 보기 프로젝트 열기: joelabrahamsson/Page-Type-Builder

공개 메소드들

메소드 설명
GetPropertyName ( this propertyGetterOrSetter ) : string
HasAttribute ( this memberInfo, Type attributeType ) : bool
IsCompilerGenerated ( this memberInfo ) : bool
IsGetter ( this memberInfo ) : bool
IsGetterOrSetter ( this memberInfo ) : bool
IsGetterOrSetterForPropertyWithAttribute ( this propertyGetterOrSetter, Type attributeType ) : bool
IsSetter ( this memberInfo ) : bool

메소드 상세

GetPropertyName() 공개 정적인 메소드

public static GetPropertyName ( this propertyGetterOrSetter ) : string
propertyGetterOrSetter this
리턴 string

HasAttribute() 공개 정적인 메소드

public static HasAttribute ( this memberInfo, Type attributeType ) : bool
memberInfo this
attributeType System.Type
리턴 bool

IsCompilerGenerated() 공개 정적인 메소드

public static IsCompilerGenerated ( this memberInfo ) : bool
memberInfo this
리턴 bool

IsGetter() 공개 정적인 메소드

public static IsGetter ( this memberInfo ) : bool
memberInfo this
리턴 bool

IsGetterOrSetter() 공개 정적인 메소드

public static IsGetterOrSetter ( this memberInfo ) : bool
memberInfo this
리턴 bool

IsGetterOrSetterForPropertyWithAttribute() 공개 정적인 메소드

public static IsGetterOrSetterForPropertyWithAttribute ( this propertyGetterOrSetter, Type attributeType ) : bool
propertyGetterOrSetter this
attributeType System.Type
리턴 bool

IsSetter() 공개 정적인 메소드

public static IsSetter ( this memberInfo ) : bool
memberInfo this
리턴 bool