Show / Hide Table of Contents

Class DBC.FormFieldValueFields

Fields for FormFieldValue, Form field values saved in a searchable format

Inheritance
object
DBC.FormFieldValueFields
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.FormFieldValueFields

Fields

BoolValue

FormFieldValue.BoolValue: The boolean value of this form field

Declaration
public const string BoolValue = "bool_value"
Field Value
Type Description
string

DatetimeValue

FormFieldValue.DatetimeValue: The datetime value of this form field

Declaration
public const string DatetimeValue = "datetime_value"
Field Value
Type Description
string

DoubleValue

FormFieldValue.DoubleValue: The double value of this form field

Declaration
public const string DoubleValue = "double_value"
Field Value
Type Description
string

FormFieldValueId

FormFieldValue.FormFieldValueId: Primary key

Declaration
public const string FormFieldValueId = "form_field_value_id"
Field Value
Type Description
string

FormSubmissionId

FormFieldValue.FormSubmissionId: The form submission this set of values belong to

Declaration
public const string FormSubmissionId = "form_submission_id"
Field Value
Type Description
string

IntValue

FormFieldValue.IntValue: The integer value of this form field

Declaration
public const string IntValue = "int_value"
Field Value
Type Description
string

Label

FormFieldValue.Label: The label of this form field

Declaration
public const string Label = "label"
Field Value
Type Description
string

Rank

FormFieldValue.Rank: The rank of this form field within the form

Declaration
public const string Rank = "rank"
Field Value
Type Description
string

Registered

FormFieldValue.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

FormFieldValue.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

Sequence

FormFieldValue.Sequence: The sequence of this form field

Declaration
public const string Sequence = "sequence"
Field Value
Type Description
string

StringValue

FormFieldValue.StringValue: The string value of this form field

Declaration
public const string StringValue = "string_value"
Field Value
Type Description
string

Type

FormFieldValue.Type: The type of this form field

Declaration
public const string Type = "type"
Field Value
Type Description
string

Updated

FormFieldValue.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

FormFieldValue.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

FormFieldValue.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top