Kofax Mobile SDK API Reference
Properties | List of all members
kfxKUTAppStatsDaoField Class Reference

Used as part of custom export process, for passing Application Statistics table entries to your export handler code in the formatExportRow delegate method. More...

#import <kfxKUTAppStatsDaoField.h>

Inheritance diagram for kfxKUTAppStatsDaoField:

Properties

NSString * fieldName
 The name of the field. More...
 
NSString * fieldValue
 The value of the field. More...
 
KUTdaoFieldType fieldType
 The type of the field (GUID, int, float, text, datetime) More...
 
KUTdaoTableType tableType
 The type of the table (one of the tables defined in the Application Statistics database schema). More...
 

Detailed Description

Used as part of custom export process, for passing Application Statistics table entries to your export handler code in the formatExportRow delegate method.

This data structure is used by the database export mechanism. If you define a custom export handler by implementing the formatExportRow delegate method, each of the tables will be exported, calling that delegate method for each row of data, and passing in an array of this data structure for custom handling by your exporter code.

Property Documentation

- (NSString*) fieldName
readwritenonatomicstrong

The name of the field.

- (KUTdaoFieldType) fieldType
readwritenonatomicassign

The type of the field (GUID, int, float, text, datetime)

- (NSString*) fieldValue
readwritenonatomicstrong

The value of the field.

- (KUTdaoTableType) tableType
readwritenonatomicassign

The type of the table (one of the tables defined in the Application Statistics database schema).


The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.