PrimitivesCollectionIsHandled Method
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public bool IsHandled(
SessionProfile sessionProfile,
Entry value,
out PluginInfo pluginInfo,
IEvaluationActionContext ctx,
bool legacyCheck,
bool standard = true
)
Public Function IsHandled (
sessionProfile As SessionProfile,
value As Entry,
<OutAttribute> ByRef pluginInfo As PluginInfo,
ctx As IEvaluationActionContext,
legacyCheck As Boolean,
Optional standard As Boolean = true
) As Boolean
public:
bool IsHandled(
SessionProfile^ sessionProfile,
Entry^ value,
[OutAttribute] PluginInfo^% pluginInfo,
IEvaluationActionContext^ ctx,
bool legacyCheck,
bool standard = true
)
member IsHandled :
sessionProfile : SessionProfile *
value : Entry *
pluginInfo : PluginInfo byref *
ctx : IEvaluationActionContext *
legacyCheck : bool *
?standard : bool
(* Defaults:
let _standard = defaultArg standard true
*)
-> bool
- sessionProfile SessionProfile
-
- value Entry
-
- pluginInfo PluginInfo
-
- ctx IEvaluationActionContext
-
- legacyCheck Boolean
-
- standard Boolean (Optional)
-
Boolean