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
-
INotifyPropertiesChangedIPersistable
- 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
TimeBegin
Begin time.
public TimeSpan? TimeBegin { get; set; }
Property Value
TimeEnd
End time.
public TimeSpan? TimeEnd { get; set; }
Property Value
TypeId
The unique identifier of the diagram element type.
public override Guid TypeId { get; }