ScriptingCriteria Class

Represents criteria used for extending the search engine matching algorithms with ActiveScripting scripts.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public class ScriptingCriteria : IDisposable
Inheritance
Object    ScriptingCriteria
Implements
IDisposable

Properties

Active Gets or sets the flag indicating whether or not the script should be used.
CustomParameter Gets or sets the custom parameter passed directly to the script.
FileName Gets or sets the full path name of the script file.
ScriptEngineProgId Gets or sets the ProgId of the Active Scripting engine.
ScriptText Gets or sets the text of the script if the script is not passed via the FileName property.

Methods

DisposeReleases all resources used by the ScriptingCriteria
Dispose(Boolean)Releases the unmanaged resources used by the ScriptingCriteria and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Non-GC class clean up
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also