Show / Hide Table of Contents

Class DBC.FormKeysFields

Fields for FormKeys, Keys that makes sure a form is not posted twice

Inheritance
Object
DBC.FormKeysFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class FormKeysFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top