C# 클래스 StatLight.Client.Harness.Hosts.MSTest.UnitTestProviders.DynamicAttributeHelper

파일 보기 프로젝트 열기: staxmanade/StatLight

공개 메소드들

메소드 설명
GetAllAttributes ( this method, string attributeName ) : object[]
GetAttribute ( this method, string attributeName ) : object
GetObjectPropertyValue ( this attributeInstance, string propertyName ) : object
GetTestClasses ( this assembly, bool>.Func filter, ITestClass>.Func createType ) : ICollection
HasAttribute ( this method, string attributeName ) : bool
TryGetTypes ( this assembly, IList &types ) : bool

메소드 상세

GetAllAttributes() 공개 정적인 메소드

public static GetAllAttributes ( this method, string attributeName ) : object[]
method this
attributeName string
리턴 object[]

GetAttribute() 공개 정적인 메소드

public static GetAttribute ( this method, string attributeName ) : object
method this
attributeName string
리턴 object

GetObjectPropertyValue() 공개 정적인 메소드

public static GetObjectPropertyValue ( this attributeInstance, string propertyName ) : object
attributeInstance this
propertyName string
리턴 object

GetTestClasses() 공개 정적인 메소드

public static GetTestClasses ( this assembly, bool>.Func filter, ITestClass>.Func createType ) : ICollection
assembly this
filter bool>.Func
createType ITestClass>.Func
리턴 ICollection

HasAttribute() 공개 정적인 메소드

public static HasAttribute ( this method, string attributeName ) : bool
method this
attributeName string
리턴 bool

TryGetTypes() 공개 정적인 메소드

public static TryGetTypes ( this assembly, IList &types ) : bool
assembly this
types IList
리턴 bool