Class
Variable

Definition

Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class Variable : INotifyPropertyChanged

Inheritance: objectVariable

Implements: INotifyPropertyChanged

Constructors

Variable()

Declaration

cs-api-definition
public Variable()

Properties

DisplayName

Declaration

cs-api-definition
[Browsable(false)]
public string DisplayName { get; }

Property Value

string

Name

Declaration

cs-api-definition
[Display(Order = 0, Name = "Name")]
public string Name { get; set; }

Property Value

string

Value

Declaration

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

Property Value

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged