Search Results for

    Show / Hide Table of Contents

    Class MaskingHeaderDictionary

    Represents the collection of marking expressions for an HTTP header.

    Inheritance
    object
    Dictionary<string, MaskingExpressionCollection>
    MaskingHeaderDictionary
    Implements
    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>
    Inherited Members
    Dictionary<string, MaskingExpressionCollection>.Add(string, MaskingExpressionCollection)
    Dictionary<string, MaskingExpressionCollection>.Clear()
    Dictionary<string, MaskingExpressionCollection>.ContainsKey(string)
    Dictionary<string, MaskingExpressionCollection>.ContainsValue(MaskingExpressionCollection)
    Dictionary<string, MaskingExpressionCollection>.GetEnumerator()
    Dictionary<string, MaskingExpressionCollection>.GetObjectData(SerializationInfo, StreamingContext)
    Dictionary<string, MaskingExpressionCollection>.OnDeserialization(object)
    Dictionary<string, MaskingExpressionCollection>.Remove(string)
    Dictionary<string, MaskingExpressionCollection>.TryGetValue(string, out MaskingExpressionCollection)
    Dictionary<string, MaskingExpressionCollection>.Comparer
    Dictionary<string, MaskingExpressionCollection>.Count
    Dictionary<string, MaskingExpressionCollection>.Keys
    Dictionary<string, MaskingExpressionCollection>.Values
    Dictionary<string, MaskingExpressionCollection>.this[string]
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    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
    object.Equals(object)

    GetHashCode()

    Returns the hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    Hash code of the current instance.

    Overrides
    object.GetHashCode()

    Validate()

    Evaluates the state of this object.

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    True if state is valid; otherwise, false.

    Implements

    IDictionary<TKey, TValue>
    ICollection<T>
    IDictionary
    ICollection
    IReadOnlyDictionary<TKey, TValue>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable
    ISerializable
    IDeserializationCallback
    IValidator
    IEquatable<T>
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation