Class SimulatedWorkbookData.SimulatedViewType
Simulated view type data
Namespace: Tableau.Migration.Api.Simulation
Assembly: Tableau.Migration.dll
Syntax
public class SimulatedWorkbookData.SimulatedViewType
Constructors
SimulatedViewType()
Default parameterless constructor
Declaration
public SimulatedViewType()
SimulatedViewType(ViewType, bool)
Simulated view constructor
Declaration
public SimulatedViewType(ViewResponse.ViewType view, bool hidden)
Parameters
Type | Name | Description |
---|---|---|
ViewResponse.ViewType | view | |
bool | hidden |
Properties
Hidden
Simulated hidden flag
Declaration
public bool Hidden { get; set; }
Property Value
Type | Description |
---|---|
bool |
View
Simulated View
Declaration
public ViewResponse.ViewType? View { get; set; }
Property Value
Type | Description |
---|---|
ViewResponse.ViewType |