Kofax Mobile SDK API Reference
kfxKUTAppStatsDaoField.h
Go to the documentation of this file.
1 //
2 // kfxKUTAppStatsDaoField.h
3 // kfxLibUtilities
4 //
5 // Copyright (c) 2014-2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
6 //
7 
8 #import <Foundation/Foundation.h>
9 
10 // ===================================================
12 // Enum defining the AppStats DAOFieldType values
13 typedef NS_ENUM(NSUInteger, KUTdaoFieldType) {
19 };
20 
21 
23 typedef NS_ENUM(NSUInteger, KUTdaoTableType) {
37 };
38 
40 
44 @interface kfxKUTAppStatsDaoField : NSObject
45 
47 @property (nonatomic, strong) NSString * fieldName;
48 
50 @property (nonatomic, strong) NSString * fieldValue;
51 
53 @property (nonatomic, assign) KUTdaoFieldType fieldType;
54 
56 @property (nonatomic, assign) KUTdaoTableType tableType;
57 
58 @end
Used as part of custom export process, for passing Application Statistics table entries to your expor...
Definition: kfxKUTAppStatsDaoField.h:44
Definition: kfxKUTAppStatsDaoField.h:30
Definition: kfxKUTAppStatsDaoField.h:26
Definition: kfxKUTAppStatsDaoField.h:27
NSString * fieldValue
The value of the field.
Definition: kfxKUTAppStatsDaoField.h:50
KUTdaoFieldType fieldType
The type of the field (GUID, int, float, text, datetime)
Definition: kfxKUTAppStatsDaoField.h:53
Definition: kfxKUTAppStatsDaoField.h:29
Definition: kfxKUTAppStatsDaoField.h:25
Definition: kfxKUTAppStatsDaoField.h:28
Definition: kfxKUTAppStatsDaoField.h:33
Definition: kfxKUTAppStatsDaoField.h:31
KUTdaoFieldType
The KUTdaoFieldType enum is used as part of the database export mechanism. The values defined in this...
Definition: kfxKUTAppStatsDaoField.h:13
NSString * fieldName
The name of the field.
Definition: kfxKUTAppStatsDaoField.h:47
Definition: kfxKUTAppStatsDaoField.h:17
Definition: kfxKUTAppStatsDaoField.h:24
Definition: kfxKUTAppStatsDaoField.h:32
Definition: kfxKUTAppStatsDaoField.h:34
KUTdaoTableType tableType
The type of the table (one of the tables defined in the Application Statistics database schema)...
Definition: kfxKUTAppStatsDaoField.h:56
Definition: kfxKUTAppStatsDaoField.h:36
Definition: kfxKUTAppStatsDaoField.h:14
Definition: kfxKUTAppStatsDaoField.h:35
Definition: kfxKUTAppStatsDaoField.h:18
Definition: kfxKUTAppStatsDaoField.h:15
Definition: kfxKUTAppStatsDaoField.h:16
KUTdaoTableType
The KUTdaoTableType enum is used as part of the database export mechanism. The values defined in this...
Definition: kfxKUTAppStatsDaoField.h:23
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.