FuelSDK-CSharp
Public Member Functions | List of all members
FuelSDK.ETQueryDefinition Class Reference

ETQueryDefinition - Represents a SQL query activity accessed and performed by the SOAP API. More...

Inheritance diagram for FuelSDK.ETQueryDefinition:
FuelSDK.QueryDefinition FuelSDK.InteractionDefinition FuelSDK.InteractionBaseObject FuelSDK.APIObject FuelSDK.ET_QueryDefinition

Public Member Functions

PostReturn Post ()
 Post this instance. More...
 
PatchReturn Patch ()
 Patch this instance. More...
 
DeleteReturn Delete ()
 Delete this instance. More...
 
GetReturn Get ()
 Get this instance. More...
 
GetReturn GetMoreResults ()
 Gets the more results. More...
 
InfoReturn Info ()
 Info of this instance. More...
 

Additional Inherited Members

- Properties inherited from FuelSDK.QueryDefinition
string QueryText [get, set]
 
string TargetType [get, set]
 
InteractionBaseObject DataExtensionTarget [get, set]
 
string TargetUpdateType [get, set]
 
string FileSpec [get, set]
 
string FileType [get, set]
 
string Status [get, set]
 
int CategoryID [get, set]
 
bool CategoryIDSpecified [get, set]
 
- Properties inherited from FuelSDK.InteractionDefinition
string InteractionObjectID [get, set]
 
- Properties inherited from FuelSDK.InteractionBaseObject
string Name [get, set]
 
string Description [get, set]
 
string Keyword [get, set]
 
- Properties inherited from FuelSDK.APIObject
ETClient AuthStub [get, set]
 Gets or sets the authentication stub. More...
 
string [] Props [get, set]
 Gets or sets the properties. More...
 
FilterPart SearchFilter [get, set]
 Gets or sets the search filter. More...
 
string LastRequestID [get, set]
 Gets or sets the last request identifier. More...
 
string DirectoryPath [get, set]
 Gets or sets the directory path. More...
 
string UniqueID [get]
 Gets the unique identifier. Returns the ID if the value is greater than 0. If not and Object ID is not null returns Object ID. If not and Customer Key is not null returns Customer Key. If not throw throws error. More...
 
ClientID Client [get, set]
 
string PartnerKey [get, set]
 
APIProperty [] PartnerProperties [get, set]
 
System.DateTime CreatedDate [get, set]
 
bool CreatedDateSpecified [get, set]
 
System.Nullable< System.DateTime > ModifiedDate [get, set]
 
bool ModifiedDateSpecified [get, set]
 
int ID [get, set]
 
bool IDSpecified [get, set]
 
string ObjectID [get, set]
 
string CustomerKey [get, set]
 
Owner Owner [get, set]
 
string CorrelationID [get, set]
 
string ObjectState [get, set]
 

Detailed Description

ETQueryDefinition - Represents a SQL query activity accessed and performed by the SOAP API.

Member Function Documentation

◆ Delete()

DeleteReturn FuelSDK.ETQueryDefinition.Delete ( )
inline

Delete this instance.

Returns
The T:FuelSDK.DeleteReturn object..

◆ Get()

GetReturn FuelSDK.ETQueryDefinition.Get ( )
inline

Get this instance.

Returns
The T:FuelSDK.GetReturn object..

◆ GetMoreResults()

GetReturn FuelSDK.ETQueryDefinition.GetMoreResults ( )
inline

Gets the more results.

Returns
The T:FuelSDK.GetReturn object..

◆ Info()

InfoReturn FuelSDK.ETQueryDefinition.Info ( )
inline

Info of this instance.

Returns
The T:FuelSDK.InfoReturn object..

◆ Patch()

PatchReturn FuelSDK.ETQueryDefinition.Patch ( )
inline

Patch this instance.

Returns
The T:FuelSDK.PatchReturn object..

◆ Post()

PostReturn FuelSDK.ETQueryDefinition.Post ( )
inline

Post this instance.

Returns
The T:FuelSDK.PostReturn object.

The documentation for this class was generated from the following file: