C# Класс PageTypeBuilder.Reflection.MethodInfoExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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