ETDataExtensionRow - Represents each row within a data extension.
More...
|
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, string > | ColumnValues [get, set] |
| Gets or sets the column values. More...
|
|
string | Name [get, set] |
|
APIProperty [] | Keys [get, set] |
|
string | Type [get, set] |
|
APIProperty [] | Properties [get, set] |
|
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] |
|
ETDataExtensionRow - Represents each row within a data extension.
◆ ETDataExtensionRow()
FuelSDK.ETDataExtensionRow.ETDataExtensionRow |
( |
| ) |
|
|
inline |
Initializes a new instance of the T:FuelSDK.ETDataExtensionRow class.
◆ Delete()
Delete this instance.
- Returns
- The T:FuelSDK.DeleteReturn object..
◆ Get()
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()
Info of this instance.
- Returns
- The T:FuelSDK.InfoReturn object..
◆ Patch()
Patch this instance.
- Returns
- The T:FuelSDK.PatchReturn object..
◆ Post()
Post this instance.
- Returns
- The T:FuelSDK.PostReturn object.
◆ 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:
- FuelSDK-CSharp/ETDataExtensionRow.cs