Okapi .NET Library

FilterAccess Members

 [This is preliminary documentation and subject to change.]

FilterAccess overview

Public Instance Constructors

FilterAccess Constructor Default constructor.

Public Instance Properties

Filter Filter accessed dynamically.
FilterCLSID CLSID of the filter currently loaded
FilterCount Gets the number of filters loaded in the list.
Log Gets and sets the Log of the object.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetFilterIdentifier Gets the identifier of the filter for the specified index.
GetFilterName Gets the name of the filter for the specified index.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetParametersFileCount Gets the number of default parameters files for a specified variant of a specified filter.
GetParametersFileName Gets the name of a specified parameters file, for a specified variant of a specified filter.
GetType (inherited from Object)Gets the Type of the current instance.
GetVariantCount Gets the number of variants for a specified filter.
GetVariantIdentifier Gets the identifier of a specified variant of a specified filter.
GetVariantName Gets the name of a specified variant of a specified filter.
LoadFilter Loads a filter from a filter settings string.
LoadFilterDirect Loads a filter directly from an instance.
LoadFilterFromCLSID Loads a filter through its CLSID.
LoadFilterFromProgID Loads a filter through its ProgID.
LoadList Loads the list of Okapi filters available.
ParametersFileAllowed Queries the variant to know if parameters files can be used.
ToString (inherited from Object)Returns a String that represents the current Object.
UpdateParametersList Updates the list of parameters files.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

FilterAccess Class | Okapi.Library.Filter Namespace