Class DBC.SearchCriteriaFields
Fields for SearchCriteria, Criteria storage for Selection and other Find mechanisms
Inheritance
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SearchCriteriaFields : Object
Fields
DisplayName
SearchCriteria.DisplayName: Display name when these criteria are a saved archive filter
Declaration
public const string DisplayName = "displayName"
Field Value
Type | Description |
---|---|
System.String |
Name
SearchCriteria.Name: Name of this criteria collection
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
OwnerId
SearchCriteria.OwnerId: Record ID in ownerTable that owns these criteria
Declaration
public const string OwnerId = "ownerId"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
OwnerTable
SearchCriteria.OwnerTable: Table number of table that owns these criteria
Declaration
public const string OwnerTable = "ownerTable"
Field Value
Type | Description |
---|---|
System.String |
OwnerType
SearchCriteria.OwnerType: Selection, Reporter, FindProject, ...
Declaration
public const string OwnerType = "ownerType"
Field Value
Type | Description |
---|---|
System.String |
Registered
SearchCriteria.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
System.String |
RegisteredAssociateId
SearchCriteria.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
System.String |
SearchCriteriaId
SearchCriteria.SearchCriteriaId: Primary key
Declaration
public const string SearchCriteriaId = "SearchCriteria_id"
Field Value
Type | Description |
---|---|
System.String |
TextId
SearchCriteria.TextId: Extra information (descriptive) for this Criteria set
Declaration
public const string TextId = "textId"
Field Value
Type | Description |
---|---|
System.String |
Updated
SearchCriteria.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
System.String |
UpdatedAssociateId
SearchCriteria.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
System.String |
UpdatedCount
SearchCriteria.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
System.String |