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