Show / Hide Table of Contents

Class DescriptionLocAttribute

Specifies a description for a property or event.

Inheritance
Object
DescriptionLocAttribute
Namespace: StockSharp.Localization
Assembly: StockSharp.Localization.dll
Syntax
public class DescriptionLocAttribute : DescriptionAttribute

Constructors

DescriptionLocAttribute(String, Boolean)

Initializes a new instance of DescriptionLocAttribute class with description.

Declaration
public DescriptionLocAttribute(string resourceId, bool appendDot = false)
Parameters
Type Name Description
String resourceId

Id of string resource.

Boolean appendDot

Append dot character ('.') at the end of description. Ignore by default.

DescriptionLocAttribute(String, String)

Initializes a new instance of DescriptionLocAttribute class with description.

Declaration
public DescriptionLocAttribute(string resourceId, string arg)
Parameters
Type Name Description
String resourceId

Id of string resource.

String arg

Arg for formatted 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.
☀
☾