Show / Hide Table of Contents

Class ExchangeImportOptions

Exchange import options ExchangeImportVisitor

Inheritance
object
ExchangeImportOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX