ValueSourceAttribute Class

Definition

[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=true, Inherited=false)]
public class ValueSourceAttribute : NUnit.Framework.DataAttribute, NUnit.Framework.Api.IParameterDataSource
type ValueSourceAttribute = class
    inherit DataAttribute
    interface IParameterDataSource
Inheritance
ValueSourceAttribute
Attributes
Implements

Constructors

ValueSourceAttribute(String)
ValueSourceAttribute(Type, String)

Properties

SourceName
SourceType

Methods

GetData(ParameterInfo)

Applies to