EntityCopyOptionsData Class

The DTO class for specifying entity copy options.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsEntityCopyOptionsData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class EntityCopyOptionsData

The EntityCopyOptionsData type exposes the following members.

Constructors
 NameDescription
Public methodEntityCopyOptionsDataInitializes a new instance of the EntityCopyOptionsData 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 . The default value for this property is .
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 .
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 .
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 .
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 .
Top
See Also