Class Param
Data class for holding input param definition for use in the InputQuery
Inheritance
System.Object
Param
Assembly: com.bennykok.runtime-debug-action.dll
[Serializable]
public class Param
Constructors
Declaration
public Param(string name, ParamType type, string description = null, object defaultValue = null, Func<object> valuePrefillCallback = null)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
| ParamType |
type |
|
| System.String |
description |
|
| System.Object |
defaultValue |
|
| System.Func<System.Object> |
valuePrefillCallback |
|
Fields
Declaration
public object defaultValue
Field Value
| Type |
Description |
| System.Object |
|
Declaration
public string description
Field Value
| Type |
Description |
| System.String |
|
Declaration
Field Value
| Type |
Description |
| System.String |
|
Declaration
Field Value
Declaration
public Func<object> valuePrefillCallback
Field Value
| Type |
Description |
| System.Func<System.Object> |
|
Methods
Declaration
public static Type MapParamTypeToType(ParamType type)
Parameters
Returns
| Type |
Description |
| System.Type |
|
Declaration
public static ParamType MapTypeToParamType(Type type)
Parameters
| Type |
Name |
Description |
| System.Type |
type |
|
Returns