Click or drag to resize

CodeMethodParamCreate Method (String, ParamDirection, Boolean, CodeMethod)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static CodeMethodParam Create(
	string name,
	ParamDirection direction,
	bool paramValue,
	CodeMethod codeMethod
)

Parameters

name
Type: SystemString
direction
Type: Omada.OE.ModelParamDirection
paramValue
Type: SystemBoolean
codeMethod
Type: Omada.OE.ModelCodeMethod

Return Value

Type: CodeMethodParam
See Also