Class DBC.FormKeysFields
Fields for FormKeys, Keys that makes sure a form is not posted twice
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class FormKeysFields : Object
Fields
FormKey
FormKeys.FormKey: A random key
Declaration
public const string FormKey = "form_key"
Field Value
Type | Description |
---|---|
String |
FormKeysId
FormKeys.FormKeysId: Primary key
Declaration
public const string FormKeysId = "id"
Field Value
Type | Description |
---|---|
String |
TimeOfEntry
FormKeys.TimeOfEntry: When the key was generated
Declaration
public const string TimeOfEntry = "time_of_entry"
Field Value
Type | Description |
---|---|
String |