Class
SaveCounterTemplateViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler.ViewModels

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class SaveCounterTemplateViewModel : INotifyPropertyChanged, IDataErrorInfo

Inheritance: objectSaveCounterTemplateViewModel

Implements: IDataErrorInfoINotifyPropertyChanged

Constructors

SaveCounterTemplateViewModel()

Declaration

cs-api-definition
public SaveCounterTemplateViewModel()

Properties

Error

Declaration

cs-api-definition
public string Error { get; }

Property Value

string

Implements IDataErrorInfo.Error

NewTemplateName

Declaration

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

Property Value

string

this[string]

Declaration

cs-api-definition
public string this[string columnName] { get; }

Parameters

columnName

string

Property Value

string

Implements IDataErrorInfo.this[string]

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged