StrategyOrderExtList Class

GF Charts Help
Inheritance Hierarchy

SystemObject
  BaseExtListStrategyOrder
    SortedExtListStrategyOrder
      FilteredExtListStrategyOrder
        ExtListStrategyOrder
          GF.Clients.Charts.Custom.StrategyStrategyOrderExtList

Namespace:  GF.Clients.Charts.Custom.Strategy
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public class StrategyOrderExtList : ExtList<StrategyOrder>

The StrategyOrderExtList type exposes the following members.

Constructors

  NameDescription
Public methodStrategyOrderExtList
Top
Properties

  NameDescription
Public propertyComparer (Inherited from SortedExtListStrategyOrder.)
Public propertyCount (Inherited from SortedExtListStrategyOrder.)
Public propertyFilter (Inherited from FilteredExtListStrategyOrder.)
Public propertyIsReadOnly (Inherited from BaseExtListStrategyOrder.)
Public propertyIsSorted (Inherited from SortedExtListStrategyOrder.)
Public propertyItem (Inherited from SortedExtListStrategyOrder.)
Top
Methods

  NameDescription
Public methodAdd (Inherited from SortedExtListStrategyOrder.)
Public methodAddRange (Inherited from SortedExtListStrategyOrder.)
Public methodChanged (Inherited from BaseExtListStrategyOrder.)
Public methodChangedAt (Inherited from BaseExtListStrategyOrder.)
Public methodClear (Inherited from SortedExtListStrategyOrder.)
Public methodContains (Inherited from BaseExtListStrategyOrder.)
Public methodCopyTo (Inherited from SortedExtListStrategyOrder.)
Public methodDispose (Overrides FilteredExtList.Dispose.)
Public methodEnumerateFrom (Inherited from SortedExtListStrategyOrder.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFind (Inherited from SortedExtListStrategyOrder.)
Public methodGetEnumerator (Inherited from SortedExtListStrategyOrder.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf(DateTime)
Public methodIndexOf(UTP) (Inherited from SortedExtListStrategyOrder.)
Public methodInsert (Inherited from SortedExtListStrategyOrder.)
Public methodLoad(IEnumerableUTP) (Inherited from FilteredExtListStrategyOrder.)
Public methodLoad(StrategyOrderExtList)
Public methodLoad(StrategyOrderExtList, Boolean)
Public methodReload (Inherited from FilteredExtListStrategyOrder.)
Public methodRemove (Inherited from SortedExtListStrategyOrder.)
Public methodRemoveAt (Inherited from SortedExtListStrategyOrder.)
Public methodSort (Inherited from SortedExtListStrategyOrder.)
Public methodSort(IComparerUTP) (Inherited from SortedExtListStrategyOrder.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventListChanged (Inherited from BaseExtListStrategyOrder.)
Top
See Also

Reference