ParameterType Enumeration

Assembly: CodeEffects.Rule.Common.dll
Namespace: CodeEffects.Rule.Common.Models

Syntax

public enum ParameterType
{
	Source = 0,
	Input = 1,
	Constant = 2,
	Collection = 4,
	None = 8
}

p102

l097 --

l102

p101

×