C# 클래스 StoredQueries.StoredQuery

Implements the IStoredQuery interface.
상속: IStoredQuery
파일 보기 프로젝트 열기: DigitalGlobe/DGConnect-ESRI

공개 메소드들

메소드 설명
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