Table of Contents

Class SupportUnitTypeAttribute

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Property attribute to support unit type.

[AttributeUsage(AttributeTargets.Property, AllowMultiple = true)]
public class SupportUnitTypeAttribute : Attribute
Inheritance
SupportUnitTypeAttribute
Inherited Members
Extension Methods

Remarks

Create instance.

Constructors

SupportUnitTypeAttribute(UnitTypes)

Property attribute to support unit type.

public SupportUnitTypeAttribute(UnitTypes type)

Parameters

type UnitTypes

Remarks

Create instance.

Properties

Type

Supported unit type.

public UnitTypes Type { get; }

Property Value

UnitTypes

TypeId

public override object TypeId { get; }

Property Value

object