Show / Hide Table of Contents

Class DBC.SearchCriteriaGroupFields

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

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

Fields

Active

SearchCriteriaGroup.Active: Should this group be executed

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

Direction

SearchCriteriaGroup.Direction: 0 = Add, 1 = Subtract this group from the total result

Declaration
public const string Direction = "direction"
Field Value
Type Description
String

Name

SearchCriteriaGroup.Name: The name of this criteria group

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

Rank

SearchCriteriaGroup.Rank: Rank order within this CriteriaModel

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

Registered

SearchCriteriaGroup.Registered: Registered when

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

RegisteredAssociateId

SearchCriteriaGroup.RegisteredAssociateId: Registered by whom

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

SearchCriteriaGroupId

SearchCriteriaGroup.SearchCriteriaGroupId: Primary key

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

SearchCriteriaId

SearchCriteriaGroup.SearchCriteriaId: Owning model

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

TextId

SearchCriteriaGroup.TextId: Extra information (descriptive) for this Criteria Group

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

Updated

SearchCriteriaGroup.Updated: Last updated when

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

UpdatedAssociateId

SearchCriteriaGroup.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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