Kofax Front Office Server .NET Validation API
Kofax Front Office Server .NET Validation API
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NKofax
 NKFSLib
 NKFSValidation
 CIKFSBatchProvides an interface so that code to operate on various KC validation objects can be shared between different versions of Kofax Capture. Since code in the various KFSLib.KCXX projects may only reference their own corresponding KFSValidation library, we have to provide an interface for each of the different classes (Batch, Document, IndexField, etc.) in order to share code in KFSLib. These interfaces are distinct from those in IKFSLib, whose purpose is to bridge communication to the KFSNative project (which in turn translates to Java. The interfaces do not include all the implemented methods of their implementing classes, only those needed in KFSLib.
 CIKFSDocumentProvides an interface so that code to operate on various KC validation objects can be shared between different versions of Kofax Capture. Since code in the various KFSLib.KCXX projects may only reference their own corresponding KFSValidation library, we have to provide an interface for each of the different classes (Batch, Document, IndexField, etc.) in order to share code in KFSLib. These interfaces are distinct from those in IKFSLib, whose purpose is to bridge communication to the KFSNative project (which in turn translates to Java. The interfaces do not include all the implemented methods of their implementing classes, only those needed in KFSLib.
 CIKFSIndexFieldProvides an interface so that code to operate on various KC validation objects can be shared between different versions of Kofax Capture. Since code in the various KFSLib.KCXX projects may only reference their own corresponding KFSValidation library, we have to provide an interface for each of the different classes (Batch, Document, IndexField, etc.) in order to share code in KFSLib. These interfaces are distinct from those in IKFSLib, whose purpose is to bridge communication to the KFSNative project (which in turn translates to Java). The interfaces do not include all the implemented methods of their implementing classes, only those needed in KFSLib.
 CIKFSIndexFieldsProvides an interface so that code to operate on various KC validation objects can be shared between different versions of Kofax Capture. Since code in the various KFSLib.KCXX projects may only reference their own corresponding KFSValidation library, we have to provide an interface for each of the different classes (Batch, Document, IndexField, etc.) in order to share code in KFSLib. These interfaces are distinct from those in IKFSLib, whose purpose is to bridge communication to the KFSNative project (which in turn translates to Java. The interfaces do not include all the implemented methods of their implementing classes, only those needed in KFSLib.
 CKFSFieldUtilUtility class for setting index field properties from a validation script.
 CKFSIndexFieldAttributeUsed to mark an index field as a validated field for Kofax Front Office Server. Additionally, it is possible to designate that a field should be read only, or override a field's default value.
 CValidationContextDetermine the application context from which the validation script is being called.