Class MonitoringFilterCollection
Represents the serializable collection of components that examine, modify, and deliver the provided message content.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Monitoring.Filters
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[CollectionDataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02", Name = "MonitoringFilters", ItemName = "MonitoringFilter")]
public sealed class MonitoringFilterCollection : Collection<MonitoringFilterBase>, IList<MonitoringFilterBase>, ICollection<MonitoringFilterBase>, IList, ICollection, IReadOnlyList<MonitoringFilterBase>, IReadOnlyCollection<MonitoringFilterBase>, IEnumerable<MonitoringFilterBase>, IEnumerable
Constructors
MonitoringFilterCollection()
Declaration
public MonitoringFilterCollection()
Fields
ElementName
Name of the root element when object is serialized to XML.
Declaration
public const string ElementName = "MONITORING-FILTERS"
Field Value
| Type | Description |
|---|---|
| string |