Class TranslatorGroupBaseViewModel
Inheritance
System.Object
TranslatorGroupBaseViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public abstract class TranslatorGroupBaseViewModel : ViewModelBase
Constructors
TranslatorGroupBaseViewModel()
Declaration
protected TranslatorGroupBaseViewModel()
Properties
Children
Declaration
public abstract ObservableCollection<TranslatorGroupBaseViewModel> Children { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<TranslatorGroupBaseViewModel>
|
Enabled
Declaration
public abstract bool? Enabled { get; set; }
Property Value
System.Nullable<System.Boolean>
|
IdentifyIcon
Declaration
public abstract object IdentifyIcon { get; }
Property Value
System.Object
|
Name
Declaration
public abstract string Name { get; }
Property Value
System.String
|
Parent
Declaration
public TranslatorGroupBaseViewModel Parent { get; set; }
Property Value
TranslatorGroupBaseViewModel
|
ShowImage
Declaration
public virtual bool ShowImage { get; }
Property Value
System.Boolean
|