Open this page in the API Guide

EntityCopyOptions Class

Specifies options that affect how entities are copied.
Inheritance Hierarchy
System.Object
  Dundas.BI.Entities.EntityCopyOptions

Namespace:  Dundas.BI.Entities
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class EntityCopyOptions

The EntityCopyOptions type exposes the following members.

Constructors
  NameDescription
Public methodEntityCopyOptions()
Initializes a new instance of the EntityCopyOptions class.
Public methodEntityCopyOptions(EntityCopyOptions)
Initializes a new instance of the EntityCopyOptions class.
Top
Properties
  NameDescription
Public propertyBuildDataCubeStorage
Gets or sets a value indicating whether Data Cube Storage is to be built after copying or not. The property value only considered if property is set to true. The default value for this property is false.
Public propertyCopyContextualData
Gets or sets a value indicating whether contextual measure data is to be copied or not. The default value for this property is true.
Public propertyCopyCubeData
Gets or sets a value indicating whether data cube data, entered using DataInputTransform instances, is to be copied or not. The default value for this property is true.
Public propertyCopyDataCubeStorageType
Gets or sets a value indicating whether Data Cube Storage Type is to be copied or not. The default value for this property is true.
Public propertyCopyResourceData
Gets or sets a value indicating whether data resources, like uploaded Excel files, is to be copied or not. The default value for this property is true.
Top
See Also