All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
ProcessExportOptions Class Reference

Provides various options to export a process. More...

Public Member Functions

 ProcessExportOptions ()
 Initializes a new instance of the ProcessExportOptions class. More...
 

Properties

bool ExportCaseFragments [get, set]
 Gets or sets a value indicating whether to export case fragments. More...
 
bool ExportCategories [get, set]
 Gets or sets a value indicating whether to export categories. More...
 
bool ExportDotNetReferencesWithPath [get, set]
 Gets or sets a value indicating whether to export dot net references with path. More...
 
bool ExportGroupResourceMembers [get, set]
 Gets or sets a value indicating whether to export group resource members. More...
 
bool ExportResources [get, set]
 Gets or sets a value indicating whether to export resources. More...
 
bool ExportResourcesExtensions [get, set]
 Gets or sets a value indicating whether to export resources extensions. More...
 
bool ExportServerVariables [get, set]
 Gets or sets a value indicating whether to export server variables. More...
 
bool ExportTemplateSkins [get, set]
 Gets or sets a value indicating whether to export template skins. More...
 
short ExportType [get, set]
 Gets or sets the associated maps.

EnumerationDescription
0To export only parent map.
1To export parent and associated maps in single file.
2To export parent and associated maps in multiple files.
More...
 
bool GeneralizedExport [get, set]
 Gets or sets a value indicating whether to generalize export. More...
 
bool WithCategoryParentage [get, set]
 Gets or sets a value indicating whether to include category parentage. More...
 

Description

Provides various options to export a process.

Constructor & Destructor Documentation

Initializes a new instance of the ProcessExportOptions class.

Property Documentation

bool ExportCaseFragments
getset

Gets or sets a value indicating whether to export case fragments.

True to export case fragments; otherwise, false.

bool ExportCategories
getset

Gets or sets a value indicating whether to export categories.

True to export categories; otherwise, false.

bool ExportDotNetReferencesWithPath
getset

Gets or sets a value indicating whether to export dot net references with path.

True to export dot net references with path; otherwise, false.

bool ExportGroupResourceMembers
getset

Gets or sets a value indicating whether to export group resource members.

True to export group resource members; otherwise, false.

bool ExportResources
getset

Gets or sets a value indicating whether to export resources.

True to export resources; otherwise, false.

bool ExportResourcesExtensions
getset

Gets or sets a value indicating whether to export resources extensions.

True to export resources extensions; otherwise, false.

bool ExportServerVariables
getset

Gets or sets a value indicating whether to export server variables.

True to export server variables; otherwise, false.

bool ExportTemplateSkins
getset

Gets or sets a value indicating whether to export template skins.

True to export template skins; otherwise, false.

short ExportType
getset

Gets or sets the associated maps.

EnumerationDescription
0To export only parent map.
1To export parent and associated maps in single file.
2To export parent and associated maps in multiple files.

The associated maps.

bool GeneralizedExport
getset

Gets or sets a value indicating whether to generalize export.

True to generalize export; otherwise, false.

bool WithCategoryParentage
getset

Gets or sets a value indicating whether to include category parentage.

True to include category parentage; otherwise, false.