Class TranslatorGroupViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TranslatorGroupViewModel : TranslatorGroupBaseViewModel
Constructors
TranslatorGroupViewModel(TranslatorGroupType)
Declaration
public TranslatorGroupViewModel(TranslatorGroupType translatorGroupType)
Parameters
TranslatorGroupType
translatorGroupType
|
Properties
Children
Declaration
public override ObservableCollection<TranslatorGroupBaseViewModel> Children { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<TranslatorGroupBaseViewModel>
|
Overrides
Enabled
Declaration
public override bool? Enabled { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Overrides
IdentifyIcon
Declaration
public override object IdentifyIcon { get; }
Property Value
System.Object
|
Overrides
Name
Declaration
public override string Name { get; }
Property Value
System.String
|
Overrides
TranslatorGroupType
Declaration
public TranslatorGroupType TranslatorGroupType { get; }
Property Value
TranslatorGroupType
|