Enum QueryRunnerHandlerInstanceType
Indicates the type of instance that can be used with a IQueryRunnerHandler
Namespace: LemonEdge.API.Queries
Assembly: API.dll
Syntax
public enum QueryRunnerHandlerInstanceType : short
Fields
Name | Description |
---|---|
Custom | Indicates the handler has custom instance entities that can be used |
Entity | Indicates the handler requires an instance of an entity |
None | Indicates the handler does not require any instance of an item |