[ROOT] / doc / toc / ARCQuery / Enum / EntityMethodKey+MethodType

Complex , Simple


Explains type of method signature found (trough reflection) for corresponding entity class.


ComplexSignature like 'bool TryGet{KeyName}(IP dataStorage, IK thisKey, out IP retval, out string errorResponse)'
SimpleSignature like 'bool TryGet{KeyName}(out IP retval, out string errorResponse)'

Details

Generated 2024-04-28 09:12:58.179 UTC