Click or drag to resize

ImportTypeBase Class

Inheritance Hierarchy

Namespace:  SharpCharts.Base.Data
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public abstract class ImportTypeBase : PrintLogBase, 
	ITemplate, INotifyPropertyChanged

The ImportTypeBase type exposes the following members.

Constructors
  NameDescription
Public methodImportTypeBase
Top
Properties
  NameDescription
Protected propertyAsk
Gets or sets the ask price
Protected propertyBid
Gets or sets the bid price
Public propertyBuiltDataType
Protected propertyClose
Gets or sets the close
Public propertyDefaultExtension
Gets or sets the default extension
Public propertyDefaultTemplate
Public propertyDescription
Gets the description
Protected propertyDialogService (Inherited from MessageBoxBase.)
Public propertyDisplayName
Public propertyError
Gets the Error string
(Inherited from MessageBoxBase.)
Protected propertyFileService (Inherited from MessageBoxBase.)
Public propertyFilter
Gets or sets the filter string
Public propertyHasParameter
Protected propertyHigh
Gets or sets the high
Public propertyInitialDirectory
Gets or sets the initial directory
Public propertyInstrument
Gets or sets the instrument
Public propertyIsContinuous
Gets or sets if the imported data is continuous or not
Public propertyItem
Gets the IDataErrorInfo error string
(Inherited from MessageBoxBase.)
Protected propertyLow
Gets or sets the low
Protected propertyMessageBox (Inherited from MessageBoxBase.)
Protected propertyNullIteration
Gets or sets the maximum dataPoints the loop can have, default is 50K. This is more of a safety feature to evade an infinite loop.
Protected propertyOI
Gets or sets the open interest
Protected propertyOpen
Gets or sets the open
Protected propertySingletonService (Inherited from MessageBoxBase.)
Protected propertyState
Gets the state
Public propertyTemplate
Public propertyTemplateType
Protected propertyTime
Gets or sets the time
Protected propertyVolume
Gets or sets the volume
Top
Methods
  NameDescription
Protected methodClone
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetNextDataPoint
The data point is assigned here
Protected methodGetNextInstrument
The instrument is parsed/assigned here
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLog
Log message. It will be displayed in the Logs tab in Main View
(Inherited from PrintLogBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNotifyPropertyChanged
Protected methodOnFileEnd
Protected methodOnNextFile
Called
Protected methodOnStateChanged
Protected methodPrint(String)
Prints the message in the Output view
(Inherited from PrintLogBase.)
Protected methodPrint(String, Brush)
Prints the message in the Output view
(Inherited from PrintLogBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Top
See Also