DataQueryEventSpecificationImpl Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Inheritance Hierarchy

System.Object
  DiagnosticEventSpecification
    DataQueryEventSpecification
      Microsoft.VisualStudio.IntelliTrace.ObjectModel.Impl.Configuration.DataQueryEventSpecificationImpl

Namespace:  Microsoft.VisualStudio.IntelliTrace.ObjectModel.Impl.Configuration
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public NotInheritable Class DataQueryEventSpecificationImpl _
    Inherits DataQueryEventSpecification
public sealed class DataQueryEventSpecificationImpl : DataQueryEventSpecification
public ref class DataQueryEventSpecificationImpl sealed : public DataQueryEventSpecification
[<Sealed>]
type DataQueryEventSpecificationImpl =  
    class 
        inherit DataQueryEventSpecification 
    end
public final class DataQueryEventSpecificationImpl extends DataQueryEventSpecification

The DataQueryEventSpecificationImpl type exposes the following members.

Constructors

  Name Description
Public method DataQueryEventSpecificationImpl

Top

Properties

  Name Description
Public property Binding (Overrides DataQueryEventSpecification.Binding.)
Public property Category (Overrides DiagnosticEventSpecification.Category.)
Public property LongDescription (Overrides DiagnosticEventSpecification.LongDescription.)
Public property Queries (Overrides DataQueryEventSpecification.Queries.)
Public property ShortDescription (Overrides DiagnosticEventSpecification.ShortDescription.)

Top

Methods

  Name Description
Public method Equals (Overrides Object.Equals(Object).)
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.IntelliTrace.ObjectModel.Impl.Configuration Namespace