Table of Contents

Class TimeCheckDiagramElement

Namespace
StockSharp.Diagram.Elements
Assembly
StockSharp.Diagram.Core.dll

Working time verification element for a specified security.

[Display(ResourceType = typeof(LocalizedStrings), Name = "WorkingTime", Description = "WorkingTimeElement", GroupName = "Time")]
public class TimeCheckDiagramElement : DiagramElement, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
Inheritance
TimeCheckDiagramElement
Implements
INotifyPropertiesChanged
IPersistable
Inherited Members
Extension Methods

Constructors

TimeCheckDiagramElement()

Initializes a new instance of the TimeCheckDiagramElement.

public TimeCheckDiagramElement()

Properties

IconName

Icon resource name.

public override string IconName { get; }

Property Value

string

TimeBegin

Begin time.

public TimeSpan? TimeBegin { get; set; }

Property Value

TimeSpan?

TimeEnd

End time.

public TimeSpan? TimeEnd { get; set; }

Property Value

TimeSpan?

TypeId

The unique identifier of the diagram element type.

public override Guid TypeId { get; }

Property Value

Guid