PrimitivesCollection.Contains(ISessionProfile, IPrimitive, PluginInfo, TermInfo, IEvaluationActionContext, Boolean) Method
Tries to find plug-in by specified primitive.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public abstract bool Contains(
ISessionProfile sessionProfile,
IPrimitive value,
out PluginInfo pluginInfo,
out TermInfo termInfo,
IEvaluationActionContext ctx,
bool standard = true
)
Public MustOverride Function Contains (
sessionProfile As ISessionProfile,
value As IPrimitive,
<OutAttribute> ByRef pluginInfo As PluginInfo,
<OutAttribute> ByRef termInfo As TermInfo,
ctx As IEvaluationActionContext,
Optional standard As Boolean = true
) As Boolean
public:
virtual bool Contains(
ISessionProfile^ sessionProfile,
IPrimitive^ value,
[OutAttribute] PluginInfo^% pluginInfo,
[OutAttribute] TermInfo^% termInfo,
IEvaluationActionContext^ ctx,
bool standard = true
) abstract
abstract Contains :
sessionProfile : ISessionProfile *
value : IPrimitive *
pluginInfo : PluginInfo byref *
termInfo : TermInfo byref *
ctx : IEvaluationActionContext *
?standard : bool
-> bool
- sessionProfile ISessionProfile
- Profile of the current session.
- value IPrimitive
- Primitive to search plug-in for.
- pluginInfo PluginInfo
- Plug-in which allows to handle specified Term calculation.
- termInfo TermInfo
- Term related information.
- ctx IEvaluationActionContext
- Context of the evaluation action.
- standard Boolean (Optional)
- Defines what options to use during look up.
BooleanReturn plug-in to use for handling calculation of the Term.