C# Class Machine.Specifications.ReSharperRunner.PsiExtensions

Afficher le fichier Open project: JorritSalverda/msbuild-by-convention

Méthodes publiques

Méthode Description
GetBehaviorSpecifications ( this clazz ) : IEnumerable
GetFirstGenericArgument ( this element ) : IClass
GetSubjectString ( this type ) : string
GetTags ( this type ) : ICollection
IsBehavior ( this element ) : bool
IsBehaviorContainer ( this element ) : bool
IsConstant ( this element ) : bool
IsContext ( this element ) : bool
IsContextBaseClass ( this element ) : bool
IsField ( this element ) : bool
IsIgnored ( this element ) : bool
IsLocal ( this element ) : bool
IsSpecification ( this element ) : bool
IsSupportingField ( this element ) : bool

Private Methods

Méthode Description
GetSubjectAttribute ( IAttributesSet type ) : IAttributeInstance
GetValidatedFieldType ( this element ) : IDeclaredType
IsInvalid ( this type ) : bool
IsValidFieldOfType ( this element, string typeFullName ) : bool

Method Details

GetBehaviorSpecifications() public static méthode

public static GetBehaviorSpecifications ( this clazz ) : IEnumerable
clazz this
Résultat IEnumerable

GetFirstGenericArgument() public static méthode

public static GetFirstGenericArgument ( this element ) : IClass
element this
Résultat IClass

GetSubjectString() public static méthode

public static GetSubjectString ( this type ) : string
type this
Résultat string

GetTags() public static méthode

public static GetTags ( this type ) : ICollection
type this
Résultat ICollection

IsBehavior() public static méthode

public static IsBehavior ( this element ) : bool
element this
Résultat bool

IsBehaviorContainer() public static méthode

public static IsBehaviorContainer ( this element ) : bool
element this
Résultat bool

IsConstant() public static méthode

public static IsConstant ( this element ) : bool
element this
Résultat bool

IsContext() public static méthode

public static IsContext ( this element ) : bool
element this
Résultat bool

IsContextBaseClass() public static méthode

public static IsContextBaseClass ( this element ) : bool
element this
Résultat bool

IsField() public static méthode

public static IsField ( this element ) : bool
element this
Résultat bool

IsIgnored() public static méthode

public static IsIgnored ( this element ) : bool
element this
Résultat bool

IsLocal() public static méthode

public static IsLocal ( this element ) : bool
element this
Résultat bool

IsSpecification() public static méthode

public static IsSpecification ( this element ) : bool
element this
Résultat bool

IsSupportingField() public static méthode

public static IsSupportingField ( this element ) : bool
element this
Résultat bool