Class
SaveElementViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class SaveElementViewModel : ViewModelBase

Inheritance: objectSaveElementViewModel

Constructors

SaveElementViewModel()

Declaration

cs-api-definition
public SaveElementViewModel()

Properties

Element

Declaration

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

Property Value

object

Name

Declaration

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

Property Value

string

ShouldSave

Declaration

cs-api-definition
public bool ShouldSave { get; set; }

Property Value

bool