GetProjectRepresentationOptions Class

The DTO class for specifying options when getting the project representation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetProjectRepresentationOptions

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 GetProjectRepresentationOptions

The GetProjectRepresentationOptions type exposes the following members.

Constructors
 NameDescription
Public methodGetProjectRepresentationOptionsInitializes a new instance of the GetProjectRepresentationOptions class
Top
Properties
 NameDescription
Public propertyEntryIds Gets or sets the IDs of the items.
Public propertyQueryFileSystemEntriesOptions Gets or sets the QueryFileSystemEntriesOptions object.
Top
See Also