Class TranslatorsViewModel
Inheritance
System.Object
TranslatorsViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TranslatorsViewModel : ViewModelBase, IUserSettingsPageViewModel
Properties
Heading
Declaration
public string Heading { get; }
Property Value
System.String
|
HelpLinkCommand
Declaration
public CommandHandler HelpLinkCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
IsProductRestartRequired
Declaration
public bool IsProductRestartRequired { get; }
Property Value
System.Boolean
|
IsValid
Declaration
public bool IsValid { get; }
Property Value
System.Boolean
|
TelerikComponentsVersion
Declaration
public TelerikComponentsVersion TelerikComponentsVersion { get; set; }
Property Value
TelerikComponentsVersion
|
TranslatorsList
Declaration
public List<TranslatorGroupBaseViewModel> TranslatorsList { get; }
Property Value
System.Collections.Generic.List<TranslatorGroupBaseViewModel>
|
View
Declaration
public UserControl View { get; }
Property Value
System.Windows.Controls.UserControl
|