Okapi .NET Library

FilterProperty Members

 [This is preliminary documentation and subject to change.]

FilterProperty overview

Public Static (Shared) Fields

ANCILLARYOUTPUT Constant value = 6. Queries whether the filter supports ancillary output(s).
BILINGUALINPUT Constant value = 2. Queries whether the filter input may be bilingual.
INPUTFILE Constant value = 0. Queries whether the filter supports input file.
INPUTSTRING Constant value = 1. Queries whether the filter supports input for strings.
ISINDEMOMODE Constant value = 10. Queries whether the filter is currently in demonstration mode.
OUTPUTFILE Constant value = 4. Queries whether the filter supports output file.
OUTPUTSTRING Constant value = 5. Queries whether the filter supports string output.
RTFOUTPUT Constant value = 8. Queries whether the filter supports RTF output.
TEXTBASED Constant value = 3. Queries whether the format supported by the filter is text-based.
USEKEY Constant value = 9. Queries whether the filter is currently using a key.
XMLOUTPUT Constant value = 7. Queries whether the filter supports XML and HTML output.

Public Instance Constructors

FilterProperty ConstructorInitializes a new instance of the FilterProperty class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

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

FilterProperty Class | Okapi.Library.Filter Namespace