Show / Hide Table of Contents

Class DBC.SearchCriterionValueFields

Fields for SearchCriterionValue, Criteria storage for Selection and other Find mechanisms

Inheritance
Object
DBC.SearchCriterionValueFields
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 SearchCriterionValueFields

Fields

DoubleValue

SearchCriterionValue.DoubleValue: Value for double type

Declaration
public const string DoubleValue = "doubleValue"
Field Value
Type Description
String

ListItemId

SearchCriterionValue.ListItemId: List item ID: the primary key of the list table identified above, or 0.

Declaration
public const string ListItemId = "listItemId"
Field Value
Type Description
String

ListTableId

SearchCriterionValue.ListTableId: List table ID, 0 if this is not a reference to a list

Declaration
public const string ListTableId = "listTableId"
Field Value
Type Description
String

LongValue

SearchCriterionValue.LongValue: Value for long type

Declaration
public const string LongValue = "longValue"
Field Value
Type Description
String

Rank

SearchCriterionValue.Rank: Ordering within this group

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

Registered

SearchCriterionValue.Registered: Registered when

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

RegisteredAssociateId

SearchCriterionValue.RegisteredAssociateId: Registered by whom

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

SearchCriterionId

SearchCriterionValue.SearchCriterionId: Owning group

Declaration
public const string SearchCriterionId = "SearchCriterion_id"
Field Value
Type Description
String

SearchCriterionValueId

SearchCriterionValue.SearchCriterionValueId: Primary key

Declaration
public const string SearchCriterionValueId = "SearchCriterionValue_id"
Field Value
Type Description
String

StringValue

SearchCriterionValue.StringValue: Value for String type

Declaration
public const string StringValue = "stringValue"
Field Value
Type Description
String

Updated

SearchCriterionValue.Updated: Last updated when

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

UpdatedAssociateId

SearchCriterionValue.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

SearchCriterionValue.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
String

ValueType

SearchCriterionValue.ValueType: The RestrictionType that describes this value; might vary between values connected to the same criterion

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