GenericEngineExportArgs Class

Export args for the Unity plugin export

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public class GenericEngineExportArgs : RuleSetBasedExport
Inheritance
Object    ComplexApiCallArgs    MdkExportDataArgs    ExportDataArgs    RuleSetBasedExport    GenericEngineExportArgs

Constructors

GenericEngineExportArgsInitializes a new instance of the GenericEngineExportArgs class

Properties

DynamicRuleSet
(Inherited from RuleSetBasedExport)
ExporterName Fixes the name of that exporter to "GenericEngineExport"
(Overrides MdkExportDataArgsExporterName)
Filename The fully qualified filename (or path name) of the export file that is to be written. The Word export, for example, interprets this member as path name if you use the "one file per object" option.
(Inherited from ExportDataArgs)
IncludeAssets 
LogSourceName The "source" name that should be used when the action that receives the arguments wants to report Progress or other logging output. You will encounter this name as "aMessageSource" within you logging callback
(Inherited from ComplexApiCallArgs)
SelectedRuleSet The rule set to use for this export
(Inherited from RuleSetBasedExport)

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
SetPackageState Sets a package state override of the given package. If no override is set for a package the checked state from the rule set definition will be used
(Inherited from RuleSetBasedExport)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

TraceError
(Defined by TraceHelper)
TraceInfo
(Defined by TraceHelper)
TraceWarning
(Defined by TraceHelper)

See Also