Class MaskingFilterScope
Represents a description of scope of intercepted messages with the specific masking expressions to be applied to various parts of the message.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Monitoring.Filters
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class MaskingFilterScope : IValidator, IEquatable<MaskingFilterScope>, IExtensibleDataObject
Constructors
MaskingFilterScope()
Declaration
public MaskingFilterScope()
Fields
ElementName
Name of the root element when object is serialized to XML.
Declaration
public const string ElementName = "SCOPE"
Field Value
Type | Description |
---|---|
String |
Properties
ErrorMessage
Gets the summary of validation errors.
Declaration
public string ErrorMessage { get; }
Property Value
Type | Description |
---|---|
String |
ExtensionData
Gets or sets ExtensionDataObject that enables serialization round-trips.
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
Type | Description |
---|---|
ExtensionDataObject |
Fault
Gets the masking expressions to be applied to various parts of a recorded fault message.
Declaration
public MaskingFilterMessage Fault { get; }
Property Value
Type | Description |
---|---|
MaskingFilterMessage |
OperationName
Gets or sets the name of the operation that scope applies. Name may contain "*" and "?" wildcards.
Declaration
public string OperationName { get; set; }
Property Value
Type | Description |
---|---|
String |
Request
Gets the masking expressions to be applied to various parts of a recorded request message.
Declaration
public MaskingFilterMessage Request { get; }
Property Value
Type | Description |
---|---|
MaskingFilterMessage |
Response
Gets the masking expressions to be applied to various parts of a recorded response message.
Declaration
public MaskingFilterMessage Response { get; }
Property Value
Type | Description |
---|---|
MaskingFilterMessage |
Uri
Gets collection of the masking expressions to be applied to the request URI.
Declaration
public MaskingExpressionCollection Uri { get; }
Property Value
Type | Description |
---|---|
MaskingExpressionCollection |
Methods
Equals(MaskingFilterScope)
Determines whether the specified object is equal to the current object.
Declaration
public bool Equals(MaskingFilterScope other)
Parameters
Type | Name | Description |
---|---|---|
MaskingFilterScope | other | The object to compare with the current object. |
Returns
Type | Description |
---|---|
Boolean | 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 |
---|---|
Boolean | 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 |
---|---|
Int32 | Hash code of the current instance. |
Overrides
Validate()
Evaluates the state of this object.
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
Boolean | True if state is valid; otherwise, false. |