Class
NonBound

A class used to represent a DataDriven property that is NOT data bound.

Definition

Namespace:ArtOfTest.Common.Design.CodeGeneration

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class NonBound

Inheritance: objectNonBound

Constructors

NonBound(object, string, Type)

Declaration

cs-api-definition
public NonBound(object propertyValue, string name, Type propertyType)

Parameters

propertyValue

object

name

string

propertyType

Type

Properties

Name

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

PropertyValue

Declaration

cs-api-definition
public object PropertyValue { get; set; }

Property Value

object

Type

Declaration

cs-api-definition
public Type Type { get; set; }

Property Value

Type