ListStructuresOptions Class

The class for providing options when listing the structures for a data connector.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsListStructuresOptions

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

The ListStructuresOptions type exposes the following members.

Constructors
  NameDescription
Public methodListStructuresOptions
Initializes a new instance of the ListStructuresOptions class.
Top
Properties
  NameDescription
Public propertyDataConnector
Gets or sets the data connector.
Public propertyTypes
Gets or sets the types.
Top
See Also