Show / Hide Table of Contents

Class TargetPlatformFeature

Features.

Inheritance
Object
TargetPlatformFeature
Namespace: StockSharp.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public class TargetPlatformFeature : Object

Constructors

TargetPlatformFeature(String, String, Platforms)

Создать TargetPlatformFeature.

Declaration
public TargetPlatformFeature(string localizationKey, string preferLanguage = "en", Platforms platform)
Parameters
Type Name Description
String localizationKey

Ключ для LocalizedStrings, по которому будет получено локализованное название.

String preferLanguage

Целевая аудитория.

Ecng.Common.Platforms platform

Платформа.

Properties

LocalizationKey

Ключ для LocalizedStrings, по которому будет получено локализованное название.

Declaration
public string LocalizationKey { get; }
Property Value
Type Description
String

Platform

Платформа.

Declaration
public Platforms Platform { get; }
Property Value
Type Description
Ecng.Common.Platforms

PreferLanguage

Целевая аудитория.

Declaration
public string PreferLanguage { get; }
Property Value
Type Description
String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
String

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾