C# Class PageTypeBuilder.Reflection.MethodInfoExtensions

Afficher le fichier Open project: joelabrahamsson/Page-Type-Builder

Méthodes publiques

Méthode Description
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

Method Details

GetPropertyName() public static méthode

public static GetPropertyName ( this propertyGetterOrSetter ) : string
propertyGetterOrSetter this
Résultat string

HasAttribute() public static méthode

public static HasAttribute ( this memberInfo, Type attributeType ) : bool
memberInfo this
attributeType System.Type
Résultat bool

IsCompilerGenerated() public static méthode

public static IsCompilerGenerated ( this memberInfo ) : bool
memberInfo this
Résultat bool

IsGetter() public static méthode

public static IsGetter ( this memberInfo ) : bool
memberInfo this
Résultat bool

IsGetterOrSetter() public static méthode

public static IsGetterOrSetter ( this memberInfo ) : bool
memberInfo this
Résultat bool

IsGetterOrSetterForPropertyWithAttribute() public static méthode

public static IsGetterOrSetterForPropertyWithAttribute ( this propertyGetterOrSetter, Type attributeType ) : bool
propertyGetterOrSetter this
attributeType System.Type
Résultat bool

IsSetter() public static méthode

public static IsSetter ( this memberInfo ) : bool
memberInfo this
Résultat bool