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 DBC.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