Class TranslatorGroupItemViewModel
Inherited Members
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TranslatorGroupItemViewModel : TranslatorGroupBaseViewModel
Constructors
TranslatorGroupItemViewModel(UserSettings, TranslatorGroup)
Declaration
public TranslatorGroupItemViewModel(UserSettings userSettings, TranslatorGroup group)
Parameters
UserSettings
userSettings
|
TranslatorGroup
group
|
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
ShowImage
Declaration
public override bool ShowImage { get; }
Property Value
System.Boolean
|