Class MaskingHeaderDictionary
Represents the collection of marking expressions for an HTTP header.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Monitoring.Filters
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[CollectionDataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02", ItemName = "HttpHeader", Name = "MaskingHttpHeaderExpressions", KeyName = "Name", ValueName = "Expressions")]
[SuppressMessage("Microsoft.Usage", "CA2237:MarkISerializableTypesWithSerializable")]
public sealed class MaskingHeaderDictionary : Dictionary<string, MaskingExpressionCollection>, IDictionary<string, MaskingExpressionCollection>, ICollection<KeyValuePair<string, MaskingExpressionCollection>>, IDictionary, ICollection, IReadOnlyDictionary<string, MaskingExpressionCollection>, IReadOnlyCollection<KeyValuePair<string, MaskingExpressionCollection>>, IEnumerable<KeyValuePair<string, MaskingExpressionCollection>>, IEnumerable, ISerializable, IDeserializationCallback, IValidator, IEquatable<MaskingHeaderDictionary>
Constructors
MaskingHeaderDictionary()
Declaration
public MaskingHeaderDictionary()
Properties
ErrorMessage
Gets the summary of validation errors.
Declaration
public string ErrorMessage { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Equals(MaskingHeaderDictionary)
Determines whether the specified object is equal to the current object.
Declaration
public bool Equals(MaskingHeaderDictionary other)
Parameters
| Type | Name | Description |
|---|---|---|
| MaskingHeaderDictionary | other | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| bool | True, if objects are equal. False, if objects are not equal. |
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 |
|---|---|
| bool | True, if objects are equal. False, if objects are not equal. |
Overrides
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | Hash code of the current instance. |
Overrides
Validate()
Evaluates the state of this object.
Declaration
public bool Validate()
Returns
| Type | Description |
|---|---|
| bool | True if state is valid; otherwise, false. |