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

ETDataExtensionRow - Represents each row within a data extension. More...

Inheritance diagram for FuelSDK.ETDataExtensionRow:
FuelSDK.DataExtensionObject FuelSDK.ObjectExtension FuelSDK.APIObject FuelSDK.ET_DataExtensionRow

Public Member Functions

 ETDataExtensionRow ()
 Initializes a new instance of the T:FuelSDK.ETDataExtensionRow class. More...
 
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 more results. More...
 
InfoReturn Info ()
 Info of this instance. More...
 

Properties

string DataExtensionName [get, set]
 Gets or sets the name of the data extension. More...
 
string DataExtensionCustomerKey [get, set]
 Gets or sets the data extension customer key. More...
 
Dictionary< string, stringColumnValues [get, set]
 Gets or sets the column values. More...
 
- Properties inherited from FuelSDK.DataExtensionObject
string Name [get, set]
 
APIProperty [] Keys [get, set]
 
- Properties inherited from FuelSDK.ObjectExtension
string Type [get, set]
 
APIProperty [] Properties [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

ETDataExtensionRow - Represents each row within a data extension.

Constructor & Destructor Documentation

◆ ETDataExtensionRow()

FuelSDK.ETDataExtensionRow.ETDataExtensionRow ( )
inline

Initializes a new instance of the T:FuelSDK.ETDataExtensionRow class.

Member Function Documentation

◆ Delete()

DeleteReturn FuelSDK.ETDataExtensionRow.Delete ( )
inline

Delete this instance.

Returns
The T:FuelSDK.DeleteReturn object..

◆ Get()

GetReturn FuelSDK.ETDataExtensionRow.Get ( )
inline

Get this instance.

Returns
The T:FuelSDK.GetReturn object..

◆ GetMoreResults()

GetReturn FuelSDK.ETDataExtensionRow.GetMoreResults ( )
inline

Gets more results.

Returns
The T:FuelSDK.GetReturn object..

◆ Info()

InfoReturn FuelSDK.ETDataExtensionRow.Info ( )
inline

Info of this instance.

Returns
The T:FuelSDK.InfoReturn object..

◆ Patch()

PatchReturn FuelSDK.ETDataExtensionRow.Patch ( )
inline

Patch this instance.

Returns
The T:FuelSDK.PatchReturn object..

◆ Post()

PostReturn FuelSDK.ETDataExtensionRow.Post ( )
inline

Post this instance.

Returns
The T:FuelSDK.PostReturn object.

Property Documentation

◆ ColumnValues

Dictionary<string, string> FuelSDK.ETDataExtensionRow.ColumnValues
getset

Gets or sets the column values.

The column values.

◆ DataExtensionCustomerKey

string FuelSDK.ETDataExtensionRow.DataExtensionCustomerKey
getset

Gets or sets the data extension customer key.

The data extension customer key.

◆ DataExtensionName

string FuelSDK.ETDataExtensionRow.DataExtensionName
getset

Gets or sets the name of the data extension.

The name of the data extension.


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