Click or drag to resize

CellConditionItem Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Model.MarketScannerCellConditionItem

Namespace: ArthaChitra.Model.MarketScanner
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class CellConditionItem : NotifyPropertyBase

The CellConditionItem type exposes the following members.

Constructors
 NameDescription
Public methodCellConditionItem 
Top
Properties
 NameDescription
Public propertyBackground 
Public propertyCalculationMode 
Public propertyCanAlert Gets or sets if alert is enabled
Public propertyCellValue 
Public propertyCondition Gets or sets the condition
Public propertyRearm Alert rearm interval in minutes. Default is 0 (zero) minute signifing alert is triggered only once.
Top
Methods
 NameDescription
Public methodClone Returns a clone of the object
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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also