The AwxViewBaseViewModel type exposes the following members.

Methods

  NameDescription
Public methodClearSelection
Clears the selection.
Public methodConnect
Connects this instance.
Public methodDisconnect
Disconnects this instance.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLabel
Gets the label.
Public methodGetOptions
Gets the options.
Protected methodGetPropertyName``1 (Inherited from BindableObject.)
Public methodGetSelected
Gets the selected.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsHistorical
Determines whether this instance is historical.
Public methodIsSpecial
Determines whether the specified key is special.
Protected methodOnPropertyChanged(String) (Inherited from BindableObject.)
Protected methodOnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Public methodRefreshData
Refreshes the data.
Public methodRefreshHistoricalData
Requests historical data using a specific TimeRange
Public methodSelect
Selects the specified keys.
Protected methodSetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, String) (Inherited from BindableObject.)
Public methodSetClientSideFilter
Sets a new client side filter
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAlignTimeZones
Public propertyAllowEmptyRows
Gets a value indicating whether [allow empty rows].
Public propertyAutoUpdateSeconds
Gets or sets the automatic update seconds.
Public propertyClientSideFilterKeys
Gets or sets the client side filter keys.
Public propertyColumns
Gets or sets the columns.
Public propertyCommentFilterKey
Gets or sets the comment filter key.
Public propertyConditionKey
Gets the condition key.
Public propertyControlEventsConfiguration
ControlEventsConfiguration.
Public propertyDataAccessManager
DataAccessManager.
Public propertyDataManager
The DataManager that generates the data for the listview
Public propertyEnableControlEvents
Enable control events.
Public propertyHistoricalPageSize
Gets or sets the size of the historical page.
Public propertyHistoricalRequestSize
Gets or sets the size of the historical request.
Public propertyLineSeparator
Gets the line separator.
Public propertyName
Gets or sets the name.
Public propertyParent
Gets the parent.
Public propertyShouldConcatenate
Gets a value indicating whether [should concatenate].
Public propertySubscriptionID
Gets the subscription identifier.
Public propertyTimeRange
The TimeRange used to retrieve historical data

Events

  NameDescription
Public eventPropertyChanged (Inherited from BindableObject.)

See Also