Show / Hide Table of Contents

Class DBC.SearchCriteriaFields

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

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

Fields

DisplayName

SearchCriteria.DisplayName: Display name when these criteria are a saved archive filter

Declaration
public const string DisplayName = "displayName"
Field Value
Type Description
String

Name

SearchCriteria.Name: Name of this criteria collection

Declaration
public const string Name = "name"
Field Value
Type Description
String

OwnerGuiName

SearchCriteria.OwnerGuiName: Name of the owner GUI control, this is the GUI XML id in SIX.web

Declaration
public const string OwnerGuiName = "ownerGuiName"
Field Value
Type Description
String

OwnerId

SearchCriteria.OwnerId: Record ID in ownerTable that owns these criteria

Declaration
public const string OwnerId = "ownerId"
Field Value
Type Description
String

OwnerName

SearchCriteria.OwnerName: Name of owner; this is the archive provider name in NetServer/SIX.web

Declaration
public const string OwnerName = "ownerName"
Field Value
Type Description
String

OwnerTable

SearchCriteria.OwnerTable: Table number of table that owns these criteria

Declaration
public const string OwnerTable = "ownerTable"
Field Value
Type Description
String

OwnerType

SearchCriteria.OwnerType: Selection, Reporter, FindProject, ...

Declaration
public const string OwnerType = "ownerType"
Field Value
Type Description
String

Registered

SearchCriteria.Registered: Registered when

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

RegisteredAssociateId

SearchCriteria.RegisteredAssociateId: Registered by whom

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

SearchCriteriaId

SearchCriteria.SearchCriteriaId: Primary key

Declaration
public const string SearchCriteriaId = "SearchCriteria_id"
Field Value
Type Description
String

TextId

SearchCriteria.TextId: Extra information (descriptive) for this Criteria set

Declaration
public const string TextId = "textId"
Field Value
Type Description
String

Updated

SearchCriteria.Updated: Last updated when

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

UpdatedAssociateId

SearchCriteria.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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