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

Constructors

SupportUnitTypeAttribute(UnitTypes)

Create instance.

public SupportUnitTypeAttribute(UnitTypes type)

Parameters

type UnitTypes

Properties

Type

Supported unit type.

public UnitTypes Type { get; }

Property Value

UnitTypes

TypeId

public override object TypeId { get; }

Property Value

object