ClassVariable
Class
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class Variable : INotifyPropertyChanged
Inheritance: objectVariable
Implements:
Constructors
Variable()
Declaration
cs-api-definition
public Variable()
Properties
DisplayName
Declaration
cs-api-definition
[Browsable(false)]
public string DisplayName { get; }
Property Value
Name
Declaration
cs-api-definition
[Display(Order = 0, Name = "Name")]
public string Name { get; set; }
Property Value
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements