C# Class StatLight.Client.Harness.Hosts.MSTest.UnitTestProviders.DynamicAttributeHelper

Afficher le fichier Open project: staxmanade/StatLight

Méthodes publiques

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

Method Details

GetAllAttributes() public static méthode

public static GetAllAttributes ( this method, string attributeName ) : object[]
method this
attributeName string
Résultat object[]

GetAttribute() public static méthode

public static GetAttribute ( this method, string attributeName ) : object
method this
attributeName string
Résultat object

GetObjectPropertyValue() public static méthode

public static GetObjectPropertyValue ( this attributeInstance, string propertyName ) : object
attributeInstance this
propertyName string
Résultat object

GetTestClasses() public static méthode

public static GetTestClasses ( this assembly, bool>.Func filter, ITestClass>.Func createType ) : ICollection
assembly this
filter bool>.Func
createType ITestClass>.Func
Résultat ICollection

HasAttribute() public static méthode

public static HasAttribute ( this method, string attributeName ) : bool
method this
attributeName string
Résultat bool

TryGetTypes() public static méthode

public static TryGetTypes ( this assembly, IList &types ) : bool
assembly this
types IList
Résultat bool