Web API Core | ComponentOne
C1.Web.Api.Report.Models Namespace / Parameter Class
Properties


In This Topic
    Parameter Class Members
    In This Topic

    The following tables list the members exposed by Parameter.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a boolean value indicating whether the value of this parameter can be the empty string.  
    Public PropertyGets a list of supported values for the parameter.  
    Public PropertyGets the type of the parameter.  
    Public PropertyGets the error which occurs after the parameter is set.  
    Public PropertyGets a boolean value indicating whether the parameter should not be displayed to the user.  
    Public PropertyGets the maximum length of a string parameter.  
    Public PropertyGets a boolean value indicating whether this is a multi-value parameter.  
    Public PropertyGets the name of the parameter.  
    Public PropertyGets a boolean value indicating whether the value of the parameter can be null.  
    Public PropertyGets the prompt to display when asking for parameter value.  
    Public PropertyGets the value of the parameter.  
    Top
    See Also