The AwxFilter type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Implements ICloneable
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Evaluate |
Evaluates the row using this filter, and a list of aliases that can be used to resolve the aliases in the filter
|
![]() | EvaluateExpression |
Evaluates the row using this filter
|
![]() | GetAliases |
Returns a list of aliases used by this filter
|
![]() | GetExpression |
Returns an expression that represents the filter
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetKey |
Returns the Key of the AwxFilter.
|
![]() | GetPropertyName``1 | (Inherited from BindableObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasErrorsOverride | (Inherited from ValidatingObject.) |
![]() | OnErrorsChanged | (Inherited from ValidatingObject.) |
![]() | OnPropertyChanged(String) | (Inherited from ValidatingObject.) |
![]() | OnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) |
![]() | OnPropertyValidated | (Inherited from ValidatingObject.) |
![]() | SetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) |
![]() | SetAndNotify``1(UMP%, UMP, String) | (Inherited from BindableObject.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AlarmState |
Defines the state of the alarms that must be filtered.
|
![]() | AlarmType |
Defines the type of the alarms that must be filtered
|
![]() | Area |
Defines the Area used to filter the data
|
![]() | Category |
Defines the Category of the alarms that must be filtered
|
![]() | ExpressionFilter |
Contains an expression string that represents a complex filter
|
![]() | FieldName |
Defines the name of the EventField Name used to filter the data
|
![]() | FieldType |
Defines the EventField TypeName used to filter the data
|
![]() | FieldValue |
Defines the value of the EventField used to filter the data
|
![]() | HasValidationErrors | (Inherited from ValidatingObject.) |
![]() | IsReadOnly |
Specifies if the list is read only
|
![]() | MaxSeverity |
Defines the maximum severity used to filter data
|
![]() | Message |
Defines Message used to filter the data
|
![]() | MinSeverity |
Defines the minimum severity used to filter data
|
![]() | Name |
The name of this object
|
![]() | Node |
Defines the Node used to filter the data
|
![]() | ShouldFilterArea |
Specifies if the area filter should be applied
|
![]() | ShouldFilterExpression |
Specifies if the Expression should be used to filter data
|
![]() | ShouldFilterField |
Specifies if the field filter should be applied
|
![]() | ShouldFilterMessage |
Specifies if the message filter should be applied
|
![]() | ShouldFilterNode |
Specifies if the node filter should be applied
|
![]() | ShouldFilterSeverity |
Specifies if the severity filter should be applied
|
![]() | ShouldFilterSource |
Specifies if the message filter should be applied
|
![]() | ShowInRuntime |
Specifies if the filter is visible in runtime
|
![]() | Source |
Defines the Source used to filter the data
|
![]() | SubCondition |
Defines the SubCondition of the alarms that must be filtered
|
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from BindableObject.) |
![]() | PropertyValidated | (Inherited from ValidatingObject.) |