SourceElementType Enumeration

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

Syntax

public enum SourceElementType
{
	Undefined = 0,
	Field = 1,
	ReusableRule = 2,
	InRuleMethod = 4,
	Setter = 6,
	ActionMethod = 8
}

p102

l097 --

l102

p101

×