Skip to main content
All docs
V25.1
  • DashboardFederationDataSourceModel Members

    Accumulates intermediate Federated data source settings while the Data Source Wizard is running.

    Constructors

    Name Description
    DashboardFederationDataSourceModel() Initializes a new instance of the DashboardFederationDataSourceModel class.
    DashboardFederationDataSourceModel(DashboardFederationDataSourceModel) Initializes a new instance of the DashboardFederationDataSourceModel class with specified settings.

    Properties

    Name Description
    CalculatedFields Gets a data source’s calculated fields.
    DataSchema Specifies the data source schema. Inherited from DataSourceModelBase.
    Queries Inherited from FederationDataSourceModel.
    Query Inherited from FederationDataSourceModel.
    Relations Inherited from FederationDataSourceModel.

    Methods

    Name Description
    Clone() Inherited from FederationDataSourceModel.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Inherited from FederationDataSourceModel.
    GetHashCode() Inherited from FederationDataSourceModel.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also