Click or drag to resize

CoverOrderManager Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Model.OrderOrderTemplateBase
      ArthaChitra.Model.OrderCoverOrderManager

Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class CoverOrderManager : OrderTemplateBase

The CoverOrderManager type exposes the following members.

Constructors
 NameDescription
Public methodCoverOrderManager 
Top
Properties
Methods
 NameDescription
Public methodCompareTo(Object)
(Inherited from OrderTemplateBase)
Public methodCompareTo(OrderTemplateBase)
(Inherited from OrderTemplateBase)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodOnFill
(Inherited from OrderTemplateBase)
Public methodToString
(Overrides ObjectToString)
Public methodTryCalculateStop
(Overrides OrderTemplateBaseTryCalculateStop(OrderBase, CalculationMode, Double, Double))
Public methodTryCalculateTarget
(Inherited from OrderTemplateBase)
Public methodUpdate
(Inherited from OrderTemplateBase)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also