Sage Intacct SDK for .NET
Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate Class Reference
Inheritance diagram for Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject

Public Member Functions

 DdsJobCreate (string controlId=null)
 
override void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
abstract void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
new void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
void WriteXml (ref IaXmlWriter xml)
 

Data Fields

string ObjectName
 
string CloudDeliveryName
 
string JobType
 
DateTime? Timestamp
 
string Delimiter
 
string Enclosure
 
bool? IncludeHeaders
 
string FileFormat
 
int? SplitSize
 
bool? Compressed
 

Static Public Attributes

static string[] JobTypes = { "all", "change" }
 
static string JobTypeAll = "all"
 
static string JobTypeChange = "change"
 
static string[] FileFormats = { "unix", "windows", "mac" }
 
static string FileFormatUnix = "unix"
 
static string FileFormatWindows = "windows"
 
static string FileFormatMac = "mac"
 
static int MinSplitSize = 10000
 
static int MaxSplitSize = 100000
 
static int DefaultSplitSize = 100000
 

Additional Inherited Members

- Protected Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
 AbstractFunction ()
 
 AbstractFunction (string controlId)
 
- Properties inherited from Intacct.SDK.Functions.AbstractFunction
string ControlId [get, set]
 
- Properties inherited from Intacct.SDK.Functions.IFunction
string ControlId [get, set]
 

Constructor & Destructor Documentation

◆ DdsJobCreate()

Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.DdsJobCreate ( string  controlId = null)
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.WriteXml ( ref IaXmlWriter  xml)
inlinevirtual

This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema.

Parameters
xml

Implements Intacct.SDK.Functions.AbstractFunction.

Field Documentation

◆ CloudDeliveryName

string Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.CloudDeliveryName

◆ Compressed

bool? Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.Compressed

◆ DefaultSplitSize

int Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.DefaultSplitSize = 100000
static

◆ Delimiter

string Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.Delimiter

◆ Enclosure

string Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.Enclosure

◆ FileFormat

string Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.FileFormat

◆ FileFormatMac

string Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.FileFormatMac = "mac"
static

◆ FileFormats

string [] Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.FileFormats = { "unix", "windows", "mac" }
static

◆ FileFormatUnix

string Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.FileFormatUnix = "unix"
static

◆ FileFormatWindows

string Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.FileFormatWindows = "windows"
static

◆ IncludeHeaders

bool? Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.IncludeHeaders

◆ JobType

string Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.JobType

◆ JobTypeAll

string Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.JobTypeAll = "all"
static

◆ JobTypeChange

string Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.JobTypeChange = "change"
static

◆ JobTypes

string [] Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.JobTypes = { "all", "change" }
static

◆ MaxSplitSize

int Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.MaxSplitSize = 100000
static

◆ MinSplitSize

int Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.MinSplitSize = 10000
static

◆ ObjectName

string Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.ObjectName

◆ SplitSize

int? Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.SplitSize

◆ Timestamp

DateTime? Intacct.SDK.Functions.DataDeliveryService.DdsJobCreate.Timestamp