Enum ExecutableFunctionType
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public enum ExecutableFunctionType
Fields
Name | Description |
---|---|
InstanceMethod | Method from class instance |
PropertyGetter | Get method from instance property |
PropertySetter | Set method from instance property |
StaticMethod | Method from static class |
StaticPropertyGetter | Get method from static property |
StaticPropertySetter | Set method from static property |