Table of Contents

Enum ExecutableFunctionType

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll
public enum ExecutableFunctionType

Fields

InstanceMethod = 0

Method from class instance

PropertyGetter = 3

Get method from instance property

PropertySetter = 2

Set method from instance property

StaticMethod = 1

Method from static class

StaticPropertyGetter = 5

Get method from static property

StaticPropertySetter = 4

Set method from static property