Search Results for

    Show / Hide Table of Contents

    Class DiagnosticSettings

    Provides configuration settings for service tracing and diagnostics.

    Inheritance
    object
    DiagnosticSettings
    Implements
    IValidator
    IEquatable<DiagnosticSettings>
    IExtensibleDataObject
    Inherited Members
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class DiagnosticSettings : IValidator, IEquatable<DiagnosticSettings>, IExtensibleDataObject

    Constructors

    DiagnosticSettings()

    Initializes an empty instance.

    Declaration
    public DiagnosticSettings()

    Properties

    AuthorizationTraceEnabled

    Gets or sets flag indicating that authorization rules execution needs to be recorded.

    Declaration
    [DataMember]
    public bool AuthorizationTraceEnabled { get; set; }
    Property Value
    Type Description
    bool

    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 roundtrips.

    Declaration
    public ExtensionDataObject ExtensionData { get; set; }
    Property Value
    Type Description
    ExtensionDataObject

    MessagePipelineTraceEnabled

    Gets or sets the flag indicating that pipeline execution must be logged and recorded. Default is False.

    Declaration
    [DataMember]
    public bool MessagePipelineTraceEnabled { get; set; }
    Property Value
    Type Description
    bool

    OAuthTraceEnabled

    Gets or sets the flag indicating that activities associated with OAuth/OpenID Connect authentication provided by WebOAuthSecurityBindingElementExtension binding must be logged and recorded.

    Declaration
    [DataMember]
    public bool OAuthTraceEnabled { get; set; }
    Property Value
    Type Description
    bool

    Methods

    Equals(DiagnosticSettings)

    Determines whether the provided object is equal to the current object.

    Declaration
    public bool Equals(DiagnosticSettings other)
    Parameters
    Type Name Description
    DiagnosticSettings 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

    IValidator
    IEquatable<T>
    IExtensibleDataObject
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation