C# 클래스 Machine.Specifications.ReSharperRunner.PsiExtensions

파일 보기 프로젝트 열기: JorritSalverda/msbuild-by-convention

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetSubjectAttribute ( IAttributesSet type ) : IAttributeInstance
GetValidatedFieldType ( this element ) : IDeclaredType
IsInvalid ( this type ) : bool
IsValidFieldOfType ( this element, string typeFullName ) : bool

메소드 상세

GetBehaviorSpecifications() 공개 정적인 메소드

public static GetBehaviorSpecifications ( this clazz ) : IEnumerable
clazz this
리턴 IEnumerable

GetFirstGenericArgument() 공개 정적인 메소드

public static GetFirstGenericArgument ( this element ) : IClass
element this
리턴 IClass

GetSubjectString() 공개 정적인 메소드

public static GetSubjectString ( this type ) : string
type this
리턴 string

GetTags() 공개 정적인 메소드

public static GetTags ( this type ) : ICollection
type this
리턴 ICollection

IsBehavior() 공개 정적인 메소드

public static IsBehavior ( this element ) : bool
element this
리턴 bool

IsBehaviorContainer() 공개 정적인 메소드

public static IsBehaviorContainer ( this element ) : bool
element this
리턴 bool

IsConstant() 공개 정적인 메소드

public static IsConstant ( this element ) : bool
element this
리턴 bool

IsContext() 공개 정적인 메소드

public static IsContext ( this element ) : bool
element this
리턴 bool

IsContextBaseClass() 공개 정적인 메소드

public static IsContextBaseClass ( this element ) : bool
element this
리턴 bool

IsField() 공개 정적인 메소드

public static IsField ( this element ) : bool
element this
리턴 bool

IsIgnored() 공개 정적인 메소드

public static IsIgnored ( this element ) : bool
element this
리턴 bool

IsLocal() 공개 정적인 메소드

public static IsLocal ( this element ) : bool
element this
리턴 bool

IsSpecification() 공개 정적인 메소드

public static IsSpecification ( this element ) : bool
element this
리턴 bool

IsSupportingField() 공개 정적인 메소드

public static IsSupportingField ( this element ) : bool
element this
리턴 bool