0byt3m1n1
Path:
C:
/
BACKUPS
/
Biometric Backup
/
KELTRON
/
COSEC V14R4.1
/
Setup
/
API Samples
/
VB 6.0
/
[
Home
]
File: UserAPIParameters.cls
VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject END Attribute VB_Name = "UserAPIParameters" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = True Attribute VB_PredeclaredId = False Attribute VB_Exposed = False Attribute VB_Ext_KEY = "SavedWithClassBuilder6" ,"Yes" Attribute VB_Ext_KEY = "Top_Level" ,"Yes" ' Any empty field will not do any change except mandatory field Public id As String ' Mandatory field Public reference_code As String Public username As String ' Mandatory field Public short_name As String Public active As String ' Format Must Be DDMMYYYY Public date_of_birth As String Public official_phone As String Public official_extension As String Public official_cell As String Public official_email As String Public pin As String ' provide "0" to clear cards Public card_1 As String Public card_2 As String ' Format Must Be DDMMYYYY Public access_validity_date As String ' Field can be set during creation of new User. cannot be change of existing user Public organization As String Public branch As String Public department As String Public designation As String Public section As String Public category As String Public grade As String ' Field will cannot be set only get Public device As String