ScheduleTenantCubeOverrideOptions Class

The DTO class for adding a tenant data cube schedule override.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsScheduleTenantCubeOverrideOptions

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 ScheduleTenantCubeOverrideOptions

The ScheduleTenantCubeOverrideOptions type exposes the following members.

Constructors
 NameDescription
Public methodScheduleTenantCubeOverrideOptionsInitializes a new instance of the ScheduleTenantCubeOverrideOptions class
Top
Properties
 NameDescription
Public propertyDataCubeIdGets or sets the data cube id.
Public propertyScheduleRuleGets or sets the ScheduleRuleData.
Public propertyTenantIdGets or sets the tenant id.
Top
See Also