Kofax Front Office Server .NET Validation API
Kofax Front Office Server .NET Validation API
|
▼CAttribute | |
CKofax.KFSLib.KFSValidation.KFSIndexFieldAttribute | Used 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. |
CKofax.KFSLib.KFSValidation.IKFSBatch | Provides 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. |
CKofax.KFSLib.KFSValidation.IKFSDocument | Provides 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. |
CKofax.KFSLib.KFSValidation.IKFSIndexField | Provides 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. |
CKofax.KFSLib.KFSValidation.IKFSIndexFields | Provides 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. |
CKofax.KFSLib.KFSValidation.KFSFieldUtil | Utility class for setting index field properties from a validation script. |
CKofax.KFSLib.KFSValidation.ValidationContext | Determine the application context from which the validation script is being called. |