All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
QueryIdentity Class Reference

Uniquely identifies the query. More...

Public Member Functions

 QueryIdentity ()
 Initializes a new instance of the QueryIdentity class. More...
 
 QueryIdentity (QueryIdentity queryIdentity)
 Initializes a new instance of the QueryIdentity class. More...
 
override string ToString ()
 Returns a System.String containing the query name. More...
 

Properties

string Id [get, set]
 Gets or sets id of the query. More...
 
string Name [get, set]
 Gets or sets name of the query. More...
 
short QueryType [get, set]
 Gets or sets the query type. More...
 

Description

Uniquely identifies the query.

Constructor & Destructor Documentation

Initializes a new instance of the QueryIdentity class.

QueryIdentity ( QueryIdentity  queryIdentity)

Initializes a new instance of the QueryIdentity class.

Parameters
queryIdentityThe Query identity.

Member Functions

override string ToString ( )

Returns a System.String containing the query name.

Returns
A System.String containing the query name.

Property Documentation

string Id
getset

Gets or sets id of the query.

string Name
getset

Gets or sets name of the query.

short QueryType
getset

Gets or sets the query type.