[ROOT] / doc / toc / ARCQuery / Enum / EntityMethodKey+MethodType
Explains type of method signature found (trough reflection) for corresponding entity class.
Complex | Signature like 'bool TryGet{KeyName}(IP dataStorage, IK thisKey, out IP retval, out string errorResponse)' |
Simple | Signature like 'bool TryGet{KeyName}(out IP retval, out string errorResponse)' |
Generated 2025-05-22 21:05:05.117 UTC