Class ExchangeImportOptions
Exchange import options ExchangeImportVisitor
Inherited Members
Namespace: PayrollEngine.Client.Exchange
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ExchangeImportOptions
Constructors
ExchangeImportOptions()
Declaration
public ExchangeImportOptions()
Properties
CaseDocumentLoad
Load case documents from the working folder
Declaration
public bool CaseDocumentLoad { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
LookupValidation
Lookup validation
Declaration
public bool LookupValidation { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ReportSchemaLoad
Load report schemas from the working folder
Declaration
public bool ReportSchemaLoad { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ReportTemplateLoad
Load report templates from the working folder
Declaration
public bool ReportTemplateLoad { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
TargetLoad
Load target object
Declaration
public bool TargetLoad { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |