Class MonitoringFilterType
Provides information about the type implementing IMonitoringFilter used by CustomMonitoringFilter.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class MonitoringFilterType : DomainObjectBase, IValidator, IExtensibleDataObject, IEquatable<MonitoringFilterType>
Constructors
MonitoringFilterType()
Initializes a new instance of the MonitoringFilterType object.
Declaration
public MonitoringFilterType()
Properties
FullyQualifiedTypeName
Gets or sets fully qualified name of the type implementing IMonitoringFilter.
Declaration
public string FullyQualifiedTypeName { get; set; }
Property Value
Type | Description |
---|---|
String |
Name
Gets or sets the expression's friendly name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
ObjectType
Gets object type identifier.
Declaration
public override EntityType ObjectType { get; }
Property Value
Type | Description |
---|---|
EntityType |
Overrides
Methods
CreateFilter()
Returns new instance of the IMonitoringFilter type configured in this object.
Declaration
public IMonitoringFilter CreateFilter()
Returns
Type | Description |
---|---|
IMonitoringFilter | New instance of the IMonitoringFilter type configured in this object. |
Equals(MonitoringFilterType)
Determines whether the specified object is equal to the current object.
Declaration
public bool Equals(MonitoringFilterType other)
Parameters
Type | Name | Description |
---|---|---|
MonitoringFilterType | other | The object to compare with the current object. |
Returns
Type | Description |
---|---|
Boolean | True if the specified object is equal to the current object; otherwise, false. |
Equals(Object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
Boolean | True if the specified object is equal to the current object; otherwise, false. |
Overrides
GetHashCode()
Returns hash code for the value of this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 | Hash code for the value of this instance. |
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A string that represents the current object. |
Overrides
Validate()
Evaluates the state of the object.
Declaration
public override bool Validate()
Returns
Type | Description |
---|---|
Boolean | True if state is valid; otherwise, false. |