C# Класс StoredQueries.StoredQuery

Implements the IStoredQuery interface.
Наследование: IStoredQuery
Показать файл Открыть проект

Открытые методы

Метод Описание
DeleteQuery ( IGbdxComms comms, NetObject netObject ) : bool

Delete a query from the stored service.

DeleteQuery ( NetObject netObject ) : bool

Delete a query from the stored service.

GetQueries ( IGbdxComms comms, NetObject netObject ) : List

Get the queries stored in the stored query service.

GetQueries ( NetObject netObject ) : List

Get the queries stored in the stored query service.

StoredQuery ( ) : System

Initializes a new instance of the StoredQuery class.

StoredQuery ( IGbdxComms comms ) : System

Initializes a new instance of the StoredQuery class.

UpdateQuery ( IGbdxComms comms, NetObject netObject, SavedQuery itemToAddUpdate ) : bool

Add/Update a query with the stored query service.

UpdateQuery ( NetObject netObject, SavedQuery itemToAddUpdate ) : bool

Add/Update a query with the stored query service.

Описание методов

DeleteQuery() публичный Метод

Delete a query from the stored service.
public DeleteQuery ( IGbdxComms comms, NetObject netObject ) : bool
comms IGbdxComms /// used for communicating with the stored query service. ///
netObject NetworkConnections.NetObject /// the network object to be used in communicating with stored query service ///
Результат bool

DeleteQuery() публичный Метод

Delete a query from the stored service.
public DeleteQuery ( NetObject netObject ) : bool
netObject NetworkConnections.NetObject /// the network object to be used in communicating with stored query service ///
Результат bool

GetQueries() публичный Метод

Get the queries stored in the stored query service.
public GetQueries ( IGbdxComms comms, NetObject netObject ) : List
comms IGbdxComms /// used for communicating with the stored query service. ///
netObject NetworkConnections.NetObject /// the network object to be used in communicating with stored query service ///
Результат List

GetQueries() публичный Метод

Get the queries stored in the stored query service.
public GetQueries ( NetObject netObject ) : List
netObject NetworkConnections.NetObject /// The net object. ///
Результат List

StoredQuery() публичный Метод

Initializes a new instance of the StoredQuery class.
public StoredQuery ( ) : System
Результат System

StoredQuery() публичный Метод

Initializes a new instance of the StoredQuery class.
public StoredQuery ( IGbdxComms comms ) : System
comms IGbdxComms /// Interface that defines how to talk with GBDX Cloud services. ///
Результат System

UpdateQuery() публичный Метод

Add/Update a query with the stored query service.
public UpdateQuery ( IGbdxComms comms, NetObject netObject, SavedQuery itemToAddUpdate ) : bool
comms IGbdxComms /// used for communicating with the stored query service. ///
netObject NetworkConnections.NetObject /// the network object to be used in communicating with stored query service ///
itemToAddUpdate SavedQuery /// The item to add update. ///
Результат bool

UpdateQuery() публичный Метод

Add/Update a query with the stored query service.
public UpdateQuery ( NetObject netObject, SavedQuery itemToAddUpdate ) : bool
netObject NetworkConnections.NetObject /// the network object to be used in communicating with stored query service ///
itemToAddUpdate SavedQuery /// The item to add update. ///
Результат bool