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

ETImportDefinition - Defines a reusable pattern of import options. More...

Inheritance diagram for FuelSDK.ETImportDefinition:
FuelSDK.ImportDefinition FuelSDK.InteractionDefinition FuelSDK.InteractionBaseObject FuelSDK.APIObject FuelSDK.ET_Import

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...
 
GetReturn Status ()
 Status of this instance. More...
 
PerformReturn Start ()
 Start this import process. More...
 

Additional Inherited Members

- Properties inherited from FuelSDK.ImportDefinition
bool AllowErrors [get, set]
 
bool AllowErrorsSpecified [get, set]
 
APIObject DestinationObject [get, set]
 
ImportDefinitionFieldMappingType FieldMappingType [get, set]
 
bool FieldMappingTypeSpecified [get, set]
 
FieldMap [] FieldMaps [get, set]
 
string FileSpec [get, set]
 
FileType FileType [get, set]
 
bool FileTypeSpecified [get, set]
 
AsyncResponse Notification [get, set]
 
FileTransferLocation RetrieveFileTransferLocation [get, set]
 
ImportDefinitionSubscriberImportType SubscriberImportType [get, set]
 
bool SubscriberImportTypeSpecified [get, set]
 
ImportDefinitionUpdateType UpdateType [get, set]
 
bool UpdateTypeSpecified [get, set]
 
int MaxFileAge [get, set]
 
bool MaxFileAgeSpecified [get, set]
 
int MaxFileAgeScheduleOffset [get, set]
 
bool MaxFileAgeScheduleOffsetSpecified [get, set]
 
int MaxImportFrequency [get, set]
 
bool MaxImportFrequencySpecified [get, set]
 
string Delimiter [get, set]
 
int HeaderLines [get, set]
 
bool HeaderLinesSpecified [get, set]
 
ImportDefinitionAutoGenerateDestination AutoGenerateDestination [get, set]
 
string ControlColumn [get, set]
 
ImportDefinitionColumnBasedActionType ControlColumnDefaultAction [get, set]
 
bool ControlColumnDefaultActionSpecified [get, set]
 
ImportDefinitionColumnBasedAction [] ControlColumnActions [get, set]
 
string EndOfLineRepresentation [get, set]
 
string NullRepresentation [get, set]
 
bool StandardQuotedStrings [get, set]
 
bool StandardQuotedStringsSpecified [get, set]
 
string Filter [get, set]
 
Locale DateFormattingLocale [get, set]
 
bool DeleteFile [get, set]
 
bool DeleteFileSpecified [get, set]
 
APIObject SourceObject [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

ETImportDefinition - Defines a reusable pattern of import options.

Member Function Documentation

◆ Delete()

DeleteReturn FuelSDK.ETImportDefinition.Delete ( )
inline

Delete this instance.

Returns
The T:FuelSDK.DeleteReturn object..

◆ Get()

GetReturn FuelSDK.ETImportDefinition.Get ( )
inline

Get this instance.

Returns
The T:FuelSDK.GetReturn object..

◆ GetMoreResults()

GetReturn FuelSDK.ETImportDefinition.GetMoreResults ( )
inline

Gets the more results.

Returns
The T:FuelSDK.GetReturn object..

◆ Info()

InfoReturn FuelSDK.ETImportDefinition.Info ( )
inline

Info of this instance.

Returns
The T:FuelSDK.InfoReturn object..

◆ Patch()

PatchReturn FuelSDK.ETImportDefinition.Patch ( )
inline

Patch this instance.

Returns
The T:FuelSDK.PatchReturn object..

◆ Post()

PostReturn FuelSDK.ETImportDefinition.Post ( )
inline

Post this instance.

Returns
The T:FuelSDK.PostReturn object.

◆ Start()

PerformReturn FuelSDK.ETImportDefinition.Start ( )
inline

Start this import process.

Returns
The T:FuelSDK.PerformReturn object.

◆ Status()

GetReturn FuelSDK.ETImportDefinition.Status ( )
inline

Status of this instance.

Returns
The T:FuelSDK.GetReturn object.

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