C# Класс StatLight.Client.Harness.Hosts.MSTest.UnitTestProviders.DynamicAttributeHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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