docs.unity3d.com
    Show / Hide Table of Contents

    Class PricingEngineProvider

    Provides the pricing information for the current product and configuration.

    Inheritance
    Object
    PricingEngineProvider
    Namespace: Unity.Industrial.Forma.FormaUIBase
    Syntax
    public class PricingEngineProvider : object

    Constructors

    PricingEngineProvider(Configurator)

    Constructor.

    Declaration
    public PricingEngineProvider(Configurator configurator)
    Parameters
    Type Name Description
    Configurator configurator

    Configurator which contains a pricing engine.

    Methods

    GetPricing()

    Get the full pricing information for the current product and configuration.

    Declaration
    public async Task<PricingEngineReply> GetPricing()
    Returns
    Type Description
    Task<PricingEngineReply>

    PricingEngineReply

    GetPricing(Feature)

    Get pricing information for a Feature.

    Declaration
    public async Task<PriceInformation> GetPricing(Feature feature)
    Parameters
    Type Name Description
    Feature feature

    Feature

    Returns
    Type Description
    Task<PriceInformation>

    PriceInformation. Returns empty PriceInformation instance if method fails.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023