ClassTranslatorGroupViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class TranslatorGroupViewModel : TranslatorGroupBaseViewModel
Inheritance: objectTranslatorGroupBaseViewModelTranslatorGroupViewModel
Inherited Members
Constructors
TranslatorGroupViewModel(TranslatorGroupType)
Declaration
cs-api-definition
public TranslatorGroupViewModel(TranslatorGroupType translatorGroupType)
Parameters
translatorGroupType
Properties
Children
Declaration
cs-api-definition
public override ObservableCollection<TranslatorGroupBaseViewModel> Children { get; }
Property Value
Overrides
Enabled
Declaration
cs-api-definition
public override bool? Enabled { get; set; }
Property Value
bool?
Overrides
IdentifyIcon
Declaration
cs-api-definition
public override object IdentifyIcon { get; }
Property Value
Overrides
TranslatorGroupType
Declaration
cs-api-definition
public TranslatorGroupType TranslatorGroupType { get; }
Property Value