Show / Hide Table of Contents

Class DBC.SearchCriterionFields

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

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

Fields

Active

SearchCriterion.Active: Should this criterion be executed

Declaration
public const string Active = "active"
Field Value
Type Description
String

ColumnName

SearchCriterion.ColumnName: Column name from archive provider in NetServer/SIX.web

Declaration
public const string ColumnName = "columnName"
Field Value
Type Description
String

CriterionId

SearchCriterion.CriterionId: Usually DbFieldId of field to be searched

Declaration
public const string CriterionId = "criterionId"
Field Value
Type Description
String

ExtraId

SearchCriterion.ExtraId: Extra info, forms part of the internal unique identification of the criterion

Declaration
public const string ExtraId = "extraId"
Field Value
Type Description
String

LinkType

SearchCriterion.LinkType: Link type, AND or OR

Declaration
public const string LinkType = "linkType"
Field Value
Type Description
String

OperatorId

SearchCriterion.OperatorId: Operator ID

Declaration
public const string OperatorId = "operatorId"
Field Value
Type Description
String

OperatorName

SearchCriterion.OperatorName: Operator name from archive provider

Declaration
public const string OperatorName = "operatorName"
Field Value
Type Description
String

Parenthesis

SearchCriterion.Parenthesis: Parenthesis value, positive is number of opening parentheses to prepend to this criterion, negative is the number of closing parentheses to append

Declaration
public const string Parenthesis = "parenthesis"
Field Value
Type Description
String

Rank

SearchCriterion.Rank: Ordering within this group

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

Registered

SearchCriterion.Registered: Registered when

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

RegisteredAssociateId

SearchCriterion.RegisteredAssociateId: Registered by whom

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

SearchCriteriaGroupId

SearchCriterion.SearchCriteriaGroupId: Owning group

Declaration
public const string SearchCriteriaGroupId = "SearchCriteriaGroup_id"
Field Value
Type Description
String

SearchCriterionId

SearchCriterion.SearchCriterionId: Primary key

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

UdefIdentity

SearchCriterion.UdefIdentity: Extra info for searching udef fields, to keep track of actual field across layout changes

Declaration
public const string UdefIdentity = "udefIdentity"
Field Value
Type Description
String

UniqueKey

SearchCriterion.UniqueKey: Unique key (hash) from ArchiveRestrictionInfo

Declaration
public const string UniqueKey = "uniqueKey"
Field Value
Type Description
String

Updated

SearchCriterion.Updated: Last updated when

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

UpdatedAssociateId

SearchCriterion.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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