Namespace TimeCockpit.Data.QueryLanguage.Functions
Classes
FunctionParameter<T>
Represents a class that encapsulates parameters that have been passed to a TCQL function. The class provides methods to query if the function parameter has a value or not.
InMemoryAttribute
Represents an attribute that can be used to decorate a class that represents an in-memory function
MissingFunctionException
Represents an error while trying to get the rendering function of an TimeCockpit.Data.QueryLanguage.AstFunction.
OnLoadAttribute
Represents an attribute that can be used to decorate methods in in-memory functions. Methods that are decorated with that attribute are executed once.