Search Results for

    Show / Hide Table of Contents

    Class KeyValueParameterConfigurationModel

    Model containing a parameter configuration for a KeyValue report

    Inheritance
    System.Object
    KeyValueParameterConfigurationModel
    Namespace: Simplic.Reporting
    Assembly: Simplic.Reporting.dll
    Syntax
    public class KeyValueParameterConfigurationModel : UI.MVC.ViewModelBase

    Properties

    | Improve this Doc View Source

    DbType

    Datatype of the parameter

    Declaration
    public DbType DbType { get; set; }
    Property Value
    Type Description
    System.Data.DbType
    | Improve this Doc View Source

    Name

    Name of the parameter

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OrderId

    Order id

    Declaration
    public int OrderId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx