Okapi .NET Library

BaseUtilitySet Members

 [This is preliminary documentation and subject to change.]

BaseUtilitySet overview

Public Instance Constructors

BaseUtilitySet Constructor Constructor.

Public Instance Methods

AddInputOverloaded. Implements IUtilitySet.AddInput.
AddOutput Implements IUtilitySet.AddOutput.
EditOptions Implements IUtilitySet.EditOptions.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Execute Implements IUtilitySet.Execute.
GetCurrentUtility Implements IUtilitySet.GetCurrentUtility.
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.
GetIdentifier Implements IUtilitySet.GetIdentifier.
GetInputListCount Implements IUtilitySet.GetInputListCount.
GetInputListType Implements IUtilitySet.GetInputListType.
GetInterfaceVersion Implements IUtilitySet.GetInterfaceVersion.
GetLastOutputFolder Implements IUtilitySet.GetLastOutputFolder.
GetOption Implements IUtilitySet.GetOption.
GetOptions Implements IUtilitySet.GetOptions.
GetOutputLanguage Implements IUtilitySet.GetOutputLanguage.
GetRoot Implements IUtilitySet.GetRoot.
GetType (inherited from Object)Gets the Type of the current instance.
GetUtilityCount Implements IUtilitySet.GetUtilityCount.
GetUtilityDescription Implements IUtilitySet.GetUtilityDescription.
GetUtilityIdentifier Implements IUtilitySet.GetUtilityIdentifier.
HasOptions Implements IUtilitySet.HasOptions.
Initialize Implements IUtilitySet.Initialize.
NeedOutput Implements IUtilitySet.NeedOutput.
NeedOutputEncoding Implements IUtilitySet.NeedOutputEncoding.
NeedRoot Implements IUtilitySet.NeedRoot.
ResetFileLists Implements IUtilitySet.ResetFileLists.
SetCurrentUtility Implements IUtilitySet.SetCurrentUtility.
SetDefaultOptions Implements IUtilitySet.SetDefaultOptions.
SetFAPath Set the path of the filter access object.
SetLanguages Implements IUtilitySet.SetLanguages.
SetOption Implements IUtilitySet.SetOption.
SetOptions Implements IUtilitySet.SetOptions.
SetRoot Implements IUtilitySet.SetRoot.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

m_aIDs Storage array for the utilities IDs.
m_aInputSet1 Storage array for the first input list.
m_aInputSet2 Storage array for the second input list.
m_aInputSet3 Storage array for the third input list.
m_aOutputSet Storage array for the output list.
m_FA Filter access object.
m_Log Log object to use.
m_nCurrent Index of the current utility.
m_sRootSet1 Root for the first input list.
m_sRootSet2 Root for the second input list.
m_sRootSet3 Root for the third input list.
m_Utility Base utility used as a common access for all actual instances.

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

BaseUtilitySet Class | Okapi.Library.Utility Namespace