ParameterType Enum

Definition

Parameter type. This type is used to determine the type of Parameter and is associated to corresponded Json token when serializing/deserializing.

public enum ParameterType
type ParameterType = 
Public Enum ParameterType
Inheritance
ParameterType

Fields

Array 5

Json array type.

Bool 2

Json boolean type.

Integer 0

Json int type.

Number 1

Json number type.

Object 4

Json object type.

String 3

Json string type.

Applies to