ReplaceElementNamesOptions Class

The DTO class for specifying options to replace element names.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsReplaceElementNamesOptions

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 ReplaceElementNamesOptions

The ReplaceElementNamesOptions type exposes the following members.

Constructors
 NameDescription
Public methodReplaceElementNamesOptions Initializes a new instance of the ReplaceElementNamesOptions class.
Top
Properties
 NameDescription
Public propertyElementsMap Gets the elements map.
Public propertySelectTransformId Gets or sets the select transform ID.
Top
See Also