Namespace SuperOffice.CRM.Rows
Classes
AccessScriptRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the access_script table.
AccessScriptRecordDataExtensions
Extension methods to make it easy to fetch AccessScriptRecordData objects from the database, using the TargetedSelect infrastructure
AccessScriptRow
Scripts to implement row-based access rules (sentry light)
Row Object for table 'access_script'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AccessScriptRow.CustomSearch
Class representing a custom search against table 'access_script'. Use this class to create a query that is pre-populated with the correct AccessScriptTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AccessScriptRow. If your query matches more than one row in the database, the result will reflect the first row only.
AccessScriptRow.IdxAccessScriptId
Class representing index 'IDXAccess_scriptId'.
AccessScriptRows
Scripts to implement row-based access rules (sentry light) Collection of AccessScriptRow. Each element of the collection represents one row in the AccessScript table.
AccessScriptRows.CustomSearch
Class representing a custom search against table 'access_script'. Use this class to create a query that is pre-populated with the correct AccessScriptTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AccessScriptRows collection of matching rows.
ActiveUserRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the activeuser table.
ActiveUserRecordDataExtensions
Extension methods to make it easy to fetch ActiveUserRecordData objects from the database, using the TargetedSelect infrastructure
ActiveUserRow
Currently logged-on users. This table contains encrypted license information. Changing it may disable login for all users and require intervention by SuperOffice support. Recommended use: for determining who is logged on, at what location, etc.
Row Object for table 'activeuser'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ActiveUserRow.CustomSearch
Class representing a custom search against table 'activeuser'. Use this class to create a query that is pre-populated with the correct ActiveUserTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ActiveUserRow. If your query matches more than one row in the database, the result will reflect the first row only.
ActiveUserRow.IdxActiveuserId
Class representing index 'IDXAuserId'.
ActiveUserRows
Currently logged-on users. This table contains encrypted license information. Changing it may disable login for all users and require intervention by SuperOffice support. Recommended use: for determining who is logged on, at what location, etc. Collection of ActiveUserRow. Each element of the collection represents one row in the ActiveUser table.
ActiveUserRows.CustomSearch
Class representing a custom search against table 'activeuser'. Use this class to create a query that is pre-populated with the correct ActiveUserTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ActiveUserRows collection of matching rows.
AddressFormatRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the AddressFormat table.
AddressFormatRecordDataExtensions
Extension methods to make it easy to fetch AddressFormatRecordData objects from the database, using the TargetedSelect infrastructure
AddressFormatRow
Address formats for GUI and labels. See more information: Addressformat on http://techdoc.superoffice.com
Row Object for table 'AddressFormat'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AddressFormatRow.CustomSearch
Class representing a custom search against table 'AddressFormat'. Use this class to create a query that is pre-populated with the correct AddressFormatTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AddressFormatRow. If your query matches more than one row in the database, the result will reflect the first row only.
AddressFormatRow.IdxAddressformatId
Class representing index 'IDXAddressFormatId'.
AddressFormatRows
Address formats for GUI and labels. See more information: Addressformat on http://techdoc.superoffice.com Collection of AddressFormatRow. Each element of the collection represents one row in the AddressFormat table.
AddressFormatRows.CustomSearch
Class representing a custom search against table 'AddressFormat'. Use this class to create a query that is pre-populated with the correct AddressFormatTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AddressFormatRows collection of matching rows.
AddressRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the address table.
AddressRecordDataExtensions
Extension methods to make it easy to fetch AddressRecordData objects from the database, using the TargetedSelect infrastructure
AddressRow
Contact and Person addresses
Row Object for table 'address'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AddressRow.CustomSearch
Class representing a custom search against table 'address'. Use this class to create a query that is pre-populated with the correct AddressTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AddressRow. If your query matches more than one row in the database, the result will reflect the first row only.
AddressRow.IdxAddressId
Class representing index 'IDXAddrId'.
AddressRows
Contact and Person addresses Collection of AddressRow. Each element of the collection represents one row in the Address table.
AddressRows.CustomSearch
Class representing a custom search against table 'address'. Use this class to create a query that is pre-populated with the correct AddressTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AddressRows collection of matching rows.
AddressRows.IdxOwnerId
Class representing index 'IOwner_idType_idx'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AddressRows.IdxState
Class representing index 'IDXAddrState'.
AddressRows.IdxZipcode
Class representing index 'IDXAddrZip'.
AiChatTurnRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ai_chat_turn table.
AiChatTurnRecordDataExtensions
Extension methods to make it easy to fetch AiChatTurnRecordData objects from the database, using the TargetedSelect infrastructure
AiChatTurnRow
Contains AI Chatbot history - contains whole chat, not just what is sent to the chatbot. History is ready ordered by timestamp
Row Object for table 'ai_chat_turn'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AiChatTurnRow.CustomSearch
Class representing a custom search against table 'ai_chat_turn'. Use this class to create a query that is pre-populated with the correct AiChatTurnTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AiChatTurnRow. If your query matches more than one row in the database, the result will reflect the first row only.
AiChatTurnRow.IdxAiChatTurnId
Class representing index 'IDXAi_chat_turnId'.
AiChatTurnRows
Contains AI Chatbot history - contains whole chat, not just what is sent to the chatbot. History is ready ordered by timestamp Collection of AiChatTurnRow. Each element of the collection represents one row in the AiChatTurn table.
AiChatTurnRows.CustomSearch
Class representing a custom search against table 'ai_chat_turn'. Use this class to create a query that is pre-populated with the correct AiChatTurnTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AiChatTurnRows collection of matching rows.
AiChatTurnRows.IdxAssociateId
Class representing index 'IDXAi_chat_turnAssociate_id'.
AiChatTurnRows.IdxAssociateIdChatId
Class representing index 'IAssociate_idChat_idTimestamp'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AiChatTurnRows.IdxAssociateIdChatIdTimestamp
Class representing index 'IAssociate_idChat_idTimestamp'.
AiChatTurnRows.IdxTimestamp
Class representing index 'IDXAi_chat_turnTimestamp'.
AmountClassGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the AmountClassGroupLink table.
AmountClassGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch AmountClassGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
AmountClassGroupLinkRow
User group link table for AmountClass, for MDO item hiding
Row Object for table 'AmountClassGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
AmountClassGroupLinkRow.CustomSearch
Class representing a custom search against table 'AmountClassGroupLink'. Use this class to create a query that is pre-populated with the correct AmountClassGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AmountClassGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
AmountClassGroupLinkRow.IdxAmountclassgrouplinkId
Class representing index 'IDXAmountClassGLId'.
AmountClassGroupLinkRows
User group link table for AmountClass, for MDO item hiding Collection of AmountClassGroupLinkRow. Each element of the collection represents one row in the AmountClassGroupLink table.
AmountClassGroupLinkRows.CustomSearch
Class representing a custom search against table 'AmountClassGroupLink'. Use this class to create a query that is pre-populated with the correct AmountClassGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AmountClassGroupLinkRows collection of matching rows.
AmountClassGroupLinkRows.IdxAmountclassId
Class representing index 'IDXAmountClassGLAmountclass_i'.
AmountClassGroupLinkRows.IdxGroupId
Class representing index 'IDXAmountClassGLGroup_id'.
AmountClassHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the AmountClassHeadingLink table.
AmountClassHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch AmountClassHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
AmountClassHeadingLinkRow
Heading link table for AmountClass, for MDO headers
Row Object for table 'AmountClassHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
AmountClassHeadingLinkRow.CustomSearch
Class representing a custom search against table 'AmountClassHeadingLink'. Use this class to create a query that is pre-populated with the correct AmountClassHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AmountClassHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
AmountClassHeadingLinkRow.IdxAmountclassheadinglinkId
Class representing index 'IDXAmountClassHLId'.
AmountClassHeadingLinkRows
Heading link table for AmountClass, for MDO headers Collection of AmountClassHeadingLinkRow. Each element of the collection represents one row in the AmountClassHeadingLink table.
AmountClassHeadingLinkRows.CustomSearch
Class representing a custom search against table 'AmountClassHeadingLink'. Use this class to create a query that is pre-populated with the correct AmountClassHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AmountClassHeadingLinkRows collection of matching rows.
AmountClassHeadingLinkRows.IdxAmountclassId
Class representing index 'IDXAmountClassHLAmountclass_i'.
AmountClassHeadingLinkRows.IdxHeadingId
Class representing index 'IDXAmountClassHLHeading_id'.
AmountClassRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the AmountClass table.
AmountClassRecordDataExtensions
Extension methods to make it easy to fetch AmountClassRecordData objects from the database, using the TargetedSelect infrastructure
AmountClassRow
Amount Class list for SuperOffice Sales Intelligence (Saint) - used to group sales by amounts, into bins (low --> high) called amount classes. More information regarding SuperOffice Sales Intelligence on http://techdoc.superoffice.com
Row Object for table 'AmountClass'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
AmountClassRow.CustomSearch
Class representing a custom search against table 'AmountClass'. Use this class to create a query that is pre-populated with the correct AmountClassTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AmountClassRow. If your query matches more than one row in the database, the result will reflect the first row only.
AmountClassRow.IdxAmountClassId
Class representing index 'IDXAmountClassId'.
AmountClassRow.IdxName
Class representing index 'IDXAmountClassName'.
AmountClassRows
Amount Class list for SuperOffice Sales Intelligence (Saint) - used to group sales by amounts, into bins (low --> high) called amount classes. More information regarding SuperOffice Sales Intelligence on http://techdoc.superoffice.com Collection of AmountClassRow. Each element of the collection represents one row in the AmountClass table.
AmountClassRows.CustomSearch
Class representing a custom search against table 'AmountClass'. Use this class to create a query that is pre-populated with the correct AmountClassTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AmountClassRows collection of matching rows.
AmountClassRows.IdxAmountFrom
Class representing index 'IDXAmountClassAmountFrom'.
AmountClassRows.IdxAmountTo
Class representing index 'IDXAmountClassAmountTo'.
AppointmentRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the appointment table.
AppointmentRecordDataExtensions
Extension methods to make it easy to fetch AppointmentRecordData objects from the database, using the TargetedSelect infrastructure
AppointmentRow
Tasks, appointments, followups, phone calls; and documents (document_id != 0). An appointment always has a corresponding record in VisibleFor specifying who may see this.
Row Object for table 'appointment'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AppointmentRow.CustomSearch
Class representing a custom search against table 'appointment'. Use this class to create a query that is pre-populated with the correct AppointmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AppointmentRow. If your query matches more than one row in the database, the result will reflect the first row only.
AppointmentRow.IdxAppointmentId
Class representing index 'IDXAppntId'.
AppointmentRow.IdxAssociateIdActiveDateMotherIdAppointmentId
Class representing index 'IAssoc_idActiveDateMother_idI'.
AppointmentRow.IdxMotherIdStatusActiveDateRegisteredAssociateIdRegisteredAssignedByGroupIdxTypeAssociateIdAppointmentId
Class representing index 'IMother_idStatusActiveDateReg'.
AppointmentRow.IdxProjectIdTypeActiveDateDocumentIdAssociateIdGroupIdxMotherIdAssignedByAppointmentIdRegisteredRegisteredAssociateId
Class representing index 'IProj_idTypeActiveDateDoc_idA'.
AppointmentRows
Tasks, appointments, followups, phone calls; and documents (document_id != 0). An appointment always has a corresponding record in VisibleFor specifying who may see this. Collection of AppointmentRow. Each element of the collection represents one row in the Appointment table.
AppointmentRows.CustomSearch
Class representing a custom search against table 'appointment'. Use this class to create a query that is pre-populated with the correct AppointmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AppointmentRows collection of matching rows.
AppointmentRows.IdxActiveDate
Class representing index 'IDXAppntActiveDate'.
AppointmentRows.IdxAgendaTextId
Class representing index 'IDXAppntAgenda_text_id'.
AppointmentRows.IdxAssociateId
Class representing index 'IAssoc_idTypeStatusDone'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxAssociateIdActiveDate
Class representing index 'IAssoc_idActiveDateMother_idI'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxAssociateIdActiveDateMotherId
Class representing index 'IAssoc_idActiveDateMother_idI'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxAssociateIdStatus
Class representing index 'IAssoc_idStatusDo_byEndDate'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxAssociateIdStatusDoBy
Class representing index 'IAssoc_idStatusDo_byEndDate'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxAssociateIdStatusDoByEndDate
Class representing index 'IAssoc_idStatusDo_byEndDate'.
AppointmentRows.IdxAssociateIdType
Class representing index 'IAssoc_idTypeStatusDone'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxAssociateIdTypeEndDate
Class representing index 'IAssoc_idTypeEndDateDo_by'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxAssociateIdTypeEndDateDoBy
Class representing index 'IAssoc_idTypeEndDateDo_by'.
AppointmentRows.IdxAssociateIdTypeStatus
Class representing index 'IAssoc_idTypeStatusDone'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxAssociateIdTypeStatusActiveDate
Class representing index 'IAssoc_idTypeStatusActiveDate'.
AppointmentRows.IdxAssociateIdTypeStatusDoBy
Class representing index 'IAssoc_idTypeStatusDo_by'.
AppointmentRows.IdxAssociateIdTypeStatusDone
Class representing index 'IAssoc_idTypeStatusDone'.
AppointmentRows.IdxContactId
Class representing index 'IDXAppntCont_id'.
AppointmentRows.IdxContactIdType
Class representing index 'ICont_idType'.
AppointmentRows.IdxCreatedByWorkflowId
Class representing index 'IDXAppntCreated_by_workflow_i'.
AppointmentRows.IdxDoBy
Class representing index 'IDXAppntDo_by'.
AppointmentRows.IdxDocumentId
Class representing index 'IDXAppntDoc_id'.
AppointmentRows.IdxDone
Class representing index 'IDXAppntDone'.
AppointmentRows.IdxMotherId
Class representing index 'IDXAppntMother_id'.
AppointmentRows.IdxMotherIdStatus
Class representing index 'IMother_idStatusActiveDateReg'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxMotherIdStatusActiveDate
Class representing index 'IMother_idStatusActiveDateReg'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxMotherIdStatusActiveDateRegisteredAssociateId
Class representing index 'IMother_idStatusActiveDateReg'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxMotherIdStatusActiveDateRegisteredAssociateIdRegistered
Class representing index 'IMother_idStatusActiveDateReg'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxMotherIdStatusActiveDateRegisteredAssociateIdRegisteredAssignedBy
Class representing index 'IMother_idStatusActiveDateReg'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxMotherIdStatusActiveDateRegisteredAssociateIdRegisteredAssignedByGroupIdxType
Class representing index 'IMother_idStatusActiveDateReg'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxMotherIdStatusActiveDateRegisteredAssociateIdRegisteredAssignedByGroupIdxTypeAssociateId
Class representing index 'IMother_idStatusActiveDateReg'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxPersonId
Class representing index 'IDXAppntPers_id'.
AppointmentRows.IdxProjectId
Class representing index 'IDXAppntProj_id'.
AppointmentRows.IdxProjectIdType
Class representing index 'IProj_idType'.
AppointmentRows.IdxProjectIdTypeActiveDate
Class representing index 'IProj_idTypeActiveDateDoc_idA'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxProjectIdTypeActiveDateDocumentId
Class representing index 'IProj_idTypeActiveDateDoc_idA'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxProjectIdTypeActiveDateDocumentIdAssociateId
Class representing index 'IProj_idTypeActiveDateDoc_idA'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxProjectIdTypeActiveDateDocumentIdAssociateIdGroupIdxMotherId
Class representing index 'IProj_idTypeActiveDateDoc_idA'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxProjectIdTypeActiveDateDocumentIdAssociateIdGroupIdxMotherIdAssignedBy
Class representing index 'IProj_idTypeActiveDateDoc_idA'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxRecurrenceRuleId
Class representing index 'IRecurrenceRuleIdActiveDateAs'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxRecurrenceRuleIdActiveDate
Class representing index 'IRecurrenceRuleIdActiveDateAs'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxRecurrenceRuleIdActiveDateAssociateId
Class representing index 'IRecurrenceRuleIdActiveDateAs'.
AppointmentRows.IdxRecurrenceRuleIdActiveDateMotherId
Class representing index 'IRecurrenceRuleIdActiveDateMo'.
AppointmentRows.IdxSaleId
Class representing index 'IDXAppntSale_id'.
AppointmentRows.IdxSource
Class representing index 'IDXAppntSource'.
AppointmentRows.IdxSuggestedAppointmentId
Class representing index 'IDXAppntSuggestedAppointmentI'.
AppointmentRows.IdxSuggestedDocumentId
Class representing index 'IDXAppntSuggestedDocumentId'.
AppointmentRows.IdxTextId
Class representing index 'IDXAppntText_id'.
AppointmentRows.IdxType
Class representing index 'ITypeActiveDate'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AppointmentRows.IdxTypeActiveDate
Class representing index 'ITypeActiveDate'.
AppointmentRows.IdxUserdef2Id
Class representing index 'IDXAppntUdef2_id'.
AppointmentRows.IdxUserdefId
Class representing index 'IDXAppntUdef_id'.
AreaRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the area table.
AreaRecordDataExtensions
Extension methods to make it easy to fetch AreaRecordData objects from the database, using the TargetedSelect infrastructure
AreaRow
Definition of an Area (database subset for satellite and travel)
Row Object for table 'area'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AreaRow.CustomSearch
Class representing a custom search against table 'area'. Use this class to create a query that is pre-populated with the correct AreaTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AreaRow. If your query matches more than one row in the database, the result will reflect the first row only.
AreaRow.IdxAreaId
Class representing index 'IDXAreaId'.
AreaRows
Definition of an Area (database subset for satellite and travel) Collection of AreaRow. Each element of the collection represents one row in the Area table.
AreaRows.CustomSearch
Class representing a custom search against table 'area'. Use this class to create a query that is pre-populated with the correct AreaTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AreaRows collection of matching rows.
AreaRows.IdxParentAreaId
Class representing index 'IDXAreaParent_area_id'.
AreaUserAssignmentRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the areauserassignment table.
AreaUserAssignmentRecordDataExtensions
Extension methods to make it easy to fetch AreaUserAssignmentRecordData objects from the database, using the TargetedSelect infrastructure
AreaUserAssignmentRow
Link table indicating which users actually reside in this area.
Row Object for table 'areauserassignment'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AreaUserAssignmentRow.CustomSearch
Class representing a custom search against table 'areauserassignment'. Use this class to create a query that is pre-populated with the correct AreaUserAssignmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AreaUserAssignmentRow. If your query matches more than one row in the database, the result will reflect the first row only.
AreaUserAssignmentRow.IdxAreauserassignmentId
Class representing index 'IDXAusraId'.
AreaUserAssignmentRows
Link table indicating which users actually reside in this area. Collection of AreaUserAssignmentRow. Each element of the collection represents one row in the AreaUserAssignment table.
AreaUserAssignmentRows.CustomSearch
Class representing a custom search against table 'areauserassignment'. Use this class to create a query that is pre-populated with the correct AreaUserAssignmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AreaUserAssignmentRows collection of matching rows.
AreaUserAssignmentRows.IdxAreaId
Class representing index 'IDXAusraArea_id'.
AreaUserAssignmentRows.IdxAssociateId
Class representing index 'IDXAusraAssoc_id'.
AreaUserInclusionRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the areauserinclusion table.
AreaUserInclusionRecordDataExtensions
Extension methods to make it easy to fetch AreaUserInclusionRecordData objects from the database, using the TargetedSelect infrastructure
AreaUserInclusionRow
Link table incidated whose data should be included in this area. If Include all data in Area (no filtering) is ticket then there will be no rows for this area in this table.
Row Object for table 'areauserinclusion'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AreaUserInclusionRow.CustomSearch
Class representing a custom search against table 'areauserinclusion'. Use this class to create a query that is pre-populated with the correct AreaUserInclusionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AreaUserInclusionRow. If your query matches more than one row in the database, the result will reflect the first row only.
AreaUserInclusionRow.IdxAreauserinclusionId
Class representing index 'IDXAusriId'.
AreaUserInclusionRows
Link table incidated whose data should be included in this area. If Include all data in Area (no filtering) is ticket then there will be no rows for this area in this table. Collection of AreaUserInclusionRow. Each element of the collection represents one row in the AreaUserInclusion table.
AreaUserInclusionRows.CustomSearch
Class representing a custom search against table 'areauserinclusion'. Use this class to create a query that is pre-populated with the correct AreaUserInclusionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AreaUserInclusionRows collection of matching rows.
AreaUserInclusionRows.IdxAreaId
Class representing index 'IDXAusriArea_id'.
AreaUserInclusionRows.IdxAssociateId
Class representing index 'IDXAusriAssoc_id'.
AssociateGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the AssociateGroupLink table.
AssociateGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch AssociateGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
AssociateGroupLinkRow
User group link table for Associate, for MDO item hiding
Row Object for table 'AssociateGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AssociateGroupLinkRow.CustomSearch
Class representing a custom search against table 'AssociateGroupLink'. Use this class to create a query that is pre-populated with the correct AssociateGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AssociateGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
AssociateGroupLinkRow.IdxAssociategrouplinkId
Class representing index 'IDXAssociateGLId'.
AssociateGroupLinkRows
User group link table for Associate, for MDO item hiding Collection of AssociateGroupLinkRow. Each element of the collection represents one row in the AssociateGroupLink table.
AssociateGroupLinkRows.CustomSearch
Class representing a custom search against table 'AssociateGroupLink'. Use this class to create a query that is pre-populated with the correct AssociateGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AssociateGroupLinkRows collection of matching rows.
AssociateGroupLinkRows.IdxAssociateId
Class representing index 'IDXAssociateGLAssociate_id'.
AssociateGroupLinkRows.IdxGroupId
Class representing index 'IDXAssociateGLGroup_id'.
AssociateHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the AssociateHeadingLink table.
AssociateHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch AssociateHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
AssociateHeadingLinkRow
Heading link table for associate for display only. Supportive table, used for grouping and filtering on lists.
Row Object for table 'AssociateHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AssociateHeadingLinkRow.CustomSearch
Class representing a custom search against table 'AssociateHeadingLink'. Use this class to create a query that is pre-populated with the correct AssociateHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AssociateHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
AssociateHeadingLinkRow.IdxAssociateheadinglinkId
Class representing index 'IDXAssociateHLId'.
AssociateHeadingLinkRows
Heading link table for associate for display only. Supportive table, used for grouping and filtering on lists. Collection of AssociateHeadingLinkRow. Each element of the collection represents one row in the AssociateHeadingLink table.
AssociateHeadingLinkRows.CustomSearch
Class representing a custom search against table 'AssociateHeadingLink'. Use this class to create a query that is pre-populated with the correct AssociateHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AssociateHeadingLinkRows collection of matching rows.
AssociateHeadingLinkRows.IdxAssociateId
Class representing index 'IDXAssociateHLAssociate_id'.
AssociateHeadingLinkRows.IdxHeadingId
Class representing index 'IDXAssociateHLHeading_id'.
AssociateHistoryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the AssociateHistory table.
AssociateHistoryRecordDataExtensions
Extension methods to make it easy to fetch AssociateHistoryRecordData objects from the database, using the TargetedSelect infrastructure
AssociateHistoryRow
Historical information about associates that have been deleted. Most references are NOT declared as foreign keys; this is a historical table that should not be updated when further changes occur in the database
Row Object for table 'AssociateHistory'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AssociateHistoryRow.CustomSearch
Class representing a custom search against table 'AssociateHistory'. Use this class to create a query that is pre-populated with the correct AssociateHistoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AssociateHistoryRow. If your query matches more than one row in the database, the result will reflect the first row only.
AssociateHistoryRow.IdxAssociateHistoryId
Class representing index 'IDXAssociateHistoryId'.
AssociateHistoryRows
Historical information about associates that have been deleted. Most references are NOT declared as foreign keys; this is a historical table that should not be updated when further changes occur in the database Collection of AssociateHistoryRow. Each element of the collection represents one row in the AssociateHistory table.
AssociateHistoryRows.CustomSearch
Class representing a custom search against table 'AssociateHistory'. Use this class to create a query that is pre-populated with the correct AssociateHistoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AssociateHistoryRows collection of matching rows.
AssociateRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the associate table.
AssociateRecordDataExtensions
Extension methods to make it easy to fetch AssociateRecordData objects from the database, using the TargetedSelect infrastructure
AssociateRow
Employees, resources and other users - except for External persons
Row Object for table 'associate'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AssociateRow.CustomSearch
Class representing a custom search against table 'associate'. Use this class to create a query that is pre-populated with the correct AssociateTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AssociateRow. If your query matches more than one row in the database, the result will reflect the first row only.
AssociateRow.IdxAssociateId
Class representing index 'IDXAssocId'.
AssociateRow.IdxName
Class representing index 'IDXAssocName'.
AssociateRows
Employees, resources and other users - except for External persons Collection of AssociateRow. Each element of the collection represents one row in the Associate table.
AssociateRows.CustomSearch
Class representing a custom search against table 'associate'. Use this class to create a query that is pre-populated with the correct AssociateTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AssociateRows collection of matching rows.
AssociateRows.IdxPersonId
Class representing index 'IDXAssocPers_id'.
AssociateRows.IdxType
Class representing index 'IDXAssocType'.
AttachmentLocationRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the attachment_location table.
AttachmentLocationRecordDataExtensions
Extension methods to make it easy to fetch AttachmentLocationRecordData objects from the database, using the TargetedSelect infrastructure
AttachmentLocationRow
A location for storing attachments
Row Object for table 'attachment_location'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AttachmentLocationRow.CustomSearch
Class representing a custom search against table 'attachment_location'. Use this class to create a query that is pre-populated with the correct AttachmentLocationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AttachmentLocationRow. If your query matches more than one row in the database, the result will reflect the first row only.
AttachmentLocationRow.IdxAttachmentLocationId
Class representing index 'IDXAttachment_locationId'.
AttachmentLocationRows
A location for storing attachments Collection of AttachmentLocationRow. Each element of the collection represents one row in the AttachmentLocation table.
AttachmentLocationRows.CustomSearch
Class representing a custom search against table 'attachment_location'. Use this class to create a query that is pre-populated with the correct AttachmentLocationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AttachmentLocationRows collection of matching rows.
AttachmentRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the attachment table.
AttachmentRecordDataExtensions
Extension methods to make it easy to fetch AttachmentRecordData objects from the database, using the TargetedSelect infrastructure
AttachmentRow
This table contains metadata for attachments. The actual attachments are stored directly on disk, with filenames based on the the primary key for this table.
Row Object for table 'attachment'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AttachmentRow.CustomSearch
Class representing a custom search against table 'attachment'. Use this class to create a query that is pre-populated with the correct AttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AttachmentRow. If your query matches more than one row in the database, the result will reflect the first row only.
AttachmentRow.IdxAttachmentId
Class representing index 'IDXAttachmentId'.
AttachmentRows
This table contains metadata for attachments. The actual attachments are stored directly on disk, with filenames based on the the primary key for this table. Collection of AttachmentRow. Each element of the collection represents one row in the Attachment table.
AttachmentRows.CustomSearch
Class representing a custom search against table 'attachment'. Use this class to create a query that is pre-populated with the correct AttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AttachmentRows collection of matching rows.
AttachmentRows.IdxDbiAgentId
Class representing index 'IDXAttachmentDbi_agent_id'.
AttachmentRows.IdxDbiKey
Class representing index 'IDXAttachmentDbi_key'.
AttachmentRows.IdxDbiLastModified
Class representing index 'IDXAttachmentDbi_last_modifie'.
AttachmentRows.IdxDbiLastSyncronized
Class representing index 'IDXAttachmentDbi_last_syncron'.
AudienceConfigRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the AudienceConfig table.
AudienceConfigRecordDataExtensions
Extension methods to make it easy to fetch AudienceConfigRecordData objects from the database, using the TargetedSelect infrastructure
AudienceConfigRow
Configuration data for Audience core and webparts
Row Object for table 'AudienceConfig'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AudienceConfigRow.CustomSearch
Class representing a custom search against table 'AudienceConfig'. Use this class to create a query that is pre-populated with the correct AudienceConfigTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AudienceConfigRow. If your query matches more than one row in the database, the result will reflect the first row only.
AudienceConfigRow.IdxAudienceConfigId
Class representing index 'IDXAudienceConfigId'.
AudienceConfigRows
Configuration data for Audience core and webparts Collection of AudienceConfigRow. Each element of the collection represents one row in the AudienceConfig table.
AudienceConfigRows.CustomSearch
Class representing a custom search against table 'AudienceConfig'. Use this class to create a query that is pre-populated with the correct AudienceConfigTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AudienceConfigRows collection of matching rows.
AudienceConfigRows.IdxAudienceLayoutId
Class representing index 'IDXAudienceConfigAudienceLayo'.
AudienceLayoutLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the AudienceLayoutLink table.
AudienceLayoutLinkRecordDataExtensions
Extension methods to make it easy to fetch AudienceLayoutLinkRecordData objects from the database, using the TargetedSelect infrastructure
AudienceLayoutLinkRow
Link between an audience layout and some target grouping table - might be Role or Category
Row Object for table 'AudienceLayoutLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AudienceLayoutLinkRow.CustomSearch
Class representing a custom search against table 'AudienceLayoutLink'. Use this class to create a query that is pre-populated with the correct AudienceLayoutLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AudienceLayoutLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
AudienceLayoutLinkRow.IdxAudienceLayoutLinkId
Class representing index 'IDXAudienceLayoutLinkId'.
AudienceLayoutLinkRows
Link between an audience layout and some target grouping table - might be Role or Category Collection of AudienceLayoutLinkRow. Each element of the collection represents one row in the AudienceLayoutLink table.
AudienceLayoutLinkRows.CustomSearch
Class representing a custom search against table 'AudienceLayoutLink'. Use this class to create a query that is pre-populated with the correct AudienceLayoutLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AudienceLayoutLinkRows collection of matching rows.
AudienceLayoutLinkRows.IdxAudienceLayoutId
Class representing index 'IDXAudienceLayoutLinkAudience'.
AudienceLayoutLinkRows.IdxTargetTable
Class representing index 'ITargetTableTargetRecord'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AudienceLayoutLinkRows.IdxTargetTableTargetRecord
Class representing index 'ITargetTableTargetRecord'.
AudienceLayoutRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the AudienceLayout table.
AudienceLayoutRecordDataExtensions
Extension methods to make it easy to fetch AudienceLayoutRecordData objects from the database, using the TargetedSelect infrastructure
AudienceLayoutRow
One layout (of webparts and other stuff) for an audience instance
Row Object for table 'AudienceLayout'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AudienceLayoutRow.CustomSearch
Class representing a custom search against table 'AudienceLayout'. Use this class to create a query that is pre-populated with the correct AudienceLayoutTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AudienceLayoutRow. If your query matches more than one row in the database, the result will reflect the first row only.
AudienceLayoutRow.IdxAudienceLayoutId
Class representing index 'IDXAudienceLayoutId'.
AudienceLayoutRow.IdxInstanceName
Class representing index 'IDXAudienceLayoutInstanceName'.
AudienceLayoutRows
One layout (of webparts and other stuff) for an audience instance Collection of AudienceLayoutRow. Each element of the collection represents one row in the AudienceLayout table.
AudienceLayoutRows.CustomSearch
Class representing a custom search against table 'AudienceLayout'. Use this class to create a query that is pre-populated with the correct AudienceLayoutTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AudienceLayoutRows collection of matching rows.
AudienceVisibilityRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the AudienceVisibility table.
AudienceVisibilityRecordDataExtensions
Extension methods to make it easy to fetch AudienceVisibilityRecordData objects from the database, using the TargetedSelect infrastructure
AudienceVisibilityRow
How projects (or whatever) should be made visible in audience
Row Object for table 'AudienceVisibility'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AudienceVisibilityRow.CustomSearch
Class representing a custom search against table 'AudienceVisibility'. Use this class to create a query that is pre-populated with the correct AudienceVisibilityTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AudienceVisibilityRow. If your query matches more than one row in the database, the result will reflect the first row only.
AudienceVisibilityRow.IdxAudienceVisibilityId
Class representing index 'IDXAudienceVisibilityId'.
AudienceVisibilityRows
How projects (or whatever) should be made visible in audience Collection of AudienceVisibilityRow. Each element of the collection represents one row in the AudienceVisibility table.
AudienceVisibilityRows.CustomSearch
Class representing a custom search against table 'AudienceVisibility'. Use this class to create a query that is pre-populated with the correct AudienceVisibilityTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AudienceVisibilityRows collection of matching rows.
AudienceVisibilityRows.IdxControllingTable
Class representing index 'IControllingTableControllingR'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AudienceVisibilityRows.IdxControllingTableControllingRecord
Class representing index 'IControllingTableControllingR'.
AudienceVisibilityRows.IdxSourceTable
Class representing index 'ISourceTableSourceRecord'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
AudienceVisibilityRows.IdxSourceTableSourceRecord
Class representing index 'ISourceTableSourceRecord'.
AutosaveRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the autosave table.
AutosaveRecordDataExtensions
Extension methods to make it easy to fetch AutosaveRecordData objects from the database, using the TargetedSelect infrastructure
AutosaveRow
Autosaved text clobs from ejscript and emarketeer messages
Row Object for table 'autosave'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
AutosaveRow.CustomSearch
Class representing a custom search against table 'autosave'. Use this class to create a query that is pre-populated with the correct AutosaveTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AutosaveRow. If your query matches more than one row in the database, the result will reflect the first row only.
AutosaveRow.IdxAutosaveId
Class representing index 'IDXAutosaveId'.
AutosaveRows
Autosaved text clobs from ejscript and emarketeer messages Collection of AutosaveRow. Each element of the collection represents one row in the Autosave table.
AutosaveRows.CustomSearch
Class representing a custom search against table 'autosave'. Use this class to create a query that is pre-populated with the correct AutosaveTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a AutosaveRows collection of matching rows.
AutosaveRows.IdxIndexId
Class representing index 'IDXAutosaveIndex_id'.
BaseTZLocationRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the BaseTZLocation table.
BaseTZLocationRecordDataExtensions
Extension methods to make it easy to fetch BaseTZLocationRecordData objects from the database, using the TargetedSelect infrastructure
BaseTZLocationRow
Time zone location for the database (how tz-related datetimes should be stored in the database)
Row Object for table 'BaseTZLocation'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
BaseTZLocationRow.CustomSearch
Class representing a custom search against table 'BaseTZLocation'. Use this class to create a query that is pre-populated with the correct BaseTZLocationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BaseTZLocationRow. If your query matches more than one row in the database, the result will reflect the first row only.
BaseTZLocationRows
Time zone location for the database (how tz-related datetimes should be stored in the database) Collection of BaseTZLocationRow. Each element of the collection represents one row in the BaseTZLocation table.
BaseTZLocationRows.CustomSearch
Class representing a custom search against table 'BaseTZLocation'. Use this class to create a query that is pre-populated with the correct BaseTZLocationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BaseTZLocationRows collection of matching rows.
BatchTaskDefinitionRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the BatchTaskDefinition table.
BatchTaskDefinitionRecordDataExtensions
Extension methods to make it easy to fetch BatchTaskDefinitionRecordData objects from the database, using the TargetedSelect infrastructure
BatchTaskDefinitionRow
Batch task definitiopns, populated from the SuperOffice.CRM.BatchProcessing.BatchTask attribute
Row Object for table 'BatchTaskDefinition'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
BatchTaskDefinitionRow.CustomSearch
Class representing a custom search against table 'BatchTaskDefinition'. Use this class to create a query that is pre-populated with the correct BatchTaskDefinitionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BatchTaskDefinitionRow. If your query matches more than one row in the database, the result will reflect the first row only.
BatchTaskDefinitionRow.IdxBatchTaskDefinitionId
Class representing index 'IDXBatchTaskDefinitionId'.
BatchTaskDefinitionRows
Batch task definitiopns, populated from the SuperOffice.CRM.BatchProcessing.BatchTask attribute Collection of BatchTaskDefinitionRow. Each element of the collection represents one row in the BatchTaskDefinition table.
BatchTaskDefinitionRows.CustomSearch
Class representing a custom search against table 'BatchTaskDefinition'. Use this class to create a query that is pre-populated with the correct BatchTaskDefinitionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BatchTaskDefinitionRows collection of matching rows.
BatchTaskDefinitionRows.IdxName
Class representing index 'IDXBatchTaskDefinitionName'.
BatchTaskDefinitionRows.IdxNameAssemblyVersion
Class representing index 'INameAssemblyVersion'.
BatchTaskRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the BatchTask table.
BatchTaskRecordDataExtensions
Extension methods to make it easy to fetch BatchTaskRecordData objects from the database, using the TargetedSelect infrastructure
BatchTaskRow
Batch task request details, corresponding to the message body of a batch request message
Row Object for table 'BatchTask'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
BatchTaskRow.CustomSearch
Class representing a custom search against table 'BatchTask'. Use this class to create a query that is pre-populated with the correct BatchTaskTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BatchTaskRow. If your query matches more than one row in the database, the result will reflect the first row only.
BatchTaskRow.IdxBatchTaskId
Class representing index 'IDXBatchTaskId'.
BatchTaskRows
Batch task request details, corresponding to the message body of a batch request message Collection of BatchTaskRow. Each element of the collection represents one row in the BatchTask table.
BatchTaskRows.CustomSearch
Class representing a custom search against table 'BatchTask'. Use this class to create a query that is pre-populated with the correct BatchTaskTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BatchTaskRows collection of matching rows.
BatchTaskRows.IdxBatchTaskDefinitionId
Class representing index 'IBatchTaskDefinition_idState'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
BatchTaskRows.IdxBatchTaskDefinitionIdState
Class representing index 'IBatchTaskDefinition_idState'.
BatchTaskRows.IdxState
Class representing index 'IDXBatchTaskState'.
BinaryObjectLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the BinaryObjectLink table.
BinaryObjectLinkRecordDataExtensions
Extension methods to make it easy to fetch BinaryObjectLinkRecordData objects from the database, using the TargetedSelect infrastructure
BinaryObjectLinkRow
Link table, connects a BinaryObject with one or more owners
Row Object for table 'BinaryObjectLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
BinaryObjectLinkRow.CustomSearch
Class representing a custom search against table 'BinaryObjectLink'. Use this class to create a query that is pre-populated with the correct BinaryObjectLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BinaryObjectLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
BinaryObjectLinkRow.IdxBinaryObjectLinkId
Class representing index 'IDXBinaryObjectLinkId'.
BinaryObjectLinkRows
Link table, connects a BinaryObject with one or more owners Collection of BinaryObjectLinkRow. Each element of the collection represents one row in the BinaryObjectLink table.
BinaryObjectLinkRows.CustomSearch
Class representing a custom search against table 'BinaryObjectLink'. Use this class to create a query that is pre-populated with the correct BinaryObjectLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BinaryObjectLinkRows collection of matching rows.
BinaryObjectLinkRows.IdxOwnerTable
Class representing index 'IOwnerTableOwnerRecordLinkTyp'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
BinaryObjectLinkRows.IdxOwnerTableOwnerRecord
Class representing index 'IOwnerTableOwnerRecordLinkTyp'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
BinaryObjectLinkRows.IdxOwnerTableOwnerRecordLinkType
Class representing index 'IOwnerTableOwnerRecordLinkTyp'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
BinaryObjectLinkRows.IdxOwnerTableOwnerRecordLinkTypeRank
Class representing index 'IOwnerTableOwnerRecordLinkTyp'.
BinaryObjectRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the BinaryObject table.
BinaryObjectRecordDataExtensions
Extension methods to make it easy to fetch BinaryObjectRecordData objects from the database, using the TargetedSelect infrastructure
BinaryObjectRow
Binary objects, i.e., blobs. Used for images, documents, SuperOffice inbox mail and other large binary items
Row Object for table 'BinaryObject'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
BinaryObjectRow.CustomSearch
Class representing a custom search against table 'BinaryObject'. Use this class to create a query that is pre-populated with the correct BinaryObjectTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BinaryObjectRow. If your query matches more than one row in the database, the result will reflect the first row only.
BinaryObjectRow.IdxBinaryObjectId
Class representing index 'IDXBinaryObjectId'.
BinaryObjectRows
Binary objects, i.e., blobs. Used for images, documents, SuperOffice inbox mail and other large binary items Collection of BinaryObjectRow. Each element of the collection represents one row in the BinaryObject table.
BinaryObjectRows.CustomSearch
Class representing a custom search against table 'BinaryObject'. Use this class to create a query that is pre-populated with the correct BinaryObjectTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BinaryObjectRows collection of matching rows.
BinaryObjectRows.IdxConceptualType
Class representing index 'IDXBinaryObjectConceptualType'.
BinaryObjectRows.IdxExtraInfo
Class representing index 'IDXBinaryObjectExtraInfo'.
BinaryObjectRows.IdxMimeType
Class representing index 'IDXBinaryObjectMimeType'.
BusinessGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the BusinessGroupLink table.
BusinessGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch BusinessGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
BusinessGroupLinkRow
User group link table for Business, for MDO item hiding
Row Object for table 'BusinessGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
BusinessGroupLinkRow.CustomSearch
Class representing a custom search against table 'BusinessGroupLink'. Use this class to create a query that is pre-populated with the correct BusinessGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BusinessGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
BusinessGroupLinkRow.IdxBusinessgrouplinkId
Class representing index 'IDXBusinessGLId'.
BusinessGroupLinkRows
User group link table for Business, for MDO item hiding Collection of BusinessGroupLinkRow. Each element of the collection represents one row in the BusinessGroupLink table.
BusinessGroupLinkRows.CustomSearch
Class representing a custom search against table 'BusinessGroupLink'. Use this class to create a query that is pre-populated with the correct BusinessGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BusinessGroupLinkRows collection of matching rows.
BusinessGroupLinkRows.IdxBusinessId
Class representing index 'IDXBusinessGLBusiness_id'.
BusinessGroupLinkRows.IdxGroupId
Class representing index 'IDXBusinessGLGroup_id'.
BusinessHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the BusinessHeadingLink table.
BusinessHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch BusinessHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
BusinessHeadingLinkRow
Heading link table for Business, for MDO headers
Row Object for table 'BusinessHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
BusinessHeadingLinkRow.CustomSearch
Class representing a custom search against table 'BusinessHeadingLink'. Use this class to create a query that is pre-populated with the correct BusinessHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BusinessHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
BusinessHeadingLinkRow.IdxBusinessheadinglinkId
Class representing index 'IDXBusinessHLId'.
BusinessHeadingLinkRows
Heading link table for Business, for MDO headers Collection of BusinessHeadingLinkRow. Each element of the collection represents one row in the BusinessHeadingLink table.
BusinessHeadingLinkRows.CustomSearch
Class representing a custom search against table 'BusinessHeadingLink'. Use this class to create a query that is pre-populated with the correct BusinessHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BusinessHeadingLinkRows collection of matching rows.
BusinessHeadingLinkRows.IdxBusinessId
Class representing index 'IDXBusinessHLBusiness_id'.
BusinessHeadingLinkRows.IdxHeadingId
Class representing index 'IDXBusinessHLHeading_id'.
BusinessRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Business table.
BusinessRecordDataExtensions
Extension methods to make it easy to fetch BusinessRecordData objects from the database, using the TargetedSelect infrastructure
BusinessRow
Business list table
Row Object for table 'Business'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
BusinessRow.CustomSearch
Class representing a custom search against table 'Business'. Use this class to create a query that is pre-populated with the correct BusinessTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BusinessRow. If your query matches more than one row in the database, the result will reflect the first row only.
BusinessRow.IdxBusinessId
Class representing index 'IDXBusinessId'.
BusinessRow.IdxName
Class representing index 'IDXBusinessName'.
BusinessRows
Business list table Collection of BusinessRow. Each element of the collection represents one row in the Business table.
BusinessRows.CustomSearch
Class representing a custom search against table 'Business'. Use this class to create a query that is pre-populated with the correct BusinessTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a BusinessRows collection of matching rows.
CacheInvalidationRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the CacheInvalidation table.
CacheInvalidationRecordDataExtensions
Extension methods to make it easy to fetch CacheInvalidationRecordData objects from the database, using the TargetedSelect infrastructure
CacheInvalidationRow
Names and generation numbers for distributed invalidation of caches
Row Object for table 'CacheInvalidation'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
CacheInvalidationRow.CustomSearch
Class representing a custom search against table 'CacheInvalidation'. Use this class to create a query that is pre-populated with the correct CacheInvalidationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CacheInvalidationRow. If your query matches more than one row in the database, the result will reflect the first row only.
CacheInvalidationRow.IdxCacheInvalidationId
Class representing index 'IDXCacheInvalidationId'.
CacheInvalidationRow.IdxName
Class representing index 'IDXCacheInvalidationName'.
CacheInvalidationRows
Names and generation numbers for distributed invalidation of caches Collection of CacheInvalidationRow. Each element of the collection represents one row in the CacheInvalidation table.
CacheInvalidationRows.CustomSearch
Class representing a custom search against table 'CacheInvalidation'. Use this class to create a query that is pre-populated with the correct CacheInvalidationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CacheInvalidationRows collection of matching rows.
CacheTablesRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the CacheTables table.
CacheTablesRecordDataExtensions
Extension methods to make it easy to fetch CacheTablesRecordData objects from the database, using the TargetedSelect infrastructure
CacheTablesRow
Specifies which tables should be cached to local files (or otherwise), generally these are the lists and other low-frequency-of-change tables. Contains the ID of any tables cached in SOCache. The files are binary and called <tablename>.bin. <Shift>+<F5> throws all cache files.
Row Object for table 'CacheTables'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
CacheTablesRow.CustomSearch
Class representing a custom search against table 'CacheTables'. Use this class to create a query that is pre-populated with the correct CacheTablesTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CacheTablesRow. If your query matches more than one row in the database, the result will reflect the first row only.
CacheTablesRow.IdxCacheTabsId
Class representing index 'IDXCacheTabsCacheTabs_id'.
CacheTablesRows
Specifies which tables should be cached to local files (or otherwise), generally these are the lists and other low-frequency-of-change tables. Contains the ID of any tables cached in SOCache. The files are binary and called <tablename>.bin. <Shift>+<F5> throws all cache files. Collection of CacheTablesRow. Each element of the collection represents one row in the CacheTables table.
CacheTablesRows.CustomSearch
Class representing a custom search against table 'CacheTables'. Use this class to create a query that is pre-populated with the correct CacheTablesTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CacheTablesRows collection of matching rows.
CacheTablesRows.IdxTableId
Class representing index 'IDXCacheTabsTableId'.
CategoryFamilyRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the CategoryFamily table.
CategoryFamilyRecordDataExtensions
Extension methods to make it easy to fetch CategoryFamilyRecordData objects from the database, using the TargetedSelect infrastructure
CategoryFamilyRow
Grouping table so that multiple company categories can be grouped under one term; to simplify searching for things like 'all customers'
Row Object for table 'CategoryFamily'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
CategoryFamilyRow.CustomSearch
Class representing a custom search against table 'CategoryFamily'. Use this class to create a query that is pre-populated with the correct CategoryFamilyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CategoryFamilyRow. If your query matches more than one row in the database, the result will reflect the first row only.
CategoryFamilyRow.IdxCategoryFamilyId
Class representing index 'IDXCategoryFamilyId'.
CategoryFamilyRow.IdxName
Class representing index 'IDXCategoryFamilyName'.
CategoryFamilyRows
Grouping table so that multiple company categories can be grouped under one term; to simplify searching for things like 'all customers' Collection of CategoryFamilyRow. Each element of the collection represents one row in the CategoryFamily table.
CategoryFamilyRows.CustomSearch
Class representing a custom search against table 'CategoryFamily'. Use this class to create a query that is pre-populated with the correct CategoryFamilyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CategoryFamilyRows collection of matching rows.
CategoryGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the CategoryGroupLink table.
CategoryGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch CategoryGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
CategoryGroupLinkRow
User group link table for Category, for MDO item hiding
Row Object for table 'CategoryGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
CategoryGroupLinkRow.CustomSearch
Class representing a custom search against table 'CategoryGroupLink'. Use this class to create a query that is pre-populated with the correct CategoryGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CategoryGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
CategoryGroupLinkRow.IdxCategorygrouplinkId
Class representing index 'IDXCategoryGLId'.
CategoryGroupLinkRows
User group link table for Category, for MDO item hiding Collection of CategoryGroupLinkRow. Each element of the collection represents one row in the CategoryGroupLink table.
CategoryGroupLinkRows.CustomSearch
Class representing a custom search against table 'CategoryGroupLink'. Use this class to create a query that is pre-populated with the correct CategoryGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CategoryGroupLinkRows collection of matching rows.
CategoryGroupLinkRows.IdxCategoryId
Class representing index 'IDXCategoryGLCategory_id'.
CategoryGroupLinkRows.IdxGroupId
Class representing index 'IDXCategoryGLGroup_id'.
CategoryHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the CategoryHeadingLink table.
CategoryHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch CategoryHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
CategoryHeadingLinkRow
Heading link table for Category, for MDO headers
Row Object for table 'CategoryHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
CategoryHeadingLinkRow.CustomSearch
Class representing a custom search against table 'CategoryHeadingLink'. Use this class to create a query that is pre-populated with the correct CategoryHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CategoryHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
CategoryHeadingLinkRow.IdxCategoryheadinglinkId
Class representing index 'IDXCategoryHLId'.
CategoryHeadingLinkRows
Heading link table for Category, for MDO headers Collection of CategoryHeadingLinkRow. Each element of the collection represents one row in the CategoryHeadingLink table.
CategoryHeadingLinkRows.CustomSearch
Class representing a custom search against table 'CategoryHeadingLink'. Use this class to create a query that is pre-populated with the correct CategoryHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CategoryHeadingLinkRows collection of matching rows.
CategoryHeadingLinkRows.IdxCategoryId
Class representing index 'IDXCategoryHLCategory_id'.
CategoryHeadingLinkRows.IdxHeadingId
Class representing index 'IDXCategoryHLHeading_id'.
CategoryMembershipRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the category_membership table.
CategoryMembershipRecordDataExtensions
Extension methods to make it easy to fetch CategoryMembershipRecordData objects from the database, using the TargetedSelect infrastructure
CategoryMembershipRow
This table connects users to categories (many-to-many).
Row Object for table 'category_membership'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
CategoryMembershipRow.CustomSearch
Class representing a custom search against table 'category_membership'. Use this class to create a query that is pre-populated with the correct CategoryMembershipTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CategoryMembershipRow. If your query matches more than one row in the database, the result will reflect the first row only.
CategoryMembershipRow.IdxCategoryMembershipId
Class representing index 'IDXCategory_membershipId'.
CategoryMembershipRows
This table connects users to categories (many-to-many). Collection of CategoryMembershipRow. Each element of the collection represents one row in the CategoryMembership table.
CategoryMembershipRows.CustomSearch
Class representing a custom search against table 'category_membership'. Use this class to create a query that is pre-populated with the correct CategoryMembershipTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CategoryMembershipRows collection of matching rows.
CategoryMembershipRows.IdxCategoryId
Class representing index 'IDXCategory_membershipCategor'.
CategoryMembershipRows.IdxUserId
Class representing index 'IDXCategory_membershipUser_id'.
CategoryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Category table.
CategoryRecordDataExtensions
Extension methods to make it easy to fetch CategoryRecordData objects from the database, using the TargetedSelect infrastructure
CategoryRow
Category list table
Row Object for table 'Category'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
CategoryRow.CustomSearch
Class representing a custom search against table 'Category'. Use this class to create a query that is pre-populated with the correct CategoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CategoryRow. If your query matches more than one row in the database, the result will reflect the first row only.
CategoryRow.IdxCategoryId
Class representing index 'IDXCategoryId'.
CategoryRow.IdxName
Class representing index 'IDXCategoryName'.
CategoryRows
Category list table Collection of CategoryRow. Each element of the collection represents one row in the Category table.
CategoryRows.CustomSearch
Class representing a custom search against table 'Category'. Use this class to create a query that is pre-populated with the correct CategoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CategoryRows collection of matching rows.
CcTemplateRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the cc_template table.
CcTemplateRecordDataExtensions
Extension methods to make it easy to fetch CcTemplateRecordData objects from the database, using the TargetedSelect infrastructure
CcTemplateRow
This table contains templates for the customer center
Row Object for table 'cc_template'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
CcTemplateRow.CustomSearch
Class representing a custom search against table 'cc_template'. Use this class to create a query that is pre-populated with the correct CcTemplateTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CcTemplateRow. If your query matches more than one row in the database, the result will reflect the first row only.
CcTemplateRow.IdxCcTemplateId
Class representing index 'IDXCc_templateId'.
CcTemplateRows
This table contains templates for the customer center Collection of CcTemplateRow. Each element of the collection represents one row in the CcTemplate table.
CcTemplateRows.CustomSearch
Class representing a custom search against table 'cc_template'. Use this class to create a query that is pre-populated with the correct CcTemplateTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CcTemplateRows collection of matching rows.
CcTemplateRows.IdxKey
Class representing index 'IDXCc_templateKey'.
ChatMessageRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the chat_message table.
ChatMessageRecordDataExtensions
Extension methods to make it easy to fetch ChatMessageRecordData objects from the database, using the TargetedSelect infrastructure
ChatMessageRow
This table contains messages in a chat session.
Row Object for table 'chat_message'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ChatMessageRow.CustomSearch
Class representing a custom search against table 'chat_message'. Use this class to create a query that is pre-populated with the correct ChatMessageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ChatMessageRow. If your query matches more than one row in the database, the result will reflect the first row only.
ChatMessageRow.IdxChatMessageId
Class representing index 'IDXChat_messageId'.
ChatMessageRows
This table contains messages in a chat session. Collection of ChatMessageRow. Each element of the collection represents one row in the ChatMessage table.
ChatMessageRows.CustomSearch
Class representing a custom search against table 'chat_message'. Use this class to create a query that is pre-populated with the correct ChatMessageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ChatMessageRows collection of matching rows.
ChatMessageRows.IdxSessionId
Class representing index 'IDXChat_messageSession_id'.
ChatSessionRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the chat_session table.
ChatSessionRecordDataExtensions
Extension methods to make it easy to fetch ChatSessionRecordData objects from the database, using the TargetedSelect infrastructure
ChatSessionRow
This table contains chat sessions.
Row Object for table 'chat_session'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ChatSessionRow.CustomSearch
Class representing a custom search against table 'chat_session'. Use this class to create a query that is pre-populated with the correct ChatSessionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ChatSessionRow. If your query matches more than one row in the database, the result will reflect the first row only.
ChatSessionRow.IdxChatSessionId
Class representing index 'IDXChat_sessionId'.
ChatSessionRows
This table contains chat sessions. Collection of ChatSessionRow. Each element of the collection represents one row in the ChatSession table.
ChatSessionRows.CustomSearch
Class representing a custom search against table 'chat_session'. Use this class to create a query that is pre-populated with the correct ChatSessionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ChatSessionRows collection of matching rows.
ChatSessionRows.IdxCustomerId
Class representing index 'IDXChat_sessionCustomer_id'.
ChatSessionRows.IdxStatus
Class representing index 'IStatusTopic_idId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ChatSessionRows.IdxStatusTopicId
Class representing index 'IStatusTopic_idId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ChatSessionRows.IdxTopicId
Class representing index 'IDXChat_sessionTopic_id'.
ChatSessionRows.IdxUserId
Class representing index 'IDXChat_sessionUser_id'.
ChatTopicRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the chat_topic table.
ChatTopicRecordDataExtensions
Extension methods to make it easy to fetch ChatTopicRecordData objects from the database, using the TargetedSelect infrastructure
ChatTopicRow
This table contains chat topics.
Row Object for table 'chat_topic'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ChatTopicRow.CustomSearch
Class representing a custom search against table 'chat_topic'. Use this class to create a query that is pre-populated with the correct ChatTopicTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ChatTopicRow. If your query matches more than one row in the database, the result will reflect the first row only.
ChatTopicRow.IdxChatTopicId
Class representing index 'IDXChat_topicId'.
ChatTopicRows
This table contains chat topics. Collection of ChatTopicRow. Each element of the collection represents one row in the ChatTopic table.
ChatTopicRows.CustomSearch
Class representing a custom search against table 'chat_topic'. Use this class to create a query that is pre-populated with the correct ChatTopicTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ChatTopicRows collection of matching rows.
ChatTopicRows.IdxLanguageId
Class representing index 'IDXChat_topicLanguage_id'.
ChatTopicUserRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the chat_topic_user table.
ChatTopicUserRecordDataExtensions
Extension methods to make it easy to fetch ChatTopicUserRecordData objects from the database, using the TargetedSelect infrastructure
ChatTopicUserRow
This table connected the chat topics with the users (i.e. the membership).
Row Object for table 'chat_topic_user'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ChatTopicUserRow.CustomSearch
Class representing a custom search against table 'chat_topic_user'. Use this class to create a query that is pre-populated with the correct ChatTopicUserTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ChatTopicUserRow. If your query matches more than one row in the database, the result will reflect the first row only.
ChatTopicUserRow.IdxChatTopicUserId
Class representing index 'IDXChat_topic_userId'.
ChatTopicUserRows
This table connected the chat topics with the users (i.e. the membership). Collection of ChatTopicUserRow. Each element of the collection represents one row in the ChatTopicUser table.
ChatTopicUserRows.CustomSearch
Class representing a custom search against table 'chat_topic_user'. Use this class to create a query that is pre-populated with the correct ChatTopicUserTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ChatTopicUserRows collection of matching rows.
ChatTopicUserRows.IdxTopicId
Class representing index 'IDXChat_topic_userTopic_id'.
ChatTopicUserRows.IdxUserId
Class representing index 'IDXChat_topic_userUser_id'.
CompanyDomainRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the company_domain table.
CompanyDomainRecordDataExtensions
Extension methods to make it easy to fetch CompanyDomainRecordData objects from the database, using the TargetedSelect infrastructure
CompanyDomainRow
This table contains web-domains associated with a certain cust_company entry.
Row Object for table 'company_domain'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
CompanyDomainRow.CustomSearch
Class representing a custom search against table 'company_domain'. Use this class to create a query that is pre-populated with the correct CompanyDomainTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CompanyDomainRow. If your query matches more than one row in the database, the result will reflect the first row only.
CompanyDomainRow.IdxCompanyDomainId
Class representing index 'IDXCompany_domainId'.
CompanyDomainRows
This table contains web-domains associated with a certain cust_company entry. Collection of CompanyDomainRow. Each element of the collection represents one row in the CompanyDomain table.
CompanyDomainRows.CustomSearch
Class representing a custom search against table 'company_domain'. Use this class to create a query that is pre-populated with the correct CompanyDomainTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CompanyDomainRows collection of matching rows.
CompanyDomainRows.IdxCompanyId
Class representing index 'IDXCompany_domainCompany_id'.
CompanyRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the company table.
CompanyRecordDataExtensions
Extension methods to make it easy to fetch CompanyRecordData objects from the database, using the TargetedSelect infrastructure
CompanyRow
Information on license and owner of this SuperOffice database. This table should only have 1 row. This table contains encrypted license information. Changing it will disable login for all users and require you to restore the database from backup.
Row Object for table 'company'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
CompanyRow.CustomSearch
Class representing a custom search against table 'company'. Use this class to create a query that is pre-populated with the correct CompanyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CompanyRow. If your query matches more than one row in the database, the result will reflect the first row only.
CompanyRow.IdxCompanyId
Class representing index 'IDXCompId'.
CompanyRows
Information on license and owner of this SuperOffice database. This table should only have 1 row. This table contains encrypted license information. Changing it will disable login for all users and require you to restore the database from backup. Collection of CompanyRow. Each element of the collection represents one row in the Company table.
CompanyRows.CustomSearch
Class representing a custom search against table 'company'. Use this class to create a query that is pre-populated with the correct CompanyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CompanyRows collection of matching rows.
ComptrGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ComptrGroupLink table.
ComptrGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch ComptrGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
ComptrGroupLinkRow
User group link table for Comptr, for MDO item hiding
Row Object for table 'ComptrGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ComptrGroupLinkRow.CustomSearch
Class representing a custom search against table 'ComptrGroupLink'. Use this class to create a query that is pre-populated with the correct ComptrGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ComptrGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ComptrGroupLinkRow.IdxComptrgrouplinkId
Class representing index 'IDXComptrGLId'.
ComptrGroupLinkRows
User group link table for Comptr, for MDO item hiding Collection of ComptrGroupLinkRow. Each element of the collection represents one row in the ComptrGroupLink table.
ComptrGroupLinkRows.CustomSearch
Class representing a custom search against table 'ComptrGroupLink'. Use this class to create a query that is pre-populated with the correct ComptrGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ComptrGroupLinkRows collection of matching rows.
ComptrGroupLinkRows.IdxComptrId
Class representing index 'IDXComptrGLComptr_id'.
ComptrGroupLinkRows.IdxGroupId
Class representing index 'IDXComptrGLGroup_id'.
ComptrHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ComptrHeadingLink table.
ComptrHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch ComptrHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
ComptrHeadingLinkRow
Heading link table for Comptr, for MDO headers
Row Object for table 'ComptrHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ComptrHeadingLinkRow.CustomSearch
Class representing a custom search against table 'ComptrHeadingLink'. Use this class to create a query that is pre-populated with the correct ComptrHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ComptrHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ComptrHeadingLinkRow.IdxComptrheadinglinkId
Class representing index 'IDXComptrHLId'.
ComptrHeadingLinkRows
Heading link table for Comptr, for MDO headers Collection of ComptrHeadingLinkRow. Each element of the collection represents one row in the ComptrHeadingLink table.
ComptrHeadingLinkRows.CustomSearch
Class representing a custom search against table 'ComptrHeadingLink'. Use this class to create a query that is pre-populated with the correct ComptrHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ComptrHeadingLinkRows collection of matching rows.
ComptrHeadingLinkRows.IdxComptrId
Class representing index 'IDXComptrHLComptr_id'.
ComptrHeadingLinkRows.IdxHeadingId
Class representing index 'IDXComptrHLHeading_id'.
ComptrRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Comptr table.
ComptrRecordDataExtensions
Extension methods to make it easy to fetch ComptrRecordData objects from the database, using the TargetedSelect infrastructure
ComptrRow
Comptr list table. List of all possible competitors (sale).
Row Object for table 'Comptr'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ComptrRow.CustomSearch
Class representing a custom search against table 'Comptr'. Use this class to create a query that is pre-populated with the correct ComptrTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ComptrRow. If your query matches more than one row in the database, the result will reflect the first row only.
ComptrRow.IdxComptrId
Class representing index 'IDXComptrId'.
ComptrRow.IdxName
Class representing index 'IDXComptrName'.
ComptrRows
Comptr list table. List of all possible competitors (sale). Collection of ComptrRow. Each element of the collection represents one row in the Comptr table.
ComptrRows.CustomSearch
Class representing a custom search against table 'Comptr'. Use this class to create a query that is pre-populated with the correct ComptrTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ComptrRows collection of matching rows.
ConfigRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the config table.
ConfigRecordDataExtensions
Extension methods to make it easy to fetch ConfigRecordData objects from the database, using the TargetedSelect infrastructure
ConfigRow
This table contains certain system-wide configuration values.
Row Object for table 'config'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ConfigRow.CustomSearch
Class representing a custom search against table 'config'. Use this class to create a query that is pre-populated with the correct ConfigTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ConfigRow. If your query matches more than one row in the database, the result will reflect the first row only.
ConfigRow.IdxConfigId
Class representing index 'IDXConfigId'.
ConfigRows
This table contains certain system-wide configuration values. Collection of ConfigRow. Each element of the collection represents one row in the Config table.
ConfigRows.CustomSearch
Class representing a custom search against table 'config'. Use this class to create a query that is pre-populated with the correct ConfigTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ConfigRows collection of matching rows.
ConfigurableScreenAppliesToRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ConfigurableScreenAppliesTo table.
ConfigurableScreenAppliesToRecordDataExtensions
Extension methods to make it easy to fetch ConfigurableScreenAppliesToRecordData objects from the database, using the TargetedSelect infrastructure
ConfigurableScreenAppliesToRow
Mapping between recipes in scil and chosen type of data (appliesToKey) to differ layouts on
Row Object for table 'ConfigurableScreenAppliesTo'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ConfigurableScreenAppliesToRow.CustomSearch
Class representing a custom search against table 'ConfigurableScreenAppliesTo'. Use this class to create a query that is pre-populated with the correct ConfigurableScreenAppliesToTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ConfigurableScreenAppliesToRow. If your query matches more than one row in the database, the result will reflect the first row only.
ConfigurableScreenAppliesToRow.IdxConfigurableScreenAppliesToId
Class representing index 'IDXConfigurableScreenAppliesT'.
ConfigurableScreenAppliesToRows
Mapping between recipes in scil and chosen type of data (appliesToKey) to differ layouts on Collection of ConfigurableScreenAppliesToRow. Each element of the collection represents one row in the ConfigurableScreenAppliesTo table.
ConfigurableScreenAppliesToRows.CustomSearch
Class representing a custom search against table 'ConfigurableScreenAppliesTo'. Use this class to create a query that is pre-populated with the correct ConfigurableScreenAppliesToTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ConfigurableScreenAppliesToRows collection of matching rows.
ConfigurableScreenDeltaRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ConfigurableScreenDelta table.
ConfigurableScreenDeltaRecordDataExtensions
Extension methods to make it easy to fetch ConfigurableScreenDeltaRecordData objects from the database, using the TargetedSelect infrastructure
ConfigurableScreenDeltaRow
Parts of recipes in SCIL to insert or remove in given recipes
Row Object for table 'ConfigurableScreenDelta'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ConfigurableScreenDeltaRow.CustomSearch
Class representing a custom search against table 'ConfigurableScreenDelta'. Use this class to create a query that is pre-populated with the correct ConfigurableScreenDeltaTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ConfigurableScreenDeltaRow. If your query matches more than one row in the database, the result will reflect the first row only.
ConfigurableScreenDeltaRow.IdxConfigurableScreenDeltaId
Class representing index 'IDXConfigurableScreenDeltaId'.
ConfigurableScreenDeltaRows
Parts of recipes in SCIL to insert or remove in given recipes Collection of ConfigurableScreenDeltaRow. Each element of the collection represents one row in the ConfigurableScreenDelta table.
ConfigurableScreenDeltaRows.CustomSearch
Class representing a custom search against table 'ConfigurableScreenDelta'. Use this class to create a query that is pre-populated with the correct ConfigurableScreenDeltaTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ConfigurableScreenDeltaRows collection of matching rows.
ConfigurableScreenDeltaRows.IdxRecipeId
Class representing index 'IDXConfigurableScreenDeltaRec'.
ConnectionConfigFieldRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ConnectionConfigField table.
ConnectionConfigFieldRecordDataExtensions
Extension methods to make it easy to fetch ConnectionConfigFieldRecordData objects from the database, using the TargetedSelect infrastructure
ConnectionConfigFieldRow
Configuration data for Erp and Quote Connections
Row Object for table 'ConnectionConfigField'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ConnectionConfigFieldRow.CustomSearch
Class representing a custom search against table 'ConnectionConfigField'. Use this class to create a query that is pre-populated with the correct ConnectionConfigFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ConnectionConfigFieldRow. If your query matches more than one row in the database, the result will reflect the first row only.
ConnectionConfigFieldRow.IdxConnectionConfigFieldId
Class representing index 'IDXConnectionConfigFieldId'.
ConnectionConfigFieldRows
Configuration data for Erp and Quote Connections Collection of ConnectionConfigFieldRow. Each element of the collection represents one row in the ConnectionConfigField table.
ConnectionConfigFieldRows.CustomSearch
Class representing a custom search against table 'ConnectionConfigField'. Use this class to create a query that is pre-populated with the correct ConnectionConfigFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ConnectionConfigFieldRows collection of matching rows.
ConnectionConfigFieldRows.IdxErpConnectionId
Class representing index 'IDXConnectionConfigFieldErpCo'.
ConnectionConfigFieldRows.IdxQuoteConnectionId
Class representing index 'IDXConnectionConfigFieldQuote'.
ConsentPersonRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ConsentPerson table.
ConsentPersonRecordDataExtensions
Extension methods to make it easy to fetch ConsentPersonRecordData objects from the database, using the TargetedSelect infrastructure
ConsentPersonRow
Link table that defines who has which consents
Row Object for table 'ConsentPerson'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ConsentPersonRow.CustomSearch
Class representing a custom search against table 'ConsentPerson'. Use this class to create a query that is pre-populated with the correct ConsentPersonTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ConsentPersonRow. If your query matches more than one row in the database, the result will reflect the first row only.
ConsentPersonRow.IdxConsentPersonId
Class representing index 'IDXConsentPersonId'.
ConsentPersonRow.IdxPersonIdConsentPurposeId
Class representing index 'IPerson_idConsentPurpose_id'.
ConsentPersonRows
Link table that defines who has which consents Collection of ConsentPersonRow. Each element of the collection represents one row in the ConsentPerson table.
ConsentPersonRows.CustomSearch
Class representing a custom search against table 'ConsentPerson'. Use this class to create a query that is pre-populated with the correct ConsentPersonTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ConsentPersonRows collection of matching rows.
ConsentPersonRows.IdxConsentSourceId
Class representing index 'IDXConsentPersonConsentSource'.
ConsentPersonRows.IdxLegalBaseId
Class representing index 'IDXConsentPersonLegalBase_id'.
ConsentPersonRows.IdxPersonId
Class representing index 'IPerson_idConsentPurpose_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ConsentPurposeRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ConsentPurpose table.
ConsentPurposeRecordDataExtensions
Extension methods to make it easy to fetch ConsentPurposeRecordData objects from the database, using the TargetedSelect infrastructure
ConsentPurposeRow
GDPR purpose alternatives
Row Object for table 'ConsentPurpose'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ConsentPurposeRow.CustomSearch
Class representing a custom search against table 'ConsentPurpose'. Use this class to create a query that is pre-populated with the correct ConsentPurposeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ConsentPurposeRow. If your query matches more than one row in the database, the result will reflect the first row only.
ConsentPurposeRow.IdxConsentPurposeId
Class representing index 'IDXConsentPurposeId'.
ConsentPurposeRow.IdxKey
Class representing index 'IDXConsentPurposeKey'.
ConsentPurposeRow.IdxName
Class representing index 'IDXConsentPurposeName'.
ConsentPurposeRows
GDPR purpose alternatives Collection of ConsentPurposeRow. Each element of the collection represents one row in the ConsentPurpose table.
ConsentPurposeRows.CustomSearch
Class representing a custom search against table 'ConsentPurpose'. Use this class to create a query that is pre-populated with the correct ConsentPurposeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ConsentPurposeRows collection of matching rows.
ConsentSourceRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ConsentSource table.
ConsentSourceRecordDataExtensions
Extension methods to make it easy to fetch ConsentSourceRecordData objects from the database, using the TargetedSelect infrastructure
ConsentSourceRow
Consent source for GDPR
Row Object for table 'ConsentSource'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ConsentSourceRow.CustomSearch
Class representing a custom search against table 'ConsentSource'. Use this class to create a query that is pre-populated with the correct ConsentSourceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ConsentSourceRow. If your query matches more than one row in the database, the result will reflect the first row only.
ConsentSourceRow.IdxConsentSourceId
Class representing index 'IDXConsentSourceId'.
ConsentSourceRow.IdxKey
Class representing index 'IDXConsentSourceKey'.
ConsentSourceRows
Consent source for GDPR Collection of ConsentSourceRow. Each element of the collection represents one row in the ConsentSource table.
ConsentSourceRows.CustomSearch
Class representing a custom search against table 'ConsentSource'. Use this class to create a query that is pre-populated with the correct ConsentSourceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ConsentSourceRows collection of matching rows.
ContIntGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ContIntGroupLink table.
ContIntGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch ContIntGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
ContIntGroupLinkRow
User group link table for ContInt, for MDO item hiding
Row Object for table 'ContIntGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ContIntGroupLinkRow.CustomSearch
Class representing a custom search against table 'ContIntGroupLink'. Use this class to create a query that is pre-populated with the correct ContIntGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ContIntGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ContIntGroupLinkRow.IdxContintgrouplinkId
Class representing index 'IDXContIntGLId'.
ContIntGroupLinkRows
User group link table for ContInt, for MDO item hiding Collection of ContIntGroupLinkRow. Each element of the collection represents one row in the ContIntGroupLink table.
ContIntGroupLinkRows.CustomSearch
Class representing a custom search against table 'ContIntGroupLink'. Use this class to create a query that is pre-populated with the correct ContIntGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ContIntGroupLinkRows collection of matching rows.
ContIntGroupLinkRows.IdxContIntId
Class representing index 'IDXContIntGLContint_id'.
ContIntGroupLinkRows.IdxGroupId
Class representing index 'IDXContIntGLGroup_id'.
ContIntHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ContIntHeadingLink table.
ContIntHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch ContIntHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
ContIntHeadingLinkRow
Heading link table for ContInt, for MDO headers
Row Object for table 'ContIntHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ContIntHeadingLinkRow.CustomSearch
Class representing a custom search against table 'ContIntHeadingLink'. Use this class to create a query that is pre-populated with the correct ContIntHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ContIntHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ContIntHeadingLinkRow.IdxContintheadinglinkId
Class representing index 'IDXContIntHLId'.
ContIntHeadingLinkRows
Heading link table for ContInt, for MDO headers Collection of ContIntHeadingLinkRow. Each element of the collection represents one row in the ContIntHeadingLink table.
ContIntHeadingLinkRows.CustomSearch
Class representing a custom search against table 'ContIntHeadingLink'. Use this class to create a query that is pre-populated with the correct ContIntHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ContIntHeadingLinkRows collection of matching rows.
ContIntHeadingLinkRows.IdxContIntId
Class representing index 'IDXContIntHLContint_id'.
ContIntHeadingLinkRows.IdxHeadingId
Class representing index 'IDXContIntHLHeading_id'.
ContIntRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ContInt table.
ContIntRecordDataExtensions
Extension methods to make it easy to fetch ContIntRecordData objects from the database, using the TargetedSelect infrastructure
ContIntRow
ContInt list table. List-text of all valid contact interest types.
Row Object for table 'ContInt'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ContIntRow.CustomSearch
Class representing a custom search against table 'ContInt'. Use this class to create a query that is pre-populated with the correct ContIntTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ContIntRow. If your query matches more than one row in the database, the result will reflect the first row only.
ContIntRow.IdxContIntId
Class representing index 'IDXContIntId'.
ContIntRow.IdxName
Class representing index 'IDXContIntName'.
ContIntRows
ContInt list table. List-text of all valid contact interest types. Collection of ContIntRow. Each element of the collection represents one row in the ContInt table.
ContIntRows.CustomSearch
Class representing a custom search against table 'ContInt'. Use this class to create a query that is pre-populated with the correct ContIntTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ContIntRows collection of matching rows.
ContactCode
ContactInterestRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the contactinterest table.
ContactInterestRecordDataExtensions
Extension methods to make it easy to fetch ContactInterestRecordData objects from the database, using the TargetedSelect infrastructure
ContactInterestRow
Link-table between contact and interests in ContInt
Row Object for table 'contactinterest'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ContactInterestRow.CustomSearch
Class representing a custom search against table 'contactinterest'. Use this class to create a query that is pre-populated with the correct ContactInterestTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ContactInterestRow. If your query matches more than one row in the database, the result will reflect the first row only.
ContactInterestRow.IdxContactinterestId
Class representing index 'IDXCintrId'.
ContactInterestRows
Link-table between contact and interests in ContInt Collection of ContactInterestRow. Each element of the collection represents one row in the ContactInterest table.
ContactInterestRows.CustomSearch
Class representing a custom search against table 'contactinterest'. Use this class to create a query that is pre-populated with the correct ContactInterestTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ContactInterestRows collection of matching rows.
ContactInterestRows.IdxContactId
Class representing index 'ICont_idIntr_idx'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ContactInterestRows.IdxEndDate
Class representing index 'IDXCintrEndDate'.
ContactInterestRows.IdxStartDate
Class representing index 'IDXCintrStartDate'.
ContactRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the contact table.
ContactRecordDataExtensions
Extension methods to make it easy to fetch ContactRecordData objects from the database, using the TargetedSelect infrastructure
ContactRow
Companies and Organizations. This table features a special record containing information about the contact that owns the database.
Row Object for table 'contact'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ContactRow.CustomSearch
Class representing a custom search against table 'contact'. Use this class to create a query that is pre-populated with the correct ContactTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ContactRow. If your query matches more than one row in the database, the result will reflect the first row only.
ContactRow.IdxContactId
Class representing index 'IDXContId'.
ContactRows
Companies and Organizations. This table features a special record containing information about the contact that owns the database.
Collection of ContactRow. Each element of the collection represents one row in the Contact
table.
ContactRows.CustomSearch
Class representing a custom search against table 'contact'. Use this class to create a query that is pre-populated with the correct ContactTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ContactRows collection of matching rows.
ContactRows.IdxDbiAgentId
Class representing index 'IDXContDbi_agent_id'.
ContactRows.IdxDbiKey
Class representing index 'IDXContDbi_key'.
ContactRows.IdxDbiLastModified
Class representing index 'IDXContDbi_last_modified'.
ContactRows.IdxDbiLastSyncronized
Class representing index 'IDXContDbi_last_syncronized'.
ContactRows.IdxDeletedDate
Class representing index 'IDXContDeletedDate'.
ContactRows.IdxDepartment
Class representing index 'IDXContDept'.
ContactRows.IdxKananame
Class representing index 'IDXContKname'.
ContactRows.IdxMotherId
Class representing index 'IDXContMother_id'.
ContactRows.IdxName
Class representing index 'IDXContName'.
ContactRows.IdxNameDepartment
Class representing index 'INameDept'.
ContactRows.IdxNumber1
Class representing index 'IDXContNum1'.
ContactRows.IdxNumber2
Class representing index 'IDXContNum2'.
ContactRows.IdxOrgNr
Class representing index 'IDXContOrgNr'.
ContactRows.IdxSoundEx
Class representing index 'IDXContSoundEx'.
ContactRows.IdxSource
Class representing index 'IDXContSource'.
ContactRows.IdxSupportPersonId
Class representing index 'IDXContSupportPersonId'.
ContactRows.IdxUserdef2Id
Class representing index 'IDXContUdef2_id'.
ContactRows.IdxUserdefId
Class representing index 'IDXContUdef_id'.
CounterValueBulkImportFacade
Typed facade for an object[] that contains all the fields of the CounterValue table, intended for use with DatabaseOperations.DatabaseOperations.ImportTable for bulk import of data.
CounterValueRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the CounterValue table.
CounterValueRecordDataExtensions
Extension methods to make it easy to fetch CounterValueRecordData objects from the database, using the TargetedSelect infrastructure
CounterValueRow
Visible for rights
Row Object for table 'CounterValue'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
CounterValueRow.CustomSearch
Class representing a custom search against table 'CounterValue'. Use this class to create a query that is pre-populated with the correct CounterValueTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CounterValueRow. If your query matches more than one row in the database, the result will reflect the first row only.
CounterValueRow.IdxCounterValueId
Class representing index 'IDXCounterValueId'.
CounterValueRows
Visible for rights Collection of CounterValueRow. Each element of the collection represents one row in the CounterValue table.
CounterValueRows.CustomSearch
Class representing a custom search against table 'CounterValue'. Use this class to create a query that is pre-populated with the correct CounterValueTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CounterValueRows collection of matching rows.
CounterValueRows.IdxContactId
Class representing index 'IContact_idRecord_type'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
CounterValueRows.IdxContactIdRecordType
Class representing index 'IContact_idRecord_type'.
CounterValueRows.IdxContactIdSaleStatus
Class representing index 'IContact_idSale_status'.
CounterValueRows.IdxProjectId
Class representing index 'IProject_idRecord_type'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
CounterValueRows.IdxProjectIdRecordType
Class representing index 'IProject_idRecord_type'.
CounterValueRows.IdxProjectIdSaleStatus
Class representing index 'IProject_idSale_status'.
CounterValueRows.IdxRecordType
Class representing index 'IRecord_typeDirectionIntent_i'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
CounterValueRows.IdxRecordTypeDirection
Class representing index 'IRecord_typeDirectionIntent_i'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
CounterValueRows.IdxRecordTypeDirectionIntentId
Class representing index 'IRecord_typeDirectionIntent_i'.
CounterValueRows.IdxSaleStatus
Class representing index 'ISale_statusAmountClassId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
CounterValueRows.IdxSaleStatusAmountClassId
Class representing index 'ISale_statusAmountClassId'.
CountryGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the CountryGroupLink table.
CountryGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch CountryGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
CountryGroupLinkRow
User group link table for Country, for MDO item hiding
Row Object for table 'CountryGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
CountryGroupLinkRow.CustomSearch
Class representing a custom search against table 'CountryGroupLink'. Use this class to create a query that is pre-populated with the correct CountryGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CountryGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
CountryGroupLinkRow.IdxCountrygrouplinkId
Class representing index 'IDXCountryGLId'.
CountryGroupLinkRows
User group link table for Country, for MDO item hiding Collection of CountryGroupLinkRow. Each element of the collection represents one row in the CountryGroupLink table.
CountryGroupLinkRows.CustomSearch
Class representing a custom search against table 'CountryGroupLink'. Use this class to create a query that is pre-populated with the correct CountryGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CountryGroupLinkRows collection of matching rows.
CountryGroupLinkRows.IdxCountryId
Class representing index 'IDXCountryGLCountry_id'.
CountryGroupLinkRows.IdxGroupId
Class representing index 'IDXCountryGLGroup_id'.
CountryHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the CountryHeadingLink table.
CountryHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch CountryHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
CountryHeadingLinkRow
Heading link table for Country, for MDO headers
Row Object for table 'CountryHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
CountryHeadingLinkRow.CustomSearch
Class representing a custom search against table 'CountryHeadingLink'. Use this class to create a query that is pre-populated with the correct CountryHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CountryHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
CountryHeadingLinkRow.IdxCountryheadinglinkId
Class representing index 'IDXCountryHLId'.
CountryHeadingLinkRows
Heading link table for Country, for MDO headers Collection of CountryHeadingLinkRow. Each element of the collection represents one row in the CountryHeadingLink table.
CountryHeadingLinkRows.CustomSearch
Class representing a custom search against table 'CountryHeadingLink'. Use this class to create a query that is pre-populated with the correct CountryHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CountryHeadingLinkRows collection of matching rows.
CountryHeadingLinkRows.IdxCountryId
Class representing index 'IDXCountryHLCountry_id'.
CountryHeadingLinkRows.IdxHeadingId
Class representing index 'IDXCountryHLHeading_id'.
CountryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the country table.
CountryRecordDataExtensions
Extension methods to make it easy to fetch CountryRecordData objects from the database, using the TargetedSelect infrastructure
CountryRow
Country information
Row Object for table 'country'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
CountryRow.CustomSearch
Class representing a custom search against table 'country'. Use this class to create a query that is pre-populated with the correct CountryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CountryRow. If your query matches more than one row in the database, the result will reflect the first row only.
CountryRow.IdxCountryId
Class representing index 'IDXCntryId'.
CountryRow.IdxName
Class representing index 'IDXCntryName'.
CountryRows
Country information Collection of CountryRow. Each element of the collection represents one row in the Country table.
CountryRows.CustomSearch
Class representing a custom search against table 'country'. Use this class to create a query that is pre-populated with the correct CountryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CountryRows collection of matching rows.
CountryRows.IdxEnglishName
Class representing index 'IDXCntryEname'.
CredentialsRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Credentials table.
CredentialsRecordDataExtensions
Extension methods to make it easy to fetch CredentialsRecordData objects from the database, using the TargetedSelect infrastructure
CredentialsRow
Alternative credentials
Row Object for table 'Credentials'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
CredentialsRow.CustomSearch
Class representing a custom search against table 'Credentials'. Use this class to create a query that is pre-populated with the correct CredentialsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CredentialsRow. If your query matches more than one row in the database, the result will reflect the first row only.
CredentialsRow.IdxCredentialTypeSearchName
Class representing index 'ICredentialTypeSearchName'.
CredentialsRow.IdxCredentialsId
Class representing index 'IDXCredentialsId'.
CredentialsRows
Alternative credentials Collection of CredentialsRow. Each element of the collection represents one row in the Credentials table.
CredentialsRows.CustomSearch
Class representing a custom search against table 'Credentials'. Use this class to create a query that is pre-populated with the correct CredentialsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CredentialsRows collection of matching rows.
CredentialsRows.IdxCredentialType
Class representing index 'ICredentialTypePersonId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
CredentialsRows.IdxCredentialTypeIsActive
Class representing index 'ICredentialTypeIsActiveIdVali'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
CredentialsRows.IdxCredentialTypePersonId
Class representing index 'ICredentialTypePersonId'.
CredentialsRows.IdxSearchName
Class representing index 'IDXCredentialsSearchName'.
CreditedGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the CreditedGroupLink table.
CreditedGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch CreditedGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
CreditedGroupLinkRow
User group link table for Credited, for MDO item hiding
Row Object for table 'CreditedGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
CreditedGroupLinkRow.CustomSearch
Class representing a custom search against table 'CreditedGroupLink'. Use this class to create a query that is pre-populated with the correct CreditedGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CreditedGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
CreditedGroupLinkRow.IdxCreditedgrouplinkId
Class representing index 'IDXCreditedGLId'.
CreditedGroupLinkRows
User group link table for Credited, for MDO item hiding Collection of CreditedGroupLinkRow. Each element of the collection represents one row in the CreditedGroupLink table.
CreditedGroupLinkRows.CustomSearch
Class representing a custom search against table 'CreditedGroupLink'. Use this class to create a query that is pre-populated with the correct CreditedGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CreditedGroupLinkRows collection of matching rows.
CreditedGroupLinkRows.IdxCreditedId
Class representing index 'IDXCreditedGLCredited_id'.
CreditedGroupLinkRows.IdxGroupId
Class representing index 'IDXCreditedGLGroup_id'.
CreditedHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the CreditedHeadingLink table.
CreditedHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch CreditedHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
CreditedHeadingLinkRow
Heading link table for Credited, for MDO headers
Row Object for table 'CreditedHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
CreditedHeadingLinkRow.CustomSearch
Class representing a custom search against table 'CreditedHeadingLink'. Use this class to create a query that is pre-populated with the correct CreditedHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CreditedHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
CreditedHeadingLinkRow.IdxCreditedheadinglinkId
Class representing index 'IDXCreditedHLId'.
CreditedHeadingLinkRows
Heading link table for Credited, for MDO headers Collection of CreditedHeadingLinkRow. Each element of the collection represents one row in the CreditedHeadingLink table.
CreditedHeadingLinkRows.CustomSearch
Class representing a custom search against table 'CreditedHeadingLink'. Use this class to create a query that is pre-populated with the correct CreditedHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CreditedHeadingLinkRows collection of matching rows.
CreditedHeadingLinkRows.IdxCreditedId
Class representing index 'IDXCreditedHLCredited_id'.
CreditedHeadingLinkRows.IdxHeadingId
Class representing index 'IDXCreditedHLHeading_id'.
CreditedRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Credited table.
CreditedRecordDataExtensions
Extension methods to make it easy to fetch CreditedRecordData objects from the database, using the TargetedSelect infrastructure
CreditedRow
Credited list table. List of who is to be credited for the sale.
Row Object for table 'Credited'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
CreditedRow.CustomSearch
Class representing a custom search against table 'Credited'. Use this class to create a query that is pre-populated with the correct CreditedTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CreditedRow. If your query matches more than one row in the database, the result will reflect the first row only.
CreditedRow.IdxCreditedId
Class representing index 'IDXCreditedId'.
CreditedRow.IdxName
Class representing index 'IDXCreditedName'.
CreditedRows
Credited list table. List of who is to be credited for the sale. Collection of CreditedRow. Each element of the collection represents one row in the Credited table.
CreditedRows.CustomSearch
Class representing a custom search against table 'Credited'. Use this class to create a query that is pre-populated with the correct CreditedTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CreditedRows collection of matching rows.
CurrencyGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the CurrencyGroupLink table.
CurrencyGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch CurrencyGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
CurrencyGroupLinkRow
User group link table for Currency, for MDO item hiding
Row Object for table 'CurrencyGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
CurrencyGroupLinkRow.CustomSearch
Class representing a custom search against table 'CurrencyGroupLink'. Use this class to create a query that is pre-populated with the correct CurrencyGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CurrencyGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
CurrencyGroupLinkRow.IdxCurrencygrouplinkId
Class representing index 'IDXCurrencyGLId'.
CurrencyGroupLinkRows
User group link table for Currency, for MDO item hiding Collection of CurrencyGroupLinkRow. Each element of the collection represents one row in the CurrencyGroupLink table.
CurrencyGroupLinkRows.CustomSearch
Class representing a custom search against table 'CurrencyGroupLink'. Use this class to create a query that is pre-populated with the correct CurrencyGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CurrencyGroupLinkRows collection of matching rows.
CurrencyGroupLinkRows.IdxCurrencyId
Class representing index 'IDXCurrencyGLCurrency_id'.
CurrencyGroupLinkRows.IdxGroupId
Class representing index 'IDXCurrencyGLGroup_id'.
CurrencyHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the CurrencyHeadingLink table.
CurrencyHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch CurrencyHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
CurrencyHeadingLinkRow
Heading link table for Currency, for MDO headers
Row Object for table 'CurrencyHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
CurrencyHeadingLinkRow.CustomSearch
Class representing a custom search against table 'CurrencyHeadingLink'. Use this class to create a query that is pre-populated with the correct CurrencyHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CurrencyHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
CurrencyHeadingLinkRow.IdxCurrencyheadinglinkId
Class representing index 'IDXCurrencyHLId'.
CurrencyHeadingLinkRows
Heading link table for Currency, for MDO headers Collection of CurrencyHeadingLinkRow. Each element of the collection represents one row in the CurrencyHeadingLink table.
CurrencyHeadingLinkRows.CustomSearch
Class representing a custom search against table 'CurrencyHeadingLink'. Use this class to create a query that is pre-populated with the correct CurrencyHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CurrencyHeadingLinkRows collection of matching rows.
CurrencyHeadingLinkRows.IdxCurrencyId
Class representing index 'IDXCurrencyHLCurrency_id'.
CurrencyHeadingLinkRows.IdxHeadingId
Class representing index 'IDXCurrencyHLHeading_id'.
CurrencyRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Currency table.
CurrencyRecordDataExtensions
Extension methods to make it easy to fetch CurrencyRecordData objects from the database, using the TargetedSelect infrastructure
CurrencyRow
Currency list table
Row Object for table 'Currency'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
CurrencyRow.CustomSearch
Class representing a custom search against table 'Currency'. Use this class to create a query that is pre-populated with the correct CurrencyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CurrencyRow. If your query matches more than one row in the database, the result will reflect the first row only.
CurrencyRow.IdxCurrencyId
Class representing index 'IDXCurrencyId'.
CurrencyRow.IdxName
Class representing index 'IDXCurrencyName'.
CurrencyRows
Currency list table Collection of CurrencyRow. Each element of the collection represents one row in the Currency table.
CurrencyRows.CustomSearch
Class representing a custom search against table 'Currency'. Use this class to create a query that is pre-populated with the correct CurrencyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CurrencyRows collection of matching rows.
CustCategoryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the cust_category table.
CustCategoryRecordDataExtensions
Extension methods to make it easy to fetch CustCategoryRecordData objects from the database, using the TargetedSelect infrastructure
CustCategoryRow
This table contains entries for categories exposed through a customer language.
Row Object for table 'cust_category'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
CustCategoryRow.CustomSearch
Class representing a custom search against table 'cust_category'. Use this class to create a query that is pre-populated with the correct CustCategoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CustCategoryRow. If your query matches more than one row in the database, the result will reflect the first row only.
CustCategoryRow.IdxCustCategoryId
Class representing index 'IDXCust_categoryId'.
CustCategoryRows
This table contains entries for categories exposed through a customer language. Collection of CustCategoryRow. Each element of the collection represents one row in the CustCategory table.
CustCategoryRows.CustomSearch
Class representing a custom search against table 'cust_category'. Use this class to create a query that is pre-populated with the correct CustCategoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CustCategoryRows collection of matching rows.
CustCategoryRows.IdxCategoryId
Class representing index 'IDXCust_categoryCategory_id'.
CustCategoryRows.IdxLanguageId
Class representing index 'IDXCust_categoryLanguage_id'.
CustCategoryRows.IdxParentId
Class representing index 'IDXCust_categoryParent_id'.
CustConfigRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the cust_config table.
CustConfigRecordDataExtensions
Extension methods to make it easy to fetch CustConfigRecordData objects from the database, using the TargetedSelect infrastructure
CustConfigRow
This table contains JSON structures used for customizing the customer center
Row Object for table 'cust_config'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
CustConfigRow.CustomSearch
Class representing a custom search against table 'cust_config'. Use this class to create a query that is pre-populated with the correct CustConfigTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CustConfigRow. If your query matches more than one row in the database, the result will reflect the first row only.
CustConfigRow.IdxCustConfigId
Class representing index 'IDXCust_configId'.
CustConfigRows
This table contains JSON structures used for customizing the customer center Collection of CustConfigRow. Each element of the collection represents one row in the CustConfig table.
CustConfigRows.CustomSearch
Class representing a custom search against table 'cust_config'. Use this class to create a query that is pre-populated with the correct CustConfigTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CustConfigRows collection of matching rows.
CustLangRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the cust_lang table.
CustLangRecordDataExtensions
Extension methods to make it easy to fetch CustLangRecordData objects from the database, using the TargetedSelect infrastructure
CustLangRow
This table contains entries for customer languages.
Row Object for table 'cust_lang'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
CustLangRow.CustomSearch
Class representing a custom search against table 'cust_lang'. Use this class to create a query that is pre-populated with the correct CustLangTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CustLangRow. If your query matches more than one row in the database, the result will reflect the first row only.
CustLangRow.IdxCustLangId
Class representing index 'IDXCust_langId'.
CustLangRows
This table contains entries for customer languages. Collection of CustLangRow. Each element of the collection represents one row in the CustLang table.
CustLangRows.CustomSearch
Class representing a custom search against table 'cust_lang'. Use this class to create a query that is pre-populated with the correct CustLangTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CustLangRows collection of matching rows.
CustLangRows.IdxKbRoot
Class representing index 'IDXCust_langKb_root'.
CustomTableRow<TTableInfo>
CustomTableRow<TTableInfo>.CustomSearch
Class representing a custom search against the table. Use this class to create a query that is pre-populated with the correct TableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a CustomTableRow. If your query matches more than one row in the database, the result will reflect the first row only.
CustomTableRow<TTableInfo>.IdxPrimaryKey
Class representing index 'CustomTableRowIdx'.
DashboardRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the dashboard table.
DashboardRecordDataExtensions
Extension methods to make it easy to fetch DashboardRecordData objects from the database, using the TargetedSelect infrastructure
DashboardRow
Describes a dashboard
Row Object for table 'dashboard'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DashboardRow.CustomSearch
Class representing a custom search against table 'dashboard'. Use this class to create a query that is pre-populated with the correct DashboardTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DashboardRow. If your query matches more than one row in the database, the result will reflect the first row only.
DashboardRow.IdxDashboardId
Class representing index 'IDXDashboardId'.
DashboardRows
Describes a dashboard Collection of DashboardRow. Each element of the collection represents one row in the Dashboard table.
DashboardRows.CustomSearch
Class representing a custom search against table 'dashboard'. Use this class to create a query that is pre-populated with the correct DashboardTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DashboardRows collection of matching rows.
DashboardRows.IdxAssociateId
Class representing index 'IDXDashboardAssociate_id'.
DashboardThemeRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the dashboard_theme table.
DashboardThemeRecordDataExtensions
Extension methods to make it easy to fetch DashboardThemeRecordData objects from the database, using the TargetedSelect infrastructure
DashboardThemeRow
A set of style rules for the Dashboard
Row Object for table 'dashboard_theme'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DashboardThemeRow.CustomSearch
Class representing a custom search against table 'dashboard_theme'. Use this class to create a query that is pre-populated with the correct DashboardThemeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DashboardThemeRow. If your query matches more than one row in the database, the result will reflect the first row only.
DashboardThemeRow.IdxDashboardThemeId
Class representing index 'IDXDashboard_themeId'.
DashboardThemeRows
A set of style rules for the Dashboard Collection of DashboardThemeRow. Each element of the collection represents one row in the DashboardTheme table.
DashboardThemeRows.CustomSearch
Class representing a custom search against table 'dashboard_theme'. Use this class to create a query that is pre-populated with the correct DashboardThemeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DashboardThemeRows collection of matching rows.
DashboardTileDefinitionRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the dashboard_tile_definition table.
DashboardTileDefinitionRecordDataExtensions
Extension methods to make it easy to fetch DashboardTileDefinitionRecordData objects from the database, using the TargetedSelect infrastructure
DashboardTileDefinitionRow
Describes the contents of a tile
Row Object for table 'dashboard_tile_definition'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DashboardTileDefinitionRow.CustomSearch
Class representing a custom search against table 'dashboard_tile_definition'. Use this class to create a query that is pre-populated with the correct DashboardTileDefinitionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DashboardTileDefinitionRow. If your query matches more than one row in the database, the result will reflect the first row only.
DashboardTileDefinitionRow.IdxDashboardTileDefinitionId
Class representing index 'IDXDashboard_tile_definitionI'.
DashboardTileDefinitionRows
Describes the contents of a tile Collection of DashboardTileDefinitionRow. Each element of the collection represents one row in the DashboardTileDefinition table.
DashboardTileDefinitionRows.CustomSearch
Class representing a custom search against table 'dashboard_tile_definition'. Use this class to create a query that is pre-populated with the correct DashboardTileDefinitionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DashboardTileDefinitionRows collection of matching rows.
DashboardTileDefinitionRows.IdxEntityType
Class representing index 'IDXDashboard_tile_definitionE'.
DashboardTileFieldRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the dashboard_tile_field table.
DashboardTileFieldRecordDataExtensions
Extension methods to make it easy to fetch DashboardTileFieldRecordData objects from the database, using the TargetedSelect infrastructure
DashboardTileFieldRow
Describes the contents of a tile field
Row Object for table 'dashboard_tile_field'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DashboardTileFieldRow.CustomSearch
Class representing a custom search against table 'dashboard_tile_field'. Use this class to create a query that is pre-populated with the correct DashboardTileFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DashboardTileFieldRow. If your query matches more than one row in the database, the result will reflect the first row only.
DashboardTileFieldRow.IdxDashboardTileFieldId
Class representing index 'IDXDashboard_tile_fieldId'.
DashboardTileFieldRows
Describes the contents of a tile field Collection of DashboardTileFieldRow. Each element of the collection represents one row in the DashboardTileField table.
DashboardTileFieldRows.CustomSearch
Class representing a custom search against table 'dashboard_tile_field'. Use this class to create a query that is pre-populated with the correct DashboardTileFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DashboardTileFieldRows collection of matching rows.
DashboardTileFieldRows.IdxDashboardTileDefinitionId
Class representing index 'IDXDashboard_tile_fieldDashbo'.
DashboardTileRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the dashboard_tile table.
DashboardTileRecordDataExtensions
Extension methods to make it easy to fetch DashboardTileRecordData objects from the database, using the TargetedSelect infrastructure
DashboardTileRow
Represents one tile in the dashboard
Row Object for table 'dashboard_tile'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DashboardTileRow.CustomSearch
Class representing a custom search against table 'dashboard_tile'. Use this class to create a query that is pre-populated with the correct DashboardTileTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DashboardTileRow. If your query matches more than one row in the database, the result will reflect the first row only.
DashboardTileRow.IdxDashboardTileId
Class representing index 'IDXDashboard_tileId'.
DashboardTileRows
Represents one tile in the dashboard Collection of DashboardTileRow. Each element of the collection represents one row in the DashboardTile table.
DashboardTileRows.CustomSearch
Class representing a custom search against table 'dashboard_tile'. Use this class to create a query that is pre-populated with the correct DashboardTileTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DashboardTileRows collection of matching rows.
DashboardTileRows.IdxDashboardId
Class representing index 'IDXDashboard_tileDashboard_id'.
DataRightRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the DataRight table.
DataRightRecordDataExtensions
Extension methods to make it easy to fetch DataRightRecordData objects from the database, using the TargetedSelect infrastructure
DataRightRow
Data right definition
Row Object for table 'DataRight'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DataRightRow.CustomSearch
Class representing a custom search against table 'DataRight'. Use this class to create a query that is pre-populated with the correct DataRightTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DataRightRow. If your query matches more than one row in the database, the result will reflect the first row only.
DataRightRow.IdxDataRightId
Class representing index 'IDXDataRightId'.
DataRightRow.IdxRoleIdTableIdFieldIdRelationToOwner
Class representing index 'IRoleIdTableIdFieldIdRelation'.
DataRightRows
Data right definition Collection of DataRightRow. Each element of the collection represents one row in the DataRight table.
DataRightRows.CustomSearch
Class representing a custom search against table 'DataRight'. Use this class to create a query that is pre-populated with the correct DataRightTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DataRightRows collection of matching rows.
DataRightRows.IdxRoleId
Class representing index 'IDXDataRightRoleId'.
DataRightRows.IdxRoleIdTableId
Class representing index 'IRoleIdTableIdFieldIdRelation'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
DataRightRows.IdxRoleIdTableIdFieldId
Class representing index 'IRoleIdTableIdFieldIdRelation'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
DatabaseModelRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the DatabaseModel table.
DatabaseModelRecordDataExtensions
Extension methods to make it easy to fetch DatabaseModelRecordData objects from the database, using the TargetedSelect infrastructure
DatabaseModelRow
New DatabaseModel used by Continuous Database
Row Object for table 'DatabaseModel'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DatabaseModelRow.CustomSearch
Class representing a custom search against table 'DatabaseModel'. Use this class to create a query that is pre-populated with the correct DatabaseModelTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DatabaseModelRow. If your query matches more than one row in the database, the result will reflect the first row only.
DatabaseModelRow.IdxDatabaseModelId
Class representing index 'IDXDatabaseModelId'.
DatabaseModelRows
New DatabaseModel used by Continuous Database Collection of DatabaseModelRow. Each element of the collection represents one row in the DatabaseModel table.
DatabaseModelRows.CustomSearch
Class representing a custom search against table 'DatabaseModel'. Use this class to create a query that is pre-populated with the correct DatabaseModelTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DatabaseModelRows collection of matching rows.
DbiAgentFieldRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the dbi_agent_field table.
DbiAgentFieldRecordDataExtensions
Extension methods to make it easy to fetch DbiAgentFieldRecordData objects from the database, using the TargetedSelect infrastructure
DbiAgentFieldRow
DBI agent fields
Row Object for table 'dbi_agent_field'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DbiAgentFieldRow.CustomSearch
Class representing a custom search against table 'dbi_agent_field'. Use this class to create a query that is pre-populated with the correct DbiAgentFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DbiAgentFieldRow. If your query matches more than one row in the database, the result will reflect the first row only.
DbiAgentFieldRow.IdxDbiAgentFieldId
Class representing index 'IDXDbi_agent_fieldId'.
DbiAgentFieldRows
DBI agent fields Collection of DbiAgentFieldRow. Each element of the collection represents one row in the DbiAgentField table.
DbiAgentFieldRows.CustomSearch
Class representing a custom search against table 'dbi_agent_field'. Use this class to create a query that is pre-populated with the correct DbiAgentFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DbiAgentFieldRows collection of matching rows.
DbiAgentFieldRows.IdxAgentId
Class representing index 'IDXDbi_agent_fieldAgent_id'.
DbiAgentRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the dbi_agent table.
DbiAgentRecordDataExtensions
Extension methods to make it easy to fetch DbiAgentRecordData objects from the database, using the TargetedSelect infrastructure
DbiAgentRow
DBI agent settings
Row Object for table 'dbi_agent'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DbiAgentRow.CustomSearch
Class representing a custom search against table 'dbi_agent'. Use this class to create a query that is pre-populated with the correct DbiAgentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DbiAgentRow. If your query matches more than one row in the database, the result will reflect the first row only.
DbiAgentRow.IdxDbiAgentId
Class representing index 'IDXDbi_agentId'.
DbiAgentRows
DBI agent settings Collection of DbiAgentRow. Each element of the collection represents one row in the DbiAgent table.
DbiAgentRows.CustomSearch
Class representing a custom search against table 'dbi_agent'. Use this class to create a query that is pre-populated with the correct DbiAgentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DbiAgentRows collection of matching rows.
DbiAgentScheduleRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the dbi_agent_schedule table.
DbiAgentScheduleRecordDataExtensions
Extension methods to make it easy to fetch DbiAgentScheduleRecordData objects from the database, using the TargetedSelect infrastructure
DbiAgentScheduleRow
DBI agent schedule settings
Row Object for table 'dbi_agent_schedule'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DbiAgentScheduleRow.CustomSearch
Class representing a custom search against table 'dbi_agent_schedule'. Use this class to create a query that is pre-populated with the correct DbiAgentScheduleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DbiAgentScheduleRow. If your query matches more than one row in the database, the result will reflect the first row only.
DbiAgentScheduleRow.IdxDbiAgentScheduleId
Class representing index 'IDXDbi_agent_scheduleId'.
DbiAgentScheduleRows
DBI agent schedule settings Collection of DbiAgentScheduleRow. Each element of the collection represents one row in the DbiAgentSchedule table.
DbiAgentScheduleRows.CustomSearch
Class representing a custom search against table 'dbi_agent_schedule'. Use this class to create a query that is pre-populated with the correct DbiAgentScheduleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DbiAgentScheduleRows collection of matching rows.
DbiAgentScheduleRows.IdxAgentId
Class representing index 'IDXDbi_agent_scheduleAgent_id'.
DbiAgentScheduleRows.IdxScheduleId
Class representing index 'IDXDbi_agent_scheduleSchedule'.
DbiAgentScheduleRows.IdxScriptId
Class representing index 'IDXDbi_agent_scheduleScript_i'.
DeliveryTermsGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the DeliveryTermsGroupLink table.
DeliveryTermsGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch DeliveryTermsGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
DeliveryTermsGroupLinkRow
User group link table for DeliveryTerms, for MDO item hiding
Row Object for table 'DeliveryTermsGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
DeliveryTermsGroupLinkRow.CustomSearch
Class representing a custom search against table 'DeliveryTermsGroupLink'. Use this class to create a query that is pre-populated with the correct DeliveryTermsGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DeliveryTermsGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
DeliveryTermsGroupLinkRow.IdxDeliveryTermsGroupLinkId
Class representing index 'IDXDeliveryTermsGLId'.
DeliveryTermsGroupLinkRows
User group link table for DeliveryTerms, for MDO item hiding Collection of DeliveryTermsGroupLinkRow. Each element of the collection represents one row in the DeliveryTermsGroupLink table.
DeliveryTermsGroupLinkRows.CustomSearch
Class representing a custom search against table 'DeliveryTermsGroupLink'. Use this class to create a query that is pre-populated with the correct DeliveryTermsGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DeliveryTermsGroupLinkRows collection of matching rows.
DeliveryTermsGroupLinkRows.IdxDeliveryTermsId
Class representing index 'IDXDeliveryTermsGLDeliveryter'.
DeliveryTermsGroupLinkRows.IdxGroupId
Class representing index 'IDXDeliveryTermsGLGroup_id'.
DeliveryTermsHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the DeliveryTermsHeadingLink table.
DeliveryTermsHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch DeliveryTermsHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
DeliveryTermsHeadingLinkRow
Heading link table for DeliveryTerms, for MDO item headings
Row Object for table 'DeliveryTermsHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
DeliveryTermsHeadingLinkRow.CustomSearch
Class representing a custom search against table 'DeliveryTermsHeadingLink'. Use this class to create a query that is pre-populated with the correct DeliveryTermsHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DeliveryTermsHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
DeliveryTermsHeadingLinkRow.IdxDeliveryTermsHeadingLinkId
Class representing index 'IDXDeliveryTermsHLId'.
DeliveryTermsHeadingLinkRows
Heading link table for DeliveryTerms, for MDO item headings Collection of DeliveryTermsHeadingLinkRow. Each element of the collection represents one row in the DeliveryTermsHeadingLink table.
DeliveryTermsHeadingLinkRows.CustomSearch
Class representing a custom search against table 'DeliveryTermsHeadingLink'. Use this class to create a query that is pre-populated with the correct DeliveryTermsHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DeliveryTermsHeadingLinkRows collection of matching rows.
DeliveryTermsHeadingLinkRows.IdxDeliveryTermsId
Class representing index 'IDXDeliveryTermsHLDeliveryter'.
DeliveryTermsHeadingLinkRows.IdxHeadingId
Class representing index 'IDXDeliveryTermsHLHeading_id'.
DeliveryTermsRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the DeliveryTerms table.
DeliveryTermsRecordDataExtensions
Extension methods to make it easy to fetch DeliveryTermsRecordData objects from the database, using the TargetedSelect infrastructure
DeliveryTermsRow
The list of Delivery terms, in the internal product register
Row Object for table 'DeliveryTerms'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
DeliveryTermsRow.CustomSearch
Class representing a custom search against table 'DeliveryTerms'. Use this class to create a query that is pre-populated with the correct DeliveryTermsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DeliveryTermsRow. If your query matches more than one row in the database, the result will reflect the first row only.
DeliveryTermsRow.IdxDeliveryTermsId
Class representing index 'IDXDeliveryTermsId'.
DeliveryTermsRow.IdxName
Class representing index 'IDXDeliveryTermsName'.
DeliveryTermsRows
The list of Delivery terms, in the internal product register Collection of DeliveryTermsRow. Each element of the collection represents one row in the DeliveryTerms table.
DeliveryTermsRows.CustomSearch
Class representing a custom search against table 'DeliveryTerms'. Use this class to create a query that is pre-populated with the correct DeliveryTermsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DeliveryTermsRows collection of matching rows.
DeliveryTypeGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the DeliveryTypeGroupLink table.
DeliveryTypeGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch DeliveryTypeGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
DeliveryTypeGroupLinkRow
User group link table for DeliveryType, for MDO item hiding
Row Object for table 'DeliveryTypeGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
DeliveryTypeGroupLinkRow.CustomSearch
Class representing a custom search against table 'DeliveryTypeGroupLink'. Use this class to create a query that is pre-populated with the correct DeliveryTypeGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DeliveryTypeGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
DeliveryTypeGroupLinkRow.IdxDeliveryTypeGroupLinkId
Class representing index 'IDXDeliveryTypeGLId'.
DeliveryTypeGroupLinkRows
User group link table for DeliveryType, for MDO item hiding Collection of DeliveryTypeGroupLinkRow. Each element of the collection represents one row in the DeliveryTypeGroupLink table.
DeliveryTypeGroupLinkRows.CustomSearch
Class representing a custom search against table 'DeliveryTypeGroupLink'. Use this class to create a query that is pre-populated with the correct DeliveryTypeGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DeliveryTypeGroupLinkRows collection of matching rows.
DeliveryTypeGroupLinkRows.IdxDeliveryTypeId
Class representing index 'IDXDeliveryTypeGLDeliverytype'.
DeliveryTypeGroupLinkRows.IdxGroupId
Class representing index 'IDXDeliveryTypeGLGroup_id'.
DeliveryTypeHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the DeliveryTypeHeadingLink table.
DeliveryTypeHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch DeliveryTypeHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
DeliveryTypeHeadingLinkRow
Heading link table for DeliveryType, for MDO item headings
Row Object for table 'DeliveryTypeHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
DeliveryTypeHeadingLinkRow.CustomSearch
Class representing a custom search against table 'DeliveryTypeHeadingLink'. Use this class to create a query that is pre-populated with the correct DeliveryTypeHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DeliveryTypeHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
DeliveryTypeHeadingLinkRow.IdxDeliveryTypeHeadingLinkId
Class representing index 'IDXDeliveryTypeHLId'.
DeliveryTypeHeadingLinkRows
Heading link table for DeliveryType, for MDO item headings Collection of DeliveryTypeHeadingLinkRow. Each element of the collection represents one row in the DeliveryTypeHeadingLink table.
DeliveryTypeHeadingLinkRows.CustomSearch
Class representing a custom search against table 'DeliveryTypeHeadingLink'. Use this class to create a query that is pre-populated with the correct DeliveryTypeHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DeliveryTypeHeadingLinkRows collection of matching rows.
DeliveryTypeHeadingLinkRows.IdxDeliveryTypeId
Class representing index 'IDXDeliveryTypeHLDeliverytype'.
DeliveryTypeHeadingLinkRows.IdxHeadingId
Class representing index 'IDXDeliveryTypeHLHeading_id'.
DeliveryTypeRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the DeliveryType table.
DeliveryTypeRecordDataExtensions
Extension methods to make it easy to fetch DeliveryTypeRecordData objects from the database, using the TargetedSelect infrastructure
DeliveryTypeRow
The list of Delivery types, in the internal product register
Row Object for table 'DeliveryType'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
DeliveryTypeRow.CustomSearch
Class representing a custom search against table 'DeliveryType'. Use this class to create a query that is pre-populated with the correct DeliveryTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DeliveryTypeRow. If your query matches more than one row in the database, the result will reflect the first row only.
DeliveryTypeRow.IdxDeliveryTypeId
Class representing index 'IDXDeliveryTypeId'.
DeliveryTypeRow.IdxName
Class representing index 'IDXDeliveryTypeName'.
DeliveryTypeRows
The list of Delivery types, in the internal product register Collection of DeliveryTypeRow. Each element of the collection represents one row in the DeliveryType table.
DeliveryTypeRows.CustomSearch
Class representing a custom search against table 'DeliveryType'. Use this class to create a query that is pre-populated with the correct DeliveryTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DeliveryTypeRows collection of matching rows.
DiaryViewRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the DiaryView table.
DiaryViewRecordDataExtensions
Extension methods to make it easy to fetch DiaryViewRecordData objects from the database, using the TargetedSelect infrastructure
DiaryViewRow
Configuration of a multi-user diary view
Row Object for table 'DiaryView'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DiaryViewRow.CustomSearch
Class representing a custom search against table 'DiaryView'. Use this class to create a query that is pre-populated with the correct DiaryViewTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DiaryViewRow. If your query matches more than one row in the database, the result will reflect the first row only.
DiaryViewRow.IdxDiaryViewId
Class representing index 'IDXDiaryViewId'.
DiaryViewRowRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the DiaryViewRow table.
DiaryViewRowRecordDataExtensions
Extension methods to make it easy to fetch DiaryViewRowRecordData objects from the database, using the TargetedSelect infrastructure
DiaryViewRowRow
Configuration of a multi-user diary view
Row Object for table 'DiaryViewRow'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DiaryViewRowRow.CustomSearch
Class representing a custom search against table 'DiaryViewRow'. Use this class to create a query that is pre-populated with the correct DiaryViewRowTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DiaryViewRowRow. If your query matches more than one row in the database, the result will reflect the first row only.
DiaryViewRowRow.IdxDiaryViewRowId
Class representing index 'IDXDiaryViewRowId'.
DiaryViewRowRows
Configuration of a multi-user diary view Collection of DiaryViewRowRow. Each element of the collection represents one row in the DiaryViewRow table.
DiaryViewRowRows.CustomSearch
Class representing a custom search against table 'DiaryViewRow'. Use this class to create a query that is pre-populated with the correct DiaryViewRowTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DiaryViewRowRows collection of matching rows.
DiaryViewRowRows.IdxDiaryViewId
Class representing index 'IDXDiaryViewRowDiaryViewId'.
DiaryViewRows
Configuration of a multi-user diary view Collection of DiaryViewRow. Each element of the collection represents one row in the DiaryView table.
DiaryViewRows.CustomSearch
Class representing a custom search against table 'DiaryView'. Use this class to create a query that is pre-populated with the correct DiaryViewTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DiaryViewRows collection of matching rows.
DiaryViewRows.IdxAssocId
Class representing index 'IDXDiaryViewAssoc_id'.
DictionaryBaseRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the dictionary_base table.
DictionaryBaseRecordDataExtensions
Extension methods to make it easy to fetch DictionaryBaseRecordData objects from the database, using the TargetedSelect infrastructure
DictionaryBaseRow
Language catalog for the ejournal dictionaries (automatic proof reading of message text etc)
Row Object for table 'dictionary_base'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DictionaryBaseRow.CustomSearch
Class representing a custom search against table 'dictionary_base'. Use this class to create a query that is pre-populated with the correct DictionaryBaseTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DictionaryBaseRow. If your query matches more than one row in the database, the result will reflect the first row only.
DictionaryBaseRow.IdxDictionaryBaseId
Class representing index 'IDXDictionary_baseId'.
DictionaryBaseRows
Language catalog for the ejournal dictionaries (automatic proof reading of message text etc) Collection of DictionaryBaseRow. Each element of the collection represents one row in the DictionaryBase table.
DictionaryBaseRows.CustomSearch
Class representing a custom search against table 'dictionary_base'. Use this class to create a query that is pre-populated with the correct DictionaryBaseTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DictionaryBaseRows collection of matching rows.
DictionaryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the dictionary table.
DictionaryRecordDataExtensions
Extension methods to make it easy to fetch DictionaryRecordData objects from the database, using the TargetedSelect infrastructure
DictionaryRow
User added dictionary words
Row Object for table 'dictionary'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DictionaryRow.CustomSearch
Class representing a custom search against table 'dictionary'. Use this class to create a query that is pre-populated with the correct DictionaryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DictionaryRow. If your query matches more than one row in the database, the result will reflect the first row only.
DictionaryRow.IdxDictionaryId
Class representing index 'IDXDictionaryId'.
DictionaryRows
User added dictionary words Collection of DictionaryRow. Each element of the collection represents one row in the Dictionary table.
DictionaryRows.CustomSearch
Class representing a custom search against table 'dictionary'. Use this class to create a query that is pre-populated with the correct DictionaryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DictionaryRows collection of matching rows.
DictionaryRows.IdxInclude
Class representing index 'IDXDictionaryInclude'.
DictionaryRows.IdxUserId
Class representing index 'IDXDictionaryUser_id'.
DictionaryRows.IdxWord
Class representing index 'IDXDictionaryWord'.
DocDocumentRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the doc_document table.
DocDocumentRecordDataExtensions
Extension methods to make it easy to fetch DocDocumentRecordData objects from the database, using the TargetedSelect infrastructure
DocDocumentRow
This table contains documents.
Row Object for table 'doc_document'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DocDocumentRow.CustomSearch
Class representing a custom search against table 'doc_document'. Use this class to create a query that is pre-populated with the correct DocDocumentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DocDocumentRow. If your query matches more than one row in the database, the result will reflect the first row only.
DocDocumentRow.IdxDocDocumentId
Class representing index 'IDXDoc_documentId'.
DocDocumentRows
This table contains documents. Collection of DocDocumentRow. Each element of the collection represents one row in the DocDocument table.
DocDocumentRows.CustomSearch
Class representing a custom search against table 'doc_document'. Use this class to create a query that is pre-populated with the correct DocDocumentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DocDocumentRows collection of matching rows.
DocDocumentRows.IdxAttachmentId
Class representing index 'IDXDoc_documentAttachment_id'.
DocDocumentRows.IdxChangedBy
Class representing index 'IDXDoc_documentChanged_by'.
DocDocumentRows.IdxCreatedBy
Class representing index 'IDXDoc_documentCreated_by'.
DocDocumentRows.IdxFolderId
Class representing index 'IDXDoc_documentFolder_id'.
DocDocumentRows.IdxTitle
Class representing index 'IDXDoc_documentTitle'.
DocFolderRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the doc_folder table.
DocFolderRecordDataExtensions
Extension methods to make it easy to fetch DocFolderRecordData objects from the database, using the TargetedSelect infrastructure
DocFolderRow
A document folder.
Row Object for table 'doc_folder'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DocFolderRow.CustomSearch
Class representing a custom search against table 'doc_folder'. Use this class to create a query that is pre-populated with the correct DocFolderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DocFolderRow. If your query matches more than one row in the database, the result will reflect the first row only.
DocFolderRow.IdxDocFolderId
Class representing index 'IDXDoc_folderId'.
DocFolderRows
A document folder. Collection of DocFolderRow. Each element of the collection represents one row in the DocFolder table.
DocFolderRows.CustomSearch
Class representing a custom search against table 'doc_folder'. Use this class to create a query that is pre-populated with the correct DocFolderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DocFolderRows collection of matching rows.
DocFolderRows.IdxCreatedBy
Class representing index 'IDXDoc_folderCreated_by'.
DocFolderRows.IdxFolderId
Class representing index 'IDXDoc_folderFolder_id'.
DocFolderRows.IdxTitle
Class representing index 'IDXDoc_folderTitle'.
DocTmplGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the DocTmplGroupLink table.
DocTmplGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch DocTmplGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
DocTmplGroupLinkRow
User group link table for DocTmpl, for MDO item hiding
Row Object for table 'DocTmplGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
DocTmplGroupLinkRow.CustomSearch
Class representing a custom search against table 'DocTmplGroupLink'. Use this class to create a query that is pre-populated with the correct DocTmplGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DocTmplGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
DocTmplGroupLinkRow.IdxDoctmplgrouplinkId
Class representing index 'IDXDocTmplGLId'.
DocTmplGroupLinkRows
User group link table for DocTmpl, for MDO item hiding Collection of DocTmplGroupLinkRow. Each element of the collection represents one row in the DocTmplGroupLink table.
DocTmplGroupLinkRows.CustomSearch
Class representing a custom search against table 'DocTmplGroupLink'. Use this class to create a query that is pre-populated with the correct DocTmplGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DocTmplGroupLinkRows collection of matching rows.
DocTmplGroupLinkRows.IdxDocTmplId
Class representing index 'IDXDocTmplGLDoctmpl_id'.
DocTmplGroupLinkRows.IdxGroupId
Class representing index 'IDXDocTmplGLGroup_id'.
DocTmplHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the DocTmplHeadingLink table.
DocTmplHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch DocTmplHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
DocTmplHeadingLinkRow
Heading link table for DocTmpl, for MDO headers
Row Object for table 'DocTmplHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
DocTmplHeadingLinkRow.CustomSearch
Class representing a custom search against table 'DocTmplHeadingLink'. Use this class to create a query that is pre-populated with the correct DocTmplHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DocTmplHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
DocTmplHeadingLinkRow.IdxDoctmplheadinglinkId
Class representing index 'IDXDocTmplHLId'.
DocTmplHeadingLinkRows
Heading link table for DocTmpl, for MDO headers Collection of DocTmplHeadingLinkRow. Each element of the collection represents one row in the DocTmplHeadingLink table.
DocTmplHeadingLinkRows.CustomSearch
Class representing a custom search against table 'DocTmplHeadingLink'. Use this class to create a query that is pre-populated with the correct DocTmplHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DocTmplHeadingLinkRows collection of matching rows.
DocTmplHeadingLinkRows.IdxDocTmplId
Class representing index 'IDXDocTmplHLDoctmpl_id'.
DocTmplHeadingLinkRows.IdxHeadingId
Class representing index 'IDXDocTmplHLHeading_id'.
DocTmplRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the DocTmpl table.
DocTmplRecordDataExtensions
Extension methods to make it easy to fetch DocTmplRecordData objects from the database, using the TargetedSelect infrastructure
DocTmplRow
DocTmpl list table. Describes templates available for writing new documents.
Row Object for table 'DocTmpl'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
DocTmplRow.CustomSearch
Class representing a custom search against table 'DocTmpl'. Use this class to create a query that is pre-populated with the correct DocTmplTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DocTmplRow. If your query matches more than one row in the database, the result will reflect the first row only.
DocTmplRow.IdxDocTmplId
Class representing index 'IDXDocTmplId'.
DocTmplRow.IdxName
Class representing index 'IDXDocTmplName'.
DocTmplRows
DocTmpl list table. Describes templates available for writing new documents. Collection of DocTmplRow. Each element of the collection represents one row in the DocTmpl table.
DocTmplRows.CustomSearch
Class representing a custom search against table 'DocTmpl'. Use this class to create a query that is pre-populated with the correct DocTmplTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DocTmplRows collection of matching rows.
DocumentRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the document table.
DocumentRecordDataExtensions
Extension methods to make it easy to fetch DocumentRecordData objects from the database, using the TargetedSelect infrastructure
DocumentRow
Documents, this table is an extension of the Appointment table. There is always a corresponding appointment record; the relation between appointment and document is navigable in both directions. A document-type appointment record always has a corresponding document record and a record in VisibleFor specifying who may see this.
Row Object for table 'document'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
DocumentRow.CustomSearch
Class representing a custom search against table 'document'. Use this class to create a query that is pre-populated with the correct DocumentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DocumentRow. If your query matches more than one row in the database, the result will reflect the first row only.
DocumentRow.IdxDocumentId
Class representing index 'IDXDocId'.
DocumentRows
Documents, this table is an extension of the Appointment table. There is always a corresponding appointment record; the relation between appointment and document is navigable in both directions. A document-type appointment record always has a corresponding document record and a record in VisibleFor specifying who may see this.
Collection of DocumentRow. Each element of the collection represents one row in the Document
table.
DocumentRows.CustomSearch
Class representing a custom search against table 'document'. Use this class to create a query that is pre-populated with the correct DocumentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a DocumentRows collection of matching rows.
DocumentRows.IdxArchiveProvider
Class representing index 'IDXDocArchiveProvider'.
DocumentRows.IdxExtref
Class representing index 'IDXDocExtref'.
DocumentRows.IdxHeader
Class representing index 'IDXDocHeader'.
DocumentRows.IdxOurRef
Class representing index 'IDXDocOur_ref'.
DocumentRows.IdxSearchname
Class representing index 'IDXDocSname'.
DocumentRows.IdxUserdef2Id
Class representing index 'IDXDocUdef2_id'.
DocumentRows.IdxUserdefId
Class representing index 'IDXDocUdef_id'.
EabEntryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the eab_entry table.
EabEntryRecordDataExtensions
Extension methods to make it easy to fetch EabEntryRecordData objects from the database, using the TargetedSelect infrastructure
EabEntryRow
This table contains eab (email address book) entries, i.e. an alias ('Ola Hansen') and an address ('ola@hansen.as').
Row Object for table 'eab_entry'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EabEntryRow.CustomSearch
Class representing a custom search against table 'eab_entry'. Use this class to create a query that is pre-populated with the correct EabEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EabEntryRow. If your query matches more than one row in the database, the result will reflect the first row only.
EabEntryRow.IdxEabEntryId
Class representing index 'IDXEab_entryId'.
EabEntryRows
This table contains eab (email address book) entries, i.e. an alias ('Ola Hansen') and an address ('ola@hansen.as'). Collection of EabEntryRow. Each element of the collection represents one row in the EabEntry table.
EabEntryRows.CustomSearch
Class representing a custom search against table 'eab_entry'. Use this class to create a query that is pre-populated with the correct EabEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EabEntryRows collection of matching rows.
EabEntryRows.IdxDbiAgentId
Class representing index 'IDXEab_entryDbi_agent_id'.
EabEntryRows.IdxDbiKey
Class representing index 'IDXEab_entryDbi_key'.
EabEntryRows.IdxDbiLastModified
Class representing index 'IDXEab_entryDbi_last_modified'.
EabEntryRows.IdxDbiLastSyncronized
Class representing index 'IDXEab_entryDbi_last_syncroni'.
EabEntryRows.IdxFolderId
Class representing index 'IDXEab_entryFolder_id'.
EabEntryRows.IdxName
Class representing index 'IDXEab_entryName'.
EabFolderRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the eab_folder table.
EabFolderRecordDataExtensions
Extension methods to make it easy to fetch EabFolderRecordData objects from the database, using the TargetedSelect infrastructure
EabFolderRow
This table contains eab (email address book) folders, used for containing email addresses.
Row Object for table 'eab_folder'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EabFolderRow.CustomSearch
Class representing a custom search against table 'eab_folder'. Use this class to create a query that is pre-populated with the correct EabFolderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EabFolderRow. If your query matches more than one row in the database, the result will reflect the first row only.
EabFolderRow.IdxEabFolderId
Class representing index 'IDXEab_folderId'.
EabFolderRows
This table contains eab (email address book) folders, used for containing email addresses. Collection of EabFolderRow. Each element of the collection represents one row in the EabFolder table.
EabFolderRows.CustomSearch
Class representing a custom search against table 'eab_folder'. Use this class to create a query that is pre-populated with the correct EabFolderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EabFolderRows collection of matching rows.
EabFolderRows.IdxFolderId
Class representing index 'IDXEab_folderFolder_id'.
EabFolderRows.IdxName
Class representing index 'IDXEab_folderName'.
EjCategoryGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the EjCategoryGroupLink table.
EjCategoryGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch EjCategoryGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
EjCategoryGroupLinkRow
User group link table for EjCategory, for mass handling ej_category members
Row Object for table 'EjCategoryGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjCategoryGroupLinkRow.CustomSearch
Class representing a custom search against table 'EjCategoryGroupLink'. Use this class to create a query that is pre-populated with the correct EjCategoryGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjCategoryGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjCategoryGroupLinkRow.IdxEjCategorygrouplinkId
Class representing index 'IDXEjCategoryGLId'.
EjCategoryGroupLinkRows
User group link table for EjCategory, for mass handling ej_category members Collection of EjCategoryGroupLinkRow. Each element of the collection represents one row in the EjCategoryGroupLink table.
EjCategoryGroupLinkRows.CustomSearch
Class representing a custom search against table 'EjCategoryGroupLink'. Use this class to create a query that is pre-populated with the correct EjCategoryGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjCategoryGroupLinkRows collection of matching rows.
EjCategoryGroupLinkRows.IdxEjCategoryId
Class representing index 'IDXEjCategoryGLEj_category_id'.
EjCategoryGroupLinkRows.IdxGroupId
Class representing index 'IDXEjCategoryGLGroup_id'.
EjCategoryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ej_category table.
EjCategoryRecordDataExtensions
Extension methods to make it easy to fetch EjCategoryRecordData objects from the database, using the TargetedSelect infrastructure
EjCategoryRow
This table contains categories, in which tickets are categorized. The categories are organized in a hierarchial manner.
Row Object for table 'ej_category'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjCategoryRow.CustomSearch
Class representing a custom search against table 'ej_category'. Use this class to create a query that is pre-populated with the correct EjCategoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjCategoryRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjCategoryRow.IdxEjCategoryId
Class representing index 'IDXEj_categoryId'.
EjCategoryRows
This table contains categories, in which tickets are categorized. The categories are organized in a hierarchial manner. Collection of EjCategoryRow. Each element of the collection represents one row in the EjCategory table.
EjCategoryRows.CustomSearch
Class representing a custom search against table 'ej_category'. Use this class to create a query that is pre-populated with the correct EjCategoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjCategoryRows collection of matching rows.
EjCategoryRows.IdxCategoryMaster
Class representing index 'IDXEj_categoryCategory_master'.
EjCategoryRows.IdxParentId
Class representing index 'IDXEj_categoryParent_id'.
EjCategoryRows.IdxReplyTemplate
Class representing index 'IDXEj_categoryReply_template'.
EjMessageRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ej_message table.
EjMessageRecordDataExtensions
Extension methods to make it easy to fetch EjMessageRecordData objects from the database, using the TargetedSelect infrastructure
EjMessageRow
This table contains the messages listed under tickets.
Row Object for table 'ej_message'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjMessageRow.CustomSearch
Class representing a custom search against table 'ej_message'. Use this class to create a query that is pre-populated with the correct EjMessageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjMessageRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjMessageRow.IdxEjMessageId
Class representing index 'IDXEj_messageId'.
EjMessageRows
This table contains the messages listed under tickets. Collection of EjMessageRow. Each element of the collection represents one row in the EjMessage table.
EjMessageRows.CustomSearch
Class representing a custom search against table 'ej_message'. Use this class to create a query that is pre-populated with the correct EjMessageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjMessageRows collection of matching rows.
EjMessageRows.IdxBodyAttachment
Class representing index 'IDXEj_messageBody_attachment'.
EjMessageRows.IdxCreatedAt
Class representing index 'IDXEj_messageCreated_at'.
EjMessageRows.IdxCreatedBy
Class representing index 'IDXEj_messageCreated_by'.
EjMessageRows.IdxCustomerId
Class representing index 'IDXEj_messageCustomer_id'.
EjMessageRows.IdxHtmlBodyAttachment
Class representing index 'IDXEj_messageHtml_body_attach'.
EjMessageRows.IdxMessageId
Class representing index 'IDXEj_messageMessage_id'.
EjMessageRows.IdxSearchTitle
Class representing index 'ISearch_titleBodyHtml_body'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
EjMessageRows.IdxSearchTitleBody
Class representing index 'ISearch_titleBodyHtml_body'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
EjMessageRows.IdxSearchTitleBodyHtmlBody
Class representing index 'ISearch_titleBodyHtml_body'.
EjMessageRows.IdxTicketId
Class representing index 'IDXEj_messageTicket_id'.
EjRoleRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ej_role table.
EjRoleRecordDataExtensions
Extension methods to make it easy to fetch EjRoleRecordData objects from the database, using the TargetedSelect infrastructure
EjRoleRow
Define access rights, memberships and other properties for role user members
Row Object for table 'ej_role'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjRoleRow.CustomSearch
Class representing a custom search against table 'ej_role'. Use this class to create a query that is pre-populated with the correct EjRoleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjRoleRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjRoleRow.IdxEjRoleId
Class representing index 'IDXEj_roleId'.
EjRoleRows
Define access rights, memberships and other properties for role user members Collection of EjRoleRow. Each element of the collection represents one row in the EjRole table.
EjRoleRows.CustomSearch
Class representing a custom search against table 'ej_role'. Use this class to create a query that is pre-populated with the correct EjRoleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjRoleRows collection of matching rows.
EjRoleRows.IdxUserGroup
Class representing index 'IDXEj_roleUser_group'.
EjpackageItemRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ejpackage_item table.
EjpackageItemRecordDataExtensions
Extension methods to make it easy to fetch EjpackageItemRecordData objects from the database, using the TargetedSelect infrastructure
EjpackageItemRow
This table stores info on installed packages in the system
Row Object for table 'ejpackage_item'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjpackageItemRow.CustomSearch
Class representing a custom search against table 'ejpackage_item'. Use this class to create a query that is pre-populated with the correct EjpackageItemTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjpackageItemRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjpackageItemRow.IdxEjpackageItemId
Class representing index 'IDXEjpackage_itemId'.
EjpackageItemRows
This table stores info on installed packages in the system Collection of EjpackageItemRow. Each element of the collection represents one row in the EjpackageItem table.
EjpackageItemRows.CustomSearch
Class representing a custom search against table 'ejpackage_item'. Use this class to create a query that is pre-populated with the correct EjpackageItemTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjpackageItemRows collection of matching rows.
EjpackageItemRows.IdxDomain
Class representing index 'IDXEjpackage_itemDomain'.
EjpackageItemRows.IdxEjpackage
Class representing index 'IDXEjpackage_itemEjpackage'.
EjpackageItemRows.IdxItemId
Class representing index 'IDXEjpackage_itemItem_id'.
EjpackageItemRows.IdxParentId
Class representing index 'IDXEjpackage_itemParent_id'.
EjpackageRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ejpackage table.
EjpackageRecordDataExtensions
Extension methods to make it easy to fetch EjpackageRecordData objects from the database, using the TargetedSelect infrastructure
EjpackageRow
This table stores packages on the system.
Row Object for table 'ejpackage'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjpackageRow.CustomSearch
Class representing a custom search against table 'ejpackage'. Use this class to create a query that is pre-populated with the correct EjpackageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjpackageRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjpackageRow.IdxEjpackageId
Class representing index 'IDXEjpackageId'.
EjpackageRows
This table stores packages on the system. Collection of EjpackageRow. Each element of the collection represents one row in the Ejpackage table.
EjpackageRows.CustomSearch
Class representing a custom search against table 'ejpackage'. Use this class to create a query that is pre-populated with the correct EjpackageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjpackageRows collection of matching rows.
EjpackageRows.IdxAttachmentId
Class representing index 'IDXEjpackageAttachment_id'.
EjpackageRows.IdxUploadedBy
Class representing index 'IDXEjpackageUploaded_by'.
EjscriptDebugRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ejscript_debug table.
EjscriptDebugRecordDataExtensions
Extension methods to make it easy to fetch EjscriptDebugRecordData objects from the database, using the TargetedSelect infrastructure
EjscriptDebugRow
This table contains information when debugging an ejscript
Row Object for table 'ejscript_debug'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjscriptDebugRow.CustomSearch
Class representing a custom search against table 'ejscript_debug'. Use this class to create a query that is pre-populated with the correct EjscriptDebugTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjscriptDebugRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjscriptDebugRow.IdxEjscriptDebugId
Class representing index 'IDXEjscript_debugId'.
EjscriptDebugRows
This table contains information when debugging an ejscript Collection of EjscriptDebugRow. Each element of the collection represents one row in the EjscriptDebug table.
EjscriptDebugRows.CustomSearch
Class representing a custom search against table 'ejscript_debug'. Use this class to create a query that is pre-populated with the correct EjscriptDebugTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjscriptDebugRows collection of matching rows.
EjscriptRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ejscript table.
EjscriptRecordDataExtensions
Extension methods to make it easy to fetch EjscriptRecordData objects from the database, using the TargetedSelect infrastructure
EjscriptRow
ejscript
Row Object for table 'ejscript'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjscriptRow.CustomSearch
Class representing a custom search against table 'ejscript'. Use this class to create a query that is pre-populated with the correct EjscriptTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjscriptRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjscriptRow.IdxEjscriptId
Class representing index 'IDXEjscriptId'.
EjscriptRow.IdxUniqueIdentifier
Class representing index 'IDXEjscriptUnique_identifier'.
EjscriptRows
ejscript Collection of EjscriptRow. Each element of the collection represents one row in the Ejscript table.
EjscriptRows.CustomSearch
Class representing a custom search against table 'ejscript'. Use this class to create a query that is pre-populated with the correct EjscriptTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjscriptRows collection of matching rows.
EjscriptRows.IdxHierarchyId
Class representing index 'IDXEjscriptHierarchy_id'.
EjscriptRows.IdxIncludeId
Class representing index 'IDXEjscriptInclude_id'.
EjselEjselRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ejsel_ejsel table.
EjselEjselRecordDataExtensions
Extension methods to make it easy to fetch EjselEjselRecordData objects from the database, using the TargetedSelect infrastructure
EjselEjselRow
This table defines sources for complex selections in a many/many relationship
Row Object for table 'ejsel_ejsel'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjselEjselRow.CustomSearch
Class representing a custom search against table 'ejsel_ejsel'. Use this class to create a query that is pre-populated with the correct EjselEjselTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjselEjselRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjselEjselRow.IdxEjselEjselId
Class representing index 'IDXEjsel_ejselId'.
EjselEjselRows
This table defines sources for complex selections in a many/many relationship Collection of EjselEjselRow. Each element of the collection represents one row in the EjselEjsel table.
EjselEjselRows.CustomSearch
Class representing a custom search against table 'ejsel_ejsel'. Use this class to create a query that is pre-populated with the correct EjselEjselTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjselEjselRows collection of matching rows.
EjselEjselRows.IdxChild
Class representing index 'IDXEjsel_ejselChild'.
EjselEjselRows.IdxOperation
Class representing index 'IDXEjsel_ejselOperation'.
EjselEjselRows.IdxOrderPos
Class representing index 'IDXEjsel_ejselOrder_pos'.
EjselEjselRows.IdxParent
Class representing index 'IDXEjsel_ejselParent'.
EjselMetaResultRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ejsel_meta_result table.
EjselMetaResultRecordDataExtensions
Extension methods to make it easy to fetch EjselMetaResultRecordData objects from the database, using the TargetedSelect infrastructure
EjselMetaResultRow
This table stores result meta data
Row Object for table 'ejsel_meta_result'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjselMetaResultRow.CustomSearch
Class representing a custom search against table 'ejsel_meta_result'. Use this class to create a query that is pre-populated with the correct EjselMetaResultTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjselMetaResultRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjselMetaResultRow.IdxEjselMetaResultId
Class representing index 'IDXEjsel_meta_resultId'.
EjselMetaResultRows
This table stores result meta data Collection of EjselMetaResultRow. Each element of the collection represents one row in the EjselMetaResult table.
EjselMetaResultRows.CustomSearch
Class representing a custom search against table 'ejsel_meta_result'. Use this class to create a query that is pre-populated with the correct EjselMetaResultTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjselMetaResultRows collection of matching rows.
EjselMetaResultRows.IdxCreatedAt
Class representing index 'IDXEjsel_meta_resultCreated_a'.
EjselMetaResultRows.IdxEjselection
Class representing index 'IDXEjsel_meta_resultEjselecti'.
EjselMetaResultRows.IdxOwner
Class representing index 'IDXEjsel_meta_resultOwner'.
EjselResultSetRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ejsel_result_set table.
EjselResultSetRecordDataExtensions
Extension methods to make it easy to fetch EjselResultSetRecordData objects from the database, using the TargetedSelect infrastructure
EjselResultSetRow
This table stores result set reference data, result sets for selections
Row Object for table 'ejsel_result_set'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjselResultSetRow.CustomSearch
Class representing a custom search against table 'ejsel_result_set'. Use this class to create a query that is pre-populated with the correct EjselResultSetTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjselResultSetRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjselResultSetRow.IdxEjselResultSetId
Class representing index 'IDXEjsel_result_setId'.
EjselResultSetRows
This table stores result set reference data, result sets for selections Collection of EjselResultSetRow. Each element of the collection represents one row in the EjselResultSet table.
EjselResultSetRows.CustomSearch
Class representing a custom search against table 'ejsel_result_set'. Use this class to create a query that is pre-populated with the correct EjselResultSetTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjselResultSetRows collection of matching rows.
EjselResultSetRows.IdxMetaResult
Class representing index 'IDXEjsel_result_setMeta_resul'.
EjselResultSetRows.IdxRefId
Class representing index 'IDXEjsel_result_setRef_id'.
EjselSourceIdlistRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ejsel_source_idlist table.
EjselSourceIdlistRecordDataExtensions
Extension methods to make it easy to fetch EjselSourceIdlistRecordData objects from the database, using the TargetedSelect infrastructure
EjselSourceIdlistRow
This table stores id list source for selections
Row Object for table 'ejsel_source_idlist'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjselSourceIdlistRow.CustomSearch
Class representing a custom search against table 'ejsel_source_idlist'. Use this class to create a query that is pre-populated with the correct EjselSourceIdlistTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjselSourceIdlistRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjselSourceIdlistRow.IdxEjselSourceIdlistId
Class representing index 'IDXEjsel_source_idlistId'.
EjselSourceIdlistRows
This table stores id list source for selections Collection of EjselSourceIdlistRow. Each element of the collection represents one row in the EjselSourceIdlist table.
EjselSourceIdlistRows.CustomSearch
Class representing a custom search against table 'ejsel_source_idlist'. Use this class to create a query that is pre-populated with the correct EjselSourceIdlistTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjselSourceIdlistRows collection of matching rows.
EjselSourceScriptRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ejsel_source_script table.
EjselSourceScriptRecordDataExtensions
Extension methods to make it easy to fetch EjselSourceScriptRecordData objects from the database, using the TargetedSelect infrastructure
EjselSourceScriptRow
This table stores a selection script source
Row Object for table 'ejsel_source_script'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjselSourceScriptRow.CustomSearch
Class representing a custom search against table 'ejsel_source_script'. Use this class to create a query that is pre-populated with the correct EjselSourceScriptTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjselSourceScriptRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjselSourceScriptRow.IdxEjselSourceScriptId
Class representing index 'IDXEjsel_source_scriptId'.
EjselSourceScriptRows
This table stores a selection script source Collection of EjselSourceScriptRow. Each element of the collection represents one row in the EjselSourceScript table.
EjselSourceScriptRows.CustomSearch
Class representing a custom search against table 'ejsel_source_script'. Use this class to create a query that is pre-populated with the correct EjselSourceScriptTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjselSourceScriptRows collection of matching rows.
EjselSourceXmlRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ejsel_source_xml table.
EjselSourceXmlRecordDataExtensions
Extension methods to make it easy to fetch EjselSourceXmlRecordData objects from the database, using the TargetedSelect infrastructure
EjselSourceXmlRow
This table stores a selection source as xml
Row Object for table 'ejsel_source_xml'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjselSourceXmlRow.CustomSearch
Class representing a custom search against table 'ejsel_source_xml'. Use this class to create a query that is pre-populated with the correct EjselSourceXmlTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjselSourceXmlRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjselSourceXmlRow.IdxEjselSourceXmlId
Class representing index 'IDXEjsel_source_xmlId'.
EjselSourceXmlRows
This table stores a selection source as xml Collection of EjselSourceXmlRow. Each element of the collection represents one row in the EjselSourceXml table.
EjselSourceXmlRows.CustomSearch
Class representing a custom search against table 'ejsel_source_xml'. Use this class to create a query that is pre-populated with the correct EjselSourceXmlTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjselSourceXmlRows collection of matching rows.
EjselectionRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ejselection table.
EjselectionRecordDataExtensions
Extension methods to make it easy to fetch EjselectionRecordData objects from the database, using the TargetedSelect infrastructure
EjselectionRow
This table stores selections, dynamic groups.
Row Object for table 'ejselection'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjselectionRow.CustomSearch
Class representing a custom search against table 'ejselection'. Use this class to create a query that is pre-populated with the correct EjselectionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjselectionRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjselectionRow.IdxEjselectionId
Class representing index 'IDXEjselectionId'.
EjselectionRows
This table stores selections, dynamic groups. Collection of EjselectionRow. Each element of the collection represents one row in the Ejselection table.
EjselectionRows.CustomSearch
Class representing a custom search against table 'ejselection'. Use this class to create a query that is pre-populated with the correct EjselectionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjselectionRows collection of matching rows.
EjselectionRows.IdxCreator
Class representing index 'IDXEjselectionCreator'.
EjselectionRows.IdxHierarchyId
Class representing index 'IDXEjselectionHierarchy_id'.
EjselectionRows.IdxIncludeId
Class representing index 'IDXEjselectionInclude_id'.
EjselectionRows.IdxSourceId
Class representing index 'IDXEjselectionSource_id'.
EjselectionRows.IdxSourceType
Class representing index 'IDXEjselectionSource_type'.
EjuserRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ejuser table.
EjuserRecordDataExtensions
Extension methods to make it easy to fetch EjuserRecordData objects from the database, using the TargetedSelect infrastructure
EjuserRow
This table contains entries for the users of the system.
Row Object for table 'ejuser'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EjuserRow.CustomSearch
Class representing a custom search against table 'ejuser'. Use this class to create a query that is pre-populated with the correct EjuserTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjuserRow. If your query matches more than one row in the database, the result will reflect the first row only.
EjuserRow.IdxEjuserId
Class representing index 'IDXEjuserId'.
EjuserRows
This table contains entries for the users of the system. Collection of EjuserRow. Each element of the collection represents one row in the Ejuser table.
EjuserRows.CustomSearch
Class representing a custom search against table 'ejuser'. Use this class to create a query that is pre-populated with the correct EjuserTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EjuserRows collection of matching rows.
EjuserRows.IdxDbiAgentId
Class representing index 'IDXEjuserDbi_agent_id'.
EjuserRows.IdxDbiKey
Class representing index 'IDXEjuserDbi_key'.
EjuserRows.IdxDbiLastModified
Class representing index 'IDXEjuserDbi_last_modified'.
EjuserRows.IdxDbiLastSyncronized
Class representing index 'IDXEjuserDbi_last_syncronized'.
EjuserRows.IdxDefaultCategory
Class representing index 'IDXEjuserDefault_category'.
EjuserRows.IdxDefaultStatusAddMessage
Class representing index 'IDXEjuserDefault_status_add_m'.
EjuserRows.IdxDefaultStatusNewTicket
Class representing index 'IDXEjuserDefault_status_new_t'.
EjuserRows.IdxEmail
Class representing index 'IDXEjuserEmail'.
EjuserRows.IdxLastCategory
Class representing index 'IDXEjuserLast_category'.
EjuserRows.IdxLoginname
Class representing index 'IDXEjuserLoginname'.
EjuserRows.IdxPictureId
Class representing index 'IDXEjuserPicture_id'.
EjuserRows.IdxProfileId
Class representing index 'IDXEjuserProfile_id'.
EjuserRows.IdxUsergroup
Class representing index 'IDXEjuserUsergroup'.
EjuserRows.IdxUsername
Class representing index 'IDXEjuserUsername'.
ElementProfileRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the element_profile table.
ElementProfileRecordDataExtensions
Extension methods to make it easy to fetch ElementProfileRecordData objects from the database, using the TargetedSelect infrastructure
ElementProfileRow
The new (4.0) profile table. Contains profile for a single Html-element. Connected through element_profile_link
Row Object for table 'element_profile'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ElementProfileRow.CustomSearch
Class representing a custom search against table 'element_profile'. Use this class to create a query that is pre-populated with the correct ElementProfileTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ElementProfileRow. If your query matches more than one row in the database, the result will reflect the first row only.
ElementProfileRow.IdxElementProfileId
Class representing index 'IDXElement_profileId'.
ElementProfileRows
The new (4.0) profile table. Contains profile for a single Html-element. Connected through element_profile_link Collection of ElementProfileRow. Each element of the collection represents one row in the ElementProfile table.
ElementProfileRows.CustomSearch
Class representing a custom search against table 'element_profile'. Use this class to create a query that is pre-populated with the correct ElementProfileTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ElementProfileRows collection of matching rows.
ElementProfileRows.IdxOwnedByUser
Class representing index 'IDXElement_profileOwned_by_us'.
ElementProfileRows.IdxScreenDefinitionElement
Class representing index 'IDXElement_profileScreen_defi'.
EmailAccountRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the email_account table.
EmailAccountRecordDataExtensions
Extension methods to make it easy to fetch EmailAccountRecordData objects from the database, using the TargetedSelect infrastructure
EmailAccountRow
Email account information
Row Object for table 'email_account'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EmailAccountRow.CustomSearch
Class representing a custom search against table 'email_account'. Use this class to create a query that is pre-populated with the correct EmailAccountTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EmailAccountRow. If your query matches more than one row in the database, the result will reflect the first row only.
EmailAccountRow.IdxEmailAccountId
Class representing index 'IDXEmail_accountId'.
EmailAccountRow.IdxEmailAddress
Class representing index 'IDXEmail_accountEmail_address'.
EmailAccountRows
Email account information Collection of EmailAccountRow. Each element of the collection represents one row in the EmailAccount table.
EmailAccountRows.CustomSearch
Class representing a custom search against table 'email_account'. Use this class to create a query that is pre-populated with the correct EmailAccountTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EmailAccountRows collection of matching rows.
EmailAccountRows.IdxAssociateId
Class representing index 'IDXEmail_accountAssociate_id'.
EmailAttachmentRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the email_attachment table.
EmailAttachmentRecordDataExtensions
Extension methods to make it easy to fetch EmailAttachmentRecordData objects from the database, using the TargetedSelect infrastructure
EmailAttachmentRow
Attachment info related to an email_item
Row Object for table 'email_attachment'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EmailAttachmentRow.CustomSearch
Class representing a custom search against table 'email_attachment'. Use this class to create a query that is pre-populated with the correct EmailAttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EmailAttachmentRow. If your query matches more than one row in the database, the result will reflect the first row only.
EmailAttachmentRow.IdxEmailAttachmentId
Class representing index 'IDXEmail_attachmentId'.
EmailAttachmentRows
Attachment info related to an email_item Collection of EmailAttachmentRow. Each element of the collection represents one row in the EmailAttachment table.
EmailAttachmentRows.CustomSearch
Class representing a custom search against table 'email_attachment'. Use this class to create a query that is pre-populated with the correct EmailAttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EmailAttachmentRows collection of matching rows.
EmailAttachmentRows.IdxEmailItemId
Class representing index 'IDXEmail_attachmentEmail_item'.
EmailFlowContentLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the email_flow_content_link table.
EmailFlowContentLinkRecordDataExtensions
Extension methods to make it easy to fetch EmailFlowContentLinkRecordData objects from the database, using the TargetedSelect infrastructure
EmailFlowContentLinkRow
Links content to an email workflow
Row Object for table 'email_flow_content_link'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EmailFlowContentLinkRow.CustomSearch
Class representing a custom search against table 'email_flow_content_link'. Use this class to create a query that is pre-populated with the correct EmailFlowContentLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EmailFlowContentLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
EmailFlowContentLinkRow.IdxEmailFlowContentLinkId
Class representing index 'IDXEmail_flow_content_linkId'.
EmailFlowContentLinkRows
Links content to an email workflow Collection of EmailFlowContentLinkRow. Each element of the collection represents one row in the EmailFlowContentLink table.
EmailFlowContentLinkRows.CustomSearch
Class representing a custom search against table 'email_flow_content_link'. Use this class to create a query that is pre-populated with the correct EmailFlowContentLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EmailFlowContentLinkRows collection of matching rows.
EmailFlowRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the email_flow table.
EmailFlowRecordDataExtensions
Extension methods to make it easy to fetch EmailFlowRecordData objects from the database, using the TargetedSelect infrastructure
EmailFlowRow
A set of properties related to the email workflow.
Row Object for table 'email_flow'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EmailFlowRow.CustomSearch
Class representing a custom search against table 'email_flow'. Use this class to create a query that is pre-populated with the correct EmailFlowTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EmailFlowRow. If your query matches more than one row in the database, the result will reflect the first row only.
EmailFlowRow.IdxEmailFlowId
Class representing index 'IDXEmail_flowId'.
EmailFlowRows
A set of properties related to the email workflow. Collection of EmailFlowRow. Each element of the collection represents one row in the EmailFlow table.
EmailFlowRows.CustomSearch
Class representing a custom search against table 'email_flow'. Use this class to create a query that is pre-populated with the correct EmailFlowTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EmailFlowRows collection of matching rows.
EmailFlowRows.IdxHierarchyId
Class representing index 'IDXEmail_flowHierarchy_id'.
EmailFolderRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the email_folder table.
EmailFolderRecordDataExtensions
Extension methods to make it easy to fetch EmailFolderRecordData objects from the database, using the TargetedSelect infrastructure
EmailFolderRow
Corresponds to an email folder on a mail server
Row Object for table 'email_folder'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EmailFolderRow.CustomSearch
Class representing a custom search against table 'email_folder'. Use this class to create a query that is pre-populated with the correct EmailFolderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EmailFolderRow. If your query matches more than one row in the database, the result will reflect the first row only.
EmailFolderRow.IdxEmailFolderId
Class representing index 'IDXEmail_folderId'.
EmailFolderRows
Corresponds to an email folder on a mail server Collection of EmailFolderRow. Each element of the collection represents one row in the EmailFolder table.
EmailFolderRows.CustomSearch
Class representing a custom search against table 'email_folder'. Use this class to create a query that is pre-populated with the correct EmailFolderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EmailFolderRows collection of matching rows.
EmailFolderRows.IdxAccountId
Class representing index 'IDXEmail_folderAccount_id'.
EmailItemRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the email_item table.
EmailItemRecordDataExtensions
Extension methods to make it easy to fetch EmailItemRecordData objects from the database, using the TargetedSelect infrastructure
EmailItemRow
Email data
Row Object for table 'email_item'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EmailItemRow.CustomSearch
Class representing a custom search against table 'email_item'. Use this class to create a query that is pre-populated with the correct EmailItemTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EmailItemRow. If your query matches more than one row in the database, the result will reflect the first row only.
EmailItemRow.IdxEmailItemId
Class representing index 'IDXEmail_itemId'.
EmailItemRows
Email data Collection of EmailItemRow. Each element of the collection represents one row in the EmailItem table.
EmailItemRows.CustomSearch
Class representing a custom search against table 'email_item'. Use this class to create a query that is pre-populated with the correct EmailItemTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EmailItemRows collection of matching rows.
EmailItemRows.IdxAccountId
Class representing index 'IDXEmail_itemAccount_id'.
EmailItemRows.IdxAccountIdServerId
Class representing index 'IAccount_idServer_id'.
EmailItemRows.IdxEmailFolderId
Class representing index 'IDXEmail_itemEmail_folder_id'.
EmailItemRows.IdxMessageId
Class representing index 'IDXEmail_itemMessageId'.
EmailItemRows.IdxServerId
Class representing index 'IDXEmail_itemServer_id'.
EmailRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Email table.
EmailRecordDataExtensions
Extension methods to make it easy to fetch EmailRecordData objects from the database, using the TargetedSelect infrastructure
EmailRow
Email addresses for contacts, projects and persons
Row Object for table 'Email'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EmailRow.CustomSearch
Class representing a custom search against table 'Email'. Use this class to create a query that is pre-populated with the correct EmailTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EmailRow. If your query matches more than one row in the database, the result will reflect the first row only.
EmailRow.IdxEmailId
Class representing index 'IDXEmailId'.
EmailRows
Email addresses for contacts, projects and persons Collection of EmailRow. Each element of the collection represents one row in the Email table.
EmailRows.CustomSearch
Class representing a custom search against table 'Email'. Use this class to create a query that is pre-populated with the correct EmailTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EmailRows collection of matching rows.
EmailRows.IdxAppointmentId
Class representing index 'IDXEmailAppointment_id'.
EmailRows.IdxContactId
Class representing index 'IDXEmailContact_id'.
EmailRows.IdxDbiAgentId
Class representing index 'IDXEmailDbi_agent_id'.
EmailRows.IdxEmailAddress
Class representing index 'IDXEmailEmail_address'.
EmailRows.IdxPersonId
Class representing index 'IDXEmailPerson_id'.
EmailRows.IdxProjectId
Class representing index 'IDXEmailProject_id'.
EmailRows.IdxProtocol
Class representing index 'IDXEmailProtocol'.
EmailRows.IdxRank
Class representing index 'IDXEmailRank'.
EmailRows.IdxReservedId1
Class representing index 'IDXEmailReserved_id1'.
EmailRows.IdxReservedId2
Class representing index 'IDXEmailReserved_id2'.
EntityCountsRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the EntityCounts table.
EntityCountsRecordDataExtensions
Extension methods to make it easy to fetch EntityCountsRecordData objects from the database, using the TargetedSelect infrastructure
EntityCountsRow
Number of different entities an associate has created for usage statistics
Row Object for table 'EntityCounts'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
EntityCountsRow.CustomSearch
Class representing a custom search against table 'EntityCounts'. Use this class to create a query that is pre-populated with the correct EntityCountsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EntityCountsRow. If your query matches more than one row in the database, the result will reflect the first row only.
EntityCountsRow.IdxAssociateIdEntityName
Class representing index 'IAssociate_idEntity_name'.
EntityCountsRow.IdxEntityCountsId
Class representing index 'IDXEntityCountsId'.
EntityCountsRows
Number of different entities an associate has created for usage statistics Collection of EntityCountsRow. Each element of the collection represents one row in the EntityCounts table.
EntityCountsRows.CustomSearch
Class representing a custom search against table 'EntityCounts'. Use this class to create a query that is pre-populated with the correct EntityCountsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a EntityCountsRows collection of matching rows.
EntityCountsRows.IdxAssociateId
Class representing index 'IAssociate_idEntity_name'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ErpConfigurationRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ErpConfiguration table.
ErpConfigurationRecordDataExtensions
Extension methods to make it easy to fetch ErpConfigurationRecordData objects from the database, using the TargetedSelect infrastructure
ErpConfigurationRow
Global settings for the Erp Integration Server
Row Object for table 'ErpConfiguration'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ErpConfigurationRow.CustomSearch
Class representing a custom search against table 'ErpConfiguration'. Use this class to create a query that is pre-populated with the correct ErpConfigurationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpConfigurationRow. If your query matches more than one row in the database, the result will reflect the first row only.
ErpConfigurationRow.IdxErpConfigurationId
Class representing index 'IDXErpConfigurationId'.
ErpConfigurationRows
Global settings for the Erp Integration Server Collection of ErpConfigurationRow. Each element of the collection represents one row in the ErpConfiguration table.
ErpConfigurationRows.CustomSearch
Class representing a custom search against table 'ErpConfiguration'. Use this class to create a query that is pre-populated with the correct ErpConfigurationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpConfigurationRows collection of matching rows.
ErpConnectionAccessRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ErpConnectionAccess table.
ErpConnectionAccessRecordDataExtensions
Extension methods to make it easy to fetch ErpConnectionAccessRecordData objects from the database, using the TargetedSelect infrastructure
ErpConnectionAccessRow
Access control for Erp Connections
Row Object for table 'ErpConnectionAccess'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ErpConnectionAccessRow.CustomSearch
Class representing a custom search against table 'ErpConnectionAccess'. Use this class to create a query that is pre-populated with the correct ErpConnectionAccessTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpConnectionAccessRow. If your query matches more than one row in the database, the result will reflect the first row only.
ErpConnectionAccessRow.IdxErpConnectionAccessId
Class representing index 'IDXErpConnectionAccessId'.
ErpConnectionAccessRows
Access control for Erp Connections Collection of ErpConnectionAccessRow. Each element of the collection represents one row in the ErpConnectionAccess table.
ErpConnectionAccessRows.CustomSearch
Class representing a custom search against table 'ErpConnectionAccess'. Use this class to create a query that is pre-populated with the correct ErpConnectionAccessTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpConnectionAccessRows collection of matching rows.
ErpConnectionActorTypeRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ErpConnectionActorType table.
ErpConnectionActorTypeRecordDataExtensions
Extension methods to make it easy to fetch ErpConnectionActorTypeRecordData objects from the database, using the TargetedSelect infrastructure
ErpConnectionActorTypeRow
Data about the configuration of one Erp Actor on one ErpConnection
Row Object for table 'ErpConnectionActorType'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ErpConnectionActorTypeRow.CustomSearch
Class representing a custom search against table 'ErpConnectionActorType'. Use this class to create a query that is pre-populated with the correct ErpConnectionActorTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpConnectionActorTypeRow. If your query matches more than one row in the database, the result will reflect the first row only.
ErpConnectionActorTypeRow.IdxErpConnectionActorTypeId
Class representing index 'IDXErpConnectionActorTypeId'.
ErpConnectionActorTypeRow.IdxErpConnectionIdActorTypeErp
Class representing index 'IErpConnectionIdActorTypeErp'.
ErpConnectionActorTypeRows
Data about the configuration of one Erp Actor on one ErpConnection Collection of ErpConnectionActorTypeRow. Each element of the collection represents one row in the ErpConnectionActorType table.
ErpConnectionActorTypeRows.CustomSearch
Class representing a custom search against table 'ErpConnectionActorType'. Use this class to create a query that is pre-populated with the correct ErpConnectionActorTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpConnectionActorTypeRows collection of matching rows.
ErpConnectionActorTypeRows.IdxErpConnectionId
Class representing index 'IErpConnectionIdActorTypeErp'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ErpConnectionActorTypeRows.IdxErpConnectionIdActorTypeCrm
Class representing index 'IErpConnectionIdActorTypeCrm'.
ErpConnectionRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ErpConnection table.
ErpConnectionRecordDataExtensions
Extension methods to make it easy to fetch ErpConnectionRecordData objects from the database, using the TargetedSelect infrastructure
ErpConnectionRow
One connection to an ERP connector, specifying Client and other required information
Row Object for table 'ErpConnection'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ErpConnectionRow.CustomSearch
Class representing a custom search against table 'ErpConnection'. Use this class to create a query that is pre-populated with the correct ErpConnectionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpConnectionRow. If your query matches more than one row in the database, the result will reflect the first row only.
ErpConnectionRow.IdxConnectionId
Class representing index 'IDXErpConnectionConnectionId'.
ErpConnectionRow.IdxErpConnectionId
Class representing index 'IDXErpConnectionId'.
ErpConnectionRows
One connection to an ERP connector, specifying Client and other required information Collection of ErpConnectionRow. Each element of the collection represents one row in the ErpConnection table.
ErpConnectionRows.CustomSearch
Class representing a custom search against table 'ErpConnection'. Use this class to create a query that is pre-populated with the correct ErpConnectionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpConnectionRows collection of matching rows.
ErpConnectionRows.IdxErpConnectorId
Class representing index 'IDXErpConnectionErpConnectorI'.
ErpConnectorRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ErpConnector table.
ErpConnectorRecordDataExtensions
Extension methods to make it easy to fetch ErpConnectorRecordData objects from the database, using the TargetedSelect infrastructure
ErpConnectorRow
One ERP Connector, known by its URL
Row Object for table 'ErpConnector'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ErpConnectorRow.CustomSearch
Class representing a custom search against table 'ErpConnector'. Use this class to create a query that is pre-populated with the correct ErpConnectorTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpConnectorRow. If your query matches more than one row in the database, the result will reflect the first row only.
ErpConnectorRow.IdxErpConnectorId
Class representing index 'IDXErpConnectorId'.
ErpConnectorRows
One ERP Connector, known by its URL Collection of ErpConnectorRow. Each element of the collection represents one row in the ErpConnector table.
ErpConnectorRows.CustomSearch
Class representing a custom search against table 'ErpConnector'. Use this class to create a query that is pre-populated with the correct ErpConnectorTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpConnectorRows collection of matching rows.
ErpExternalKeyRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ErpExternalKey table.
ErpExternalKeyRecordDataExtensions
Extension methods to make it easy to fetch ErpExternalKeyRecordData objects from the database, using the TargetedSelect infrastructure
ErpExternalKeyRow
The external (ERP-facing) key related to a synchronized record / connection
Row Object for table 'ErpExternalKey'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ErpExternalKeyRow.CustomSearch
Class representing a custom search against table 'ErpExternalKey'. Use this class to create a query that is pre-populated with the correct ErpExternalKeyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpExternalKeyRow. If your query matches more than one row in the database, the result will reflect the first row only.
ErpExternalKeyRow.IdxErpConnectionIdActorTypeErpKey
Class representing index 'IErpConnectionIdActorTypeErpK'.
ErpExternalKeyRow.IdxErpConnectionIdErpInternalKeyId
Class representing index 'IErpConnectionIdErpInternalKe'.
ErpExternalKeyRow.IdxErpExternalKeyId
Class representing index 'IDXErpExternalKeyId'.
ErpExternalKeyRows
The external (ERP-facing) key related to a synchronized record / connection Collection of ErpExternalKeyRow. Each element of the collection represents one row in the ErpExternalKey table.
ErpExternalKeyRows.CustomSearch
Class representing a custom search against table 'ErpExternalKey'. Use this class to create a query that is pre-populated with the correct ErpExternalKeyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpExternalKeyRows collection of matching rows.
ErpExternalKeyRows.IdxErpConnectionId
Class representing index 'IErpConnectionIdErpInternalKe'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ErpExternalKeyRows.IdxErpConnectionIdActorType
Class representing index 'IErpConnectionIdActorTypeErpK'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ErpExternalKeyRows.IdxErpInternalKeyId
Class representing index 'IDXErpExternalKeyErpInternalK'.
ErpFieldRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ErpField table.
ErpFieldRecordDataExtensions
Extension methods to make it easy to fetch ErpFieldRecordData objects from the database, using the TargetedSelect infrastructure
ErpFieldRow
Store the metadata describing the fields that belong to an actor/connection combination, as described by the Erp Connector
Row Object for table 'ErpField'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ErpFieldRow.CustomSearch
Class representing a custom search against table 'ErpField'. Use this class to create a query that is pre-populated with the correct ErpFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpFieldRow. If your query matches more than one row in the database, the result will reflect the first row only.
ErpFieldRow.IdxErpConnectionActorTypeIdErpFieldKey
Class representing index 'IErpConnectionActorTypeIdErpF'.
ErpFieldRow.IdxErpFieldId
Class representing index 'IDXErpFieldId'.
ErpFieldRows
Store the metadata describing the fields that belong to an actor/connection combination, as described by the Erp Connector Collection of ErpFieldRow. Each element of the collection represents one row in the ErpField table.
ErpFieldRows.CustomSearch
Class representing a custom search against table 'ErpField'. Use this class to create a query that is pre-populated with the correct ErpFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpFieldRows collection of matching rows.
ErpFieldRows.IdxErpConnectionActorTypeId
Class representing index 'IErpConnectionActorTypeIdErpF'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ErpInternalKeyRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ErpInternalKey table.
ErpInternalKeyRecordDataExtensions
Extension methods to make it easy to fetch ErpInternalKeyRecordData objects from the database, using the TargetedSelect infrastructure
ErpInternalKeyRow
The internal (superoffice-facing) key related to a synchronized record
Row Object for table 'ErpInternalKey'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ErpInternalKeyRow.CustomSearch
Class representing a custom search against table 'ErpInternalKey'. Use this class to create a query that is pre-populated with the correct ErpInternalKeyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpInternalKeyRow. If your query matches more than one row in the database, the result will reflect the first row only.
ErpInternalKeyRow.IdxErpInternalKeyId
Class representing index 'IDXErpInternalKeyId'.
ErpInternalKeyRow.IdxRecordIdTableId
Class representing index 'IRecordIdTableId'.
ErpInternalKeyRows
The internal (superoffice-facing) key related to a synchronized record Collection of ErpInternalKeyRow. Each element of the collection represents one row in the ErpInternalKey table.
ErpInternalKeyRows.CustomSearch
Class representing a custom search against table 'ErpInternalKey'. Use this class to create a query that is pre-populated with the correct ErpInternalKeyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpInternalKeyRows collection of matching rows.
ErpInternalKeyRows.IdxRecordId
Class representing index 'IRecordIdTableId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ErpListItemMappingRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ErpListItemMapping table.
ErpListItemMappingRecordDataExtensions
Extension methods to make it easy to fetch ErpListItemMappingRecordData objects from the database, using the TargetedSelect infrastructure
ErpListItemMappingRow
Defines a mapping of ERP to CRM fields, per connection and actor type
Row Object for table 'ErpListItemMapping'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ErpListItemMappingRow.CustomSearch
Class representing a custom search against table 'ErpListItemMapping'. Use this class to create a query that is pre-populated with the correct ErpListItemMappingTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpListItemMappingRow. If your query matches more than one row in the database, the result will reflect the first row only.
ErpListItemMappingRow.IdxErpFieldIdErpItemKey
Class representing index 'IErpFieldIdErpItemKey'.
ErpListItemMappingRow.IdxErpListItemMappingId
Class representing index 'IDXErpListItemMappingId'.
ErpListItemMappingRows
Defines a mapping of ERP to CRM fields, per connection and actor type Collection of ErpListItemMappingRow. Each element of the collection represents one row in the ErpListItemMapping table.
ErpListItemMappingRows.CustomSearch
Class representing a custom search against table 'ErpListItemMapping'. Use this class to create a query that is pre-populated with the correct ErpListItemMappingTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpListItemMappingRows collection of matching rows.
ErpListItemMappingRows.IdxErpFieldId
Class representing index 'IErpFieldIdErpItemKey'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ErpSyncLogRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ErpSyncLog table.
ErpSyncLogRecordDataExtensions
Extension methods to make it easy to fetch ErpSyncLogRecordData objects from the database, using the TargetedSelect infrastructure
ErpSyncLogRow
Record all field changes done by the Erp Sync
Row Object for table 'ErpSyncLog'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ErpSyncLogRow.CustomSearch
Class representing a custom search against table 'ErpSyncLog'. Use this class to create a query that is pre-populated with the correct ErpSyncLogTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpSyncLogRow. If your query matches more than one row in the database, the result will reflect the first row only.
ErpSyncLogRow.IdxErpSyncLogId
Class representing index 'IDXErpSyncLogId'.
ErpSyncLogRows
Record all field changes done by the Erp Sync Collection of ErpSyncLogRow. Each element of the collection represents one row in the ErpSyncLog table.
ErpSyncLogRows.CustomSearch
Class representing a custom search against table 'ErpSyncLog'. Use this class to create a query that is pre-populated with the correct ErpSyncLogTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ErpSyncLogRows collection of matching rows.
ExtAppGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ExtAppGroupLink table.
ExtAppGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch ExtAppGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
ExtAppGroupLinkRow
User group link table for ExtApp, for MDO item hiding
Row Object for table 'ExtAppGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ExtAppGroupLinkRow.CustomSearch
Class representing a custom search against table 'ExtAppGroupLink'. Use this class to create a query that is pre-populated with the correct ExtAppGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtAppGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ExtAppGroupLinkRow.IdxExtappgrouplinkId
Class representing index 'IDXExtAppGLId'.
ExtAppGroupLinkRows
User group link table for ExtApp, for MDO item hiding Collection of ExtAppGroupLinkRow. Each element of the collection represents one row in the ExtAppGroupLink table.
ExtAppGroupLinkRows.CustomSearch
Class representing a custom search against table 'ExtAppGroupLink'. Use this class to create a query that is pre-populated with the correct ExtAppGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtAppGroupLinkRows collection of matching rows.
ExtAppGroupLinkRows.IdxExtAppId
Class representing index 'IDXExtAppGLExtapp_id'.
ExtAppGroupLinkRows.IdxGroupId
Class representing index 'IDXExtAppGLGroup_id'.
ExtAppHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ExtAppHeadingLink table.
ExtAppHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch ExtAppHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
ExtAppHeadingLinkRow
Heading link table for ExtApp, for MDO headers
Row Object for table 'ExtAppHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ExtAppHeadingLinkRow.CustomSearch
Class representing a custom search against table 'ExtAppHeadingLink'. Use this class to create a query that is pre-populated with the correct ExtAppHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtAppHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ExtAppHeadingLinkRow.IdxExtappheadinglinkId
Class representing index 'IDXExtAppHLId'.
ExtAppHeadingLinkRows
Heading link table for ExtApp, for MDO headers Collection of ExtAppHeadingLinkRow. Each element of the collection represents one row in the ExtAppHeadingLink table.
ExtAppHeadingLinkRows.CustomSearch
Class representing a custom search against table 'ExtAppHeadingLink'. Use this class to create a query that is pre-populated with the correct ExtAppHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtAppHeadingLinkRows collection of matching rows.
ExtAppHeadingLinkRows.IdxExtAppId
Class representing index 'IDXExtAppHLExtapp_id'.
ExtAppHeadingLinkRows.IdxHeadingId
Class representing index 'IDXExtAppHLHeading_id'.
ExtAppRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ExtApp table.
ExtAppRecordDataExtensions
Extension methods to make it easy to fetch ExtAppRecordData objects from the database, using the TargetedSelect infrastructure
ExtAppRow
ExtApp list table. Applications startable from SuperOffice
Row Object for table 'ExtApp'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ExtAppRow.CustomSearch
Class representing a custom search against table 'ExtApp'. Use this class to create a query that is pre-populated with the correct ExtAppTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtAppRow. If your query matches more than one row in the database, the result will reflect the first row only.
ExtAppRow.IdxExtAppId
Class representing index 'IDXExtAppId'.
ExtAppRow.IdxName
Class representing index 'IDXExtAppName'.
ExtAppRows
ExtApp list table. Applications startable from SuperOffice Collection of ExtAppRow. Each element of the collection represents one row in the ExtApp table.
ExtAppRows.CustomSearch
Class representing a custom search against table 'ExtApp'. Use this class to create a query that is pre-populated with the correct ExtAppTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtAppRows collection of matching rows.
ExtDatasourceRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ext_datasource table.
ExtDatasourceRecordDataExtensions
Extension methods to make it easy to fetch ExtDatasourceRecordData objects from the database, using the TargetedSelect infrastructure
ExtDatasourceRow
This table contains external datasources, used for databaseintegration of customers and companies.
Row Object for table 'ext_datasource'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ExtDatasourceRow.CustomSearch
Class representing a custom search against table 'ext_datasource'. Use this class to create a query that is pre-populated with the correct ExtDatasourceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtDatasourceRow. If your query matches more than one row in the database, the result will reflect the first row only.
ExtDatasourceRow.IdxExtDatasourceId
Class representing index 'IDXExt_datasourceId'.
ExtDatasourceRows
This table contains external datasources, used for databaseintegration of customers and companies. Collection of ExtDatasourceRow. Each element of the collection represents one row in the ExtDatasource table.
ExtDatasourceRows.CustomSearch
Class representing a custom search against table 'ext_datasource'. Use this class to create a query that is pre-populated with the correct ExtDatasourceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtDatasourceRows collection of matching rows.
ExtFieldRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ext_field table.
ExtFieldRecordDataExtensions
Extension methods to make it easy to fetch ExtFieldRecordData objects from the database, using the TargetedSelect infrastructure
ExtFieldRow
This table contains entries mapping an external field to an internal field. Used for database integration.
Row Object for table 'ext_field'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ExtFieldRow.CustomSearch
Class representing a custom search against table 'ext_field'. Use this class to create a query that is pre-populated with the correct ExtFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtFieldRow. If your query matches more than one row in the database, the result will reflect the first row only.
ExtFieldRow.IdxExtFieldId
Class representing index 'IDXExt_fieldId'.
ExtFieldRows
This table contains entries mapping an external field to an internal field. Used for database integration. Collection of ExtFieldRow. Each element of the collection represents one row in the ExtField table.
ExtFieldRows.CustomSearch
Class representing a custom search against table 'ext_field'. Use this class to create a query that is pre-populated with the correct ExtFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtFieldRows collection of matching rows.
ExtFieldRows.IdxExtTable
Class representing index 'IDXExt_fieldExt_table'.
ExtTableRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ext_table table.
ExtTableRecordDataExtensions
Extension methods to make it easy to fetch ExtTableRecordData objects from the database, using the TargetedSelect infrastructure
ExtTableRow
This table contains entries used for mapping an external table to an internal table (customer or cust_company) for database integration.
Row Object for table 'ext_table'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ExtTableRow.CustomSearch
Class representing a custom search against table 'ext_table'. Use this class to create a query that is pre-populated with the correct ExtTableTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtTableRow. If your query matches more than one row in the database, the result will reflect the first row only.
ExtTableRow.IdxExtTableId
Class representing index 'IDXExt_tableId'.
ExtTableRows
This table contains entries used for mapping an external table to an internal table (customer or cust_company) for database integration. Collection of ExtTableRow. Each element of the collection represents one row in the ExtTable table.
ExtTableRows.CustomSearch
Class representing a custom search against table 'ext_table'. Use this class to create a query that is pre-populated with the correct ExtTableTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtTableRows collection of matching rows.
ExtTableRows.IdxChildTable
Class representing index 'IDXExt_tableChild_table'.
ExtTableRows.IdxExtDatasource
Class representing index 'IDXExt_tableExt_datasource'.
ExtTableRows.IdxParentTable
Class representing index 'IDXExt_tableParent_table'.
ExternalDocumentRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the external_document table.
ExternalDocumentRecordDataExtensions
Extension methods to make it easy to fetch ExternalDocumentRecordData objects from the database, using the TargetedSelect infrastructure
ExternalDocumentRow
This table stores documents which can be viewed externaly, through the customer module
Row Object for table 'external_document'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ExternalDocumentRow.CustomSearch
Class representing a custom search against table 'external_document'. Use this class to create a query that is pre-populated with the correct ExternalDocumentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExternalDocumentRow. If your query matches more than one row in the database, the result will reflect the first row only.
ExternalDocumentRow.IdxExternalDocumentId
Class representing index 'IDXExternal_documentId'.
ExternalDocumentRows
This table stores documents which can be viewed externaly, through the customer module Collection of ExternalDocumentRow. Each element of the collection represents one row in the ExternalDocument table.
ExternalDocumentRows.CustomSearch
Class representing a custom search against table 'external_document'. Use this class to create a query that is pre-populated with the correct ExternalDocumentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExternalDocumentRows collection of matching rows.
ExternalDocumentRows.IdxAttachmentId
Class representing index 'IDXExternal_documentAttachmen'.
ExternalDocumentRows.IdxChangedBy
Class representing index 'IDXExternal_documentChanged_b'.
ExternalDocumentRows.IdxCreatedBy
Class representing index 'IDXExternal_documentCreated_b'.
ExternalDocumentRows.IdxHierarchyId
Class representing index 'IDXExternal_documentHierarchy'.
ExternalDocumentRows.IdxSMessage
Class representing index 'IDXExternal_documentS_message'.
ExternalDocumentRows.IdxTitle
Class representing index 'IDXExternal_documentTitle'.
ExternalEventRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ExternalEvent table.
ExternalEventRecordDataExtensions
Extension methods to make it easy to fetch ExternalEventRecordData objects from the database, using the TargetedSelect infrastructure
ExternalEventRow
The definition of projects as events in Audience (or other Collaborative apps)
Row Object for table 'ExternalEvent'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ExternalEventRow.CustomSearch
Class representing a custom search against table 'ExternalEvent'. Use this class to create a query that is pre-populated with the correct ExternalEventTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExternalEventRow. If your query matches more than one row in the database, the result will reflect the first row only.
ExternalEventRow.IdxExternalEventId
Class representing index 'IDXExternalEventId'.
ExternalEventRows
The definition of projects as events in Audience (or other Collaborative apps) Collection of ExternalEventRow. Each element of the collection represents one row in the ExternalEvent table.
ExternalEventRows.CustomSearch
Class representing a custom search against table 'ExternalEvent'. Use this class to create a query that is pre-populated with the correct ExternalEventTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExternalEventRows collection of matching rows.
ExternalEventRows.IdxEventDate
Class representing index 'IDXExternalEventEventDate'.
ExternalEventRows.IdxEventEnabled
Class representing index 'IDXExternalEventEventEnabled'.
ExternalEventRows.IdxParentRecord
Class representing index 'IDXExternalEventParentRecord'.
ExternalEventRows.IdxParentTable
Class representing index 'IDXExternalEventParentTable'.
ExtraFieldsHelper
Handle extra fields on behalf of row objects, instead of baking this into the generated code
ExtraFieldsRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the extra_fields table.
ExtraFieldsRecordDataExtensions
Extension methods to make it easy to fetch ExtraFieldsRecordData objects from the database, using the TargetedSelect infrastructure
ExtraFieldsRow
This table contains entries for the extra fields in the system.
Row Object for table 'extra_fields'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ExtraFieldsRow.CustomSearch
Class representing a custom search against table 'extra_fields'. Use this class to create a query that is pre-populated with the correct ExtraFieldsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtraFieldsRow. If your query matches more than one row in the database, the result will reflect the first row only.
ExtraFieldsRow.IdxExtraFieldsId
Class representing index 'IDXExtra_fieldsId'.
ExtraFieldsRows
This table contains entries for the extra fields in the system. Collection of ExtraFieldsRow. Each element of the collection represents one row in the ExtraFields table.
ExtraFieldsRows.CustomSearch
Class representing a custom search against table 'extra_fields'. Use this class to create a query that is pre-populated with the correct ExtraFieldsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtraFieldsRows collection of matching rows.
ExtraFieldsRows.IdxExtraTable
Class representing index 'IDXExtra_fieldsExtra_table'.
ExtraFieldsRows.IdxTargetExtraTable
Class representing index 'IDXExtra_fieldsTarget_extra_t'.
ExtraMenusRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the extra_menus table.
ExtraMenusRecordDataExtensions
Extension methods to make it easy to fetch ExtraMenusRecordData objects from the database, using the TargetedSelect infrastructure
ExtraMenusRow
This table contains entries for the extra menus in the system.
Row Object for table 'extra_menus'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ExtraMenusRow.CustomSearch
Class representing a custom search against table 'extra_menus'. Use this class to create a query that is pre-populated with the correct ExtraMenusTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtraMenusRow. If your query matches more than one row in the database, the result will reflect the first row only.
ExtraMenusRow.IdxExtraMenusId
Class representing index 'IDXExtra_menusId'.
ExtraMenusRows
This table contains entries for the extra menus in the system. Collection of ExtraMenusRow. Each element of the collection represents one row in the ExtraMenus table.
ExtraMenusRows.CustomSearch
Class representing a custom search against table 'extra_menus'. Use this class to create a query that is pre-populated with the correct ExtraMenusTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtraMenusRows collection of matching rows.
ExtraMenusRows.IdxExtraTable
Class representing index 'IDXExtra_menusExtra_table'.
ExtraTablesEntryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the extra_tables_entry table.
ExtraTablesEntryRecordDataExtensions
Extension methods to make it easy to fetch ExtraTablesEntryRecordData objects from the database, using the TargetedSelect infrastructure
ExtraTablesEntryRow
Hits/entries in result set of executed search in ejournal extra tables
Row Object for table 'extra_tables_entry'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ExtraTablesEntryRow.CustomSearch
Class representing a custom search against table 'extra_tables_entry'. Use this class to create a query that is pre-populated with the correct ExtraTablesEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtraTablesEntryRow. If your query matches more than one row in the database, the result will reflect the first row only.
ExtraTablesEntryRow.IdxExtraTablesEntryId
Class representing index 'IDXExtra_tables_entryId'.
ExtraTablesEntryRows
Hits/entries in result set of executed search in ejournal extra tables Collection of ExtraTablesEntryRow. Each element of the collection represents one row in the ExtraTablesEntry table.
ExtraTablesEntryRows.CustomSearch
Class representing a custom search against table 'extra_tables_entry'. Use this class to create a query that is pre-populated with the correct ExtraTablesEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtraTablesEntryRows collection of matching rows.
ExtraTablesEntryRows.IdxExtraTablesResult
Class representing index 'IDXExtra_tables_entryExtra_ta'.
ExtraTablesRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the extra_tables table.
ExtraTablesRecordDataExtensions
Extension methods to make it easy to fetch ExtraTablesRecordData objects from the database, using the TargetedSelect infrastructure
ExtraTablesResultRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the extra_tables_result table.
ExtraTablesResultRecordDataExtensions
Extension methods to make it easy to fetch ExtraTablesResultRecordData objects from the database, using the TargetedSelect infrastructure
ExtraTablesResultRow
Result set of executed search in ejournal extra tables
Row Object for table 'extra_tables_result'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ExtraTablesResultRow.CustomSearch
Class representing a custom search against table 'extra_tables_result'. Use this class to create a query that is pre-populated with the correct ExtraTablesResultTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtraTablesResultRow. If your query matches more than one row in the database, the result will reflect the first row only.
ExtraTablesResultRow.IdxExtraTablesResultId
Class representing index 'IDXExtra_tables_resultId'.
ExtraTablesResultRows
Result set of executed search in ejournal extra tables Collection of ExtraTablesResultRow. Each element of the collection represents one row in the ExtraTablesResult table.
ExtraTablesResultRows.CustomSearch
Class representing a custom search against table 'extra_tables_result'. Use this class to create a query that is pre-populated with the correct ExtraTablesResultTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtraTablesResultRows collection of matching rows.
ExtraTablesResultRows.IdxExtraTable
Class representing index 'IDXExtra_tables_resultExtra_t'.
ExtraTablesResultRows.IdxLoginId
Class representing index 'IDXExtra_tables_resultLogin_i'.
ExtraTablesRow
This table contains entries for the extra tables in the system.
Row Object for table 'extra_tables'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ExtraTablesRow.CustomSearch
Class representing a custom search against table 'extra_tables'. Use this class to create a query that is pre-populated with the correct ExtraTablesTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtraTablesRow. If your query matches more than one row in the database, the result will reflect the first row only.
ExtraTablesRow.IdxExtraTablesId
Class representing index 'IDXExtra_tablesId'.
ExtraTablesRows
This table contains entries for the extra tables in the system. Collection of ExtraTablesRow. Each element of the collection represents one row in the ExtraTables table.
ExtraTablesRows.CustomSearch
Class representing a custom search against table 'extra_tables'. Use this class to create a query that is pre-populated with the correct ExtraTablesTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ExtraTablesRows collection of matching rows.
ExtraTablesRows.IdxDisplayField
Class representing index 'IDXExtra_tablesDisplay_field'.
ExtraTablesRows.IdxFullnameField
Class representing index 'IDXExtra_tablesFullname_field'.
ExtraTablesRows.IdxHierarchyId
Class representing index 'IDXExtra_tablesHierarchy_id'.
ExtraTablesRows.IdxParentField
Class representing index 'IDXExtra_tablesParent_field'.
ExtraTablesRows.IdxScreenChooserAll
Class representing index 'IDXExtra_tablesScreen_chooser'.
ExtraTablesRows.IdxScreenChooserEdit
Class representing index 'IDXExtra_tablesScreen_chooser'.
ExtraTablesRows.IdxScreenChooserEntry
Class representing index 'IDXExtra_tablesScreen_chooser'.
FavouriteRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Favourite table.
FavouriteRecordDataExtensions
Extension methods to make it easy to fetch FavouriteRecordData objects from the database, using the TargetedSelect infrastructure
FavouriteRow
Favourite records (star-marking)
Row Object for table 'Favourite'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
FavouriteRow.CustomSearch
Class representing a custom search against table 'Favourite'. Use this class to create a query that is pre-populated with the correct FavouriteTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FavouriteRow. If your query matches more than one row in the database, the result will reflect the first row only.
FavouriteRow.IdxFavouriteId
Class representing index 'IDXFavouriteId'.
FavouriteRows
Favourite records (star-marking) Collection of FavouriteRow. Each element of the collection represents one row in the Favourite table.
FavouriteRows.CustomSearch
Class representing a custom search against table 'Favourite'. Use this class to create a query that is pre-populated with the correct FavouriteTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FavouriteRows collection of matching rows.
FavouriteRows.IdxRecordId
Class representing index 'IRecord_idAssociate_idTable_i'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
FavouriteRows.IdxRecordIdAssociateId
Class representing index 'IRecord_idAssociate_idTable_i'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
FavouriteRows.IdxRecordIdAssociateIdTableId
Class representing index 'IRecord_idAssociate_idTable_i'.
FieldLabelRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the FieldLabel table.
FieldLabelRecordDataExtensions
Extension methods to make it easy to fetch FieldLabelRecordData objects from the database, using the TargetedSelect infrastructure
FieldLabelRow
Field label override table, makes it possible to override internal string resources. Define your own text for the panels in SuperOffice, e.g. rename Project to Cars in SOAdmin - System Options - Labels This table contains controlling data for the string substitution mechanism. There is one row in this table for each label or string that can be substituted; the active field indicates whether the string is actually being substituted or not. Initially, all rows have this field set to 0. The table is loaded with initial data during database setup. Only SuperOffice Development has the necessary expertise to safely add rows to this table. If a row has active = 1, the table LocaleText should contain one or more rows pointing back to this table, with the actual text to be used.
Row Object for table 'FieldLabel'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
FieldLabelRow.CustomSearch
Class representing a custom search against table 'FieldLabel'. Use this class to create a query that is pre-populated with the correct FieldLabelTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FieldLabelRow. If your query matches more than one row in the database, the result will reflect the first row only.
FieldLabelRow.IdxFieldLabelId
Class representing index 'IDXFieldLabelId'.
FieldLabelRows
Field label override table, makes it possible to override internal string resources. Define your own text for the panels in SuperOffice, e.g. rename Project to Cars in SOAdmin - System Options - Labels This table contains controlling data for the string substitution mechanism. There is one row in this table for each label or string that can be substituted; the active field indicates whether the string is actually being substituted or not. Initially, all rows have this field set to 0. The table is loaded with initial data during database setup. Only SuperOffice Development has the necessary expertise to safely add rows to this table. If a row has active = 1, the table LocaleText should contain one or more rows pointing back to this table, with the actual text to be used. Collection of FieldLabelRow. Each element of the collection represents one row in the FieldLabel table.
FieldLabelRows.CustomSearch
Class representing a custom search against table 'FieldLabel'. Use this class to create a query that is pre-populated with the correct FieldLabelTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FieldLabelRows collection of matching rows.
FieldLabelRows.IdxResourceId
Class representing index 'IDXFieldLabelResourceId'.
FieldValidator
Class representing the validation of a field. This class is a collection of ValidationRule
ForeignAppRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the foreignapp table.
ForeignAppRecordDataExtensions
Extension methods to make it easy to fetch ForeignAppRecordData objects from the database, using the TargetedSelect infrastructure
ForeignAppRow
Top level of Foreign Key system
Row Object for table 'foreignapp'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ForeignAppRow.CustomSearch
Class representing a custom search against table 'foreignapp'. Use this class to create a query that is pre-populated with the correct ForeignAppTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ForeignAppRow. If your query matches more than one row in the database, the result will reflect the first row only.
ForeignAppRow.IdxForeignappId
Class representing index 'IDXFkAppId'.
ForeignAppRows
Top level of Foreign Key system Collection of ForeignAppRow. Each element of the collection represents one row in the ForeignApp table.
ForeignAppRows.CustomSearch
Class representing a custom search against table 'foreignapp'. Use this class to create a query that is pre-populated with the correct ForeignAppTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ForeignAppRows collection of matching rows.
ForeignDeviceRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the foreigndevice table.
ForeignDeviceRecordDataExtensions
Extension methods to make it easy to fetch ForeignDeviceRecordData objects from the database, using the TargetedSelect infrastructure
ForeignDeviceRow
Middle level of Foreign Key system
Row Object for table 'foreigndevice'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ForeignDeviceRow.CustomSearch
Class representing a custom search against table 'foreigndevice'. Use this class to create a query that is pre-populated with the correct ForeignDeviceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ForeignDeviceRow. If your query matches more than one row in the database, the result will reflect the first row only.
ForeignDeviceRow.IdxForeigndeviceId
Class representing index 'IDXFkDeviceId'.
ForeignDeviceRows
Middle level of Foreign Key system Collection of ForeignDeviceRow. Each element of the collection represents one row in the ForeignDevice table.
ForeignDeviceRows.CustomSearch
Class representing a custom search against table 'foreigndevice'. Use this class to create a query that is pre-populated with the correct ForeignDeviceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ForeignDeviceRows collection of matching rows.
ForeignDeviceRows.IdxDeviceId
Class representing index 'IDXFkDeviceDevice_id'.
ForeignDeviceRows.IdxForeignappId
Class representing index 'IDXFkDeviceForeignapp_id'.
ForeignDeviceRows.IdxName
Class representing index 'IDXFkDeviceName'.
ForeignDeviceRows.IdxOwnerId
Class representing index 'IDXFkDeviceOwner_id'.
ForeignKeyRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the foreignkey table.
ForeignKeyRecordDataExtensions
Extension methods to make it easy to fetch ForeignKeyRecordData objects from the database, using the TargetedSelect infrastructure
ForeignKeyRow
Foreign Key - enables storage of arbitrary extra key information for every table/row in SuperOffice. You may use this table to store your extra information instead of using the dictionary SDK to create your own tables.
Row Object for table 'foreignkey'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ForeignKeyRow.CustomSearch
Class representing a custom search against table 'foreignkey'. Use this class to create a query that is pre-populated with the correct ForeignKeyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ForeignKeyRow. If your query matches more than one row in the database, the result will reflect the first row only.
ForeignKeyRow.IdxForeignkeyId
Class representing index 'IDXFkKeyId'.
ForeignKeyRows
Foreign Key - enables storage of arbitrary extra key information for every table/row in SuperOffice. You may use this table to store your extra information instead of using the dictionary SDK to create your own tables. Collection of ForeignKeyRow. Each element of the collection represents one row in the ForeignKey table.
ForeignKeyRows.CustomSearch
Class representing a custom search against table 'foreignkey'. Use this class to create a query that is pre-populated with the correct ForeignKeyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ForeignKeyRows collection of matching rows.
ForeignKeyRows.IdxForeigndeviceId
Class representing index 'IDXFkKeyForeigndevice_id'.
ForeignKeyRows.IdxRecordId
Class representing index 'IDXFkKeyRecord_id'.
ForeignKeyRows.IdxSeqno
Class representing index 'IDXFkKeySeqno'.
ForeignKeyRows.IdxSubkey
Class representing index 'IDXFkKeySubkey'.
ForeignKeyRows.IdxSubvalue
Class representing index 'IDXFkKeySubvalue'.
FormFieldValueRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the form_field_value table.
FormFieldValueRecordDataExtensions
Extension methods to make it easy to fetch FormFieldValueRecordData objects from the database, using the TargetedSelect infrastructure
FormFieldValueRow
Form field values saved in a searchable format
Row Object for table 'form_field_value'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
FormFieldValueRow.CustomSearch
Class representing a custom search against table 'form_field_value'. Use this class to create a query that is pre-populated with the correct FormFieldValueTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FormFieldValueRow. If your query matches more than one row in the database, the result will reflect the first row only.
FormFieldValueRow.IdxFormFieldValueId
Class representing index 'IDXForm_field_valueId'.
FormFieldValueRows
Form field values saved in a searchable format Collection of FormFieldValueRow. Each element of the collection represents one row in the FormFieldValue table.
FormFieldValueRows.CustomSearch
Class representing a custom search against table 'form_field_value'. Use this class to create a query that is pre-populated with the correct FormFieldValueTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FormFieldValueRows collection of matching rows.
FormFieldValueRows.IdxBoolValue
Class representing index 'IDXForm_field_valueBool_value'.
FormFieldValueRows.IdxDatetimeValue
Class representing index 'IDXForm_field_valueDatetime_v'.
FormFieldValueRows.IdxDoubleValue
Class representing index 'IDXForm_field_valueDouble_val'.
FormFieldValueRows.IdxFormSubmissionId
Class representing index 'IDXForm_field_valueForm_submi'.
FormFieldValueRows.IdxIntValue
Class representing index 'IDXForm_field_valueInt_value'.
FormFieldValueRows.IdxLabel
Class representing index 'IDXForm_field_valueLabel'.
FormFieldValueRows.IdxSequence
Class representing index 'IDXForm_field_valueSequence'.
FormFieldValueRows.IdxStringValue
Class representing index 'IDXForm_field_valueString_val'.
FormFieldValueRows.IdxType
Class representing index 'IDXForm_field_valueType'.
FormKeysRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the form_keys table.
FormKeysRecordDataExtensions
Extension methods to make it easy to fetch FormKeysRecordData objects from the database, using the TargetedSelect infrastructure
FormKeysRow
Keys that makes sure a form is not posted twice
Row Object for table 'form_keys'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
FormKeysRow.CustomSearch
Class representing a custom search against table 'form_keys'. Use this class to create a query that is pre-populated with the correct FormKeysTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FormKeysRow. If your query matches more than one row in the database, the result will reflect the first row only.
FormKeysRow.IdxFormKeysId
Class representing index 'IDXForm_keysId'.
FormKeysRows
Keys that makes sure a form is not posted twice Collection of FormKeysRow. Each element of the collection represents one row in the FormKeys table.
FormKeysRows.CustomSearch
Class representing a custom search against table 'form_keys'. Use this class to create a query that is pre-populated with the correct FormKeysTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FormKeysRows collection of matching rows.
FormKeysRows.IdxFormKey
Class representing index 'IDXForm_keysForm_key'.
FormRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the form table.
FormRecordDataExtensions
Extension methods to make it easy to fetch FormRecordData objects from the database, using the TargetedSelect infrastructure
FormRow
A form which can be published on a webpage and submitted by visitors
Row Object for table 'form'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
FormRow.CustomSearch
Class representing a custom search against table 'form'. Use this class to create a query that is pre-populated with the correct FormTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FormRow. If your query matches more than one row in the database, the result will reflect the first row only.
FormRow.IdxFormId
Class representing index 'IDXFormId'.
FormRows
A form which can be published on a webpage and submitted by visitors Collection of FormRow. Each element of the collection represents one row in the Form table.
FormRows.CustomSearch
Class representing a custom search against table 'form'. Use this class to create a query that is pre-populated with the correct FormTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FormRows collection of matching rows.
FormRows.IdxFormKey
Class representing index 'IDXFormForm_key'.
FormRows.IdxResponseShipmentId
Class representing index 'IDXFormResponse_shipment_id'.
FormRows.IdxScriptId
Class representing index 'IDXFormScript_id'.
FormSubmissionRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the form_submission table.
FormSubmissionRecordDataExtensions
Extension methods to make it easy to fetch FormSubmissionRecordData objects from the database, using the TargetedSelect infrastructure
FormSubmissionRow
A form submission
Row Object for table 'form_submission'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
FormSubmissionRow.CustomSearch
Class representing a custom search against table 'form_submission'. Use this class to create a query that is pre-populated with the correct FormSubmissionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FormSubmissionRow. If your query matches more than one row in the database, the result will reflect the first row only.
FormSubmissionRow.IdxFormSubmissionId
Class representing index 'IDXForm_submissionId'.
FormSubmissionRows
A form submission Collection of FormSubmissionRow. Each element of the collection represents one row in the FormSubmission table.
FormSubmissionRows.CustomSearch
Class representing a custom search against table 'form_submission'. Use this class to create a query that is pre-populated with the correct FormSubmissionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FormSubmissionRows collection of matching rows.
FormSubmissionRows.IdxContactId
Class representing index 'IDXForm_submissionContact_id'.
FormSubmissionRows.IdxFormId
Class representing index 'IDXForm_submissionForm_id'.
FormSubmissionRows.IdxPersonId
Class representing index 'IDXForm_submissionPerson_id'.
FormSubmissionRows.IdxResponseShipmentAddrId
Class representing index 'IDXForm_submissionResponse_sh'.
FreeTextIndexBulkImportFacade
Typed facade for an object[] that contains all the fields of the FreeTextIndex table, intended for use with DatabaseOperations.DatabaseOperations.ImportTable for bulk import of data.
FreeTextIndexRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the freetextindex table.
FreeTextIndexRecordDataExtensions
Extension methods to make it easy to fetch FreeTextIndexRecordData objects from the database, using the TargetedSelect infrastructure
FreeTextIndexRow
This is the index table for the free text search function. Each word in FreeTextWords can have multiple occurrences in this table. Each record in this table points to one occurrence of the word, and points to both the table in which the word occurs (which might be contact or text), and also a pointer to the owner table (which is one of contact, person, project, appointment or sale).
Row Object for table 'freetextindex'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
FreeTextIndexRow.CustomSearch
Class representing a custom search against table 'freetextindex'. Use this class to create a query that is pre-populated with the correct FreeTextIndexTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FreeTextIndexRow. If your query matches more than one row in the database, the result will reflect the first row only.
FreeTextIndexRow.IdxFreetextindexId
Class representing index 'IDXFtIdxId'.
FreeTextIndexRows
This is the index table for the free text search function. Each word in FreeTextWords can have multiple occurrences in this table. Each record in this table points to one occurrence of the word, and points to both the table in which the word occurs (which might be contact or text), and also a pointer to the owner table (which is one of contact, person, project, appointment or sale). Collection of FreeTextIndexRow. Each element of the collection represents one row in the FreeTextIndex table.
FreeTextIndexRows.CustomSearch
Class representing a custom search against table 'freetextindex'. Use this class to create a query that is pre-populated with the correct FreeTextIndexTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FreeTextIndexRows collection of matching rows.
FreeTextIndexRows.IdxContactId
Class representing index 'IDXFtIdxContact_id'.
FreeTextIndexRows.IdxFreetextwordsId
Class representing index 'IWord_idOwnertable_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
FreeTextIndexRows.IdxFreetextwordsIdOwnertableId
Class representing index 'IWord_idOwnertable_id'.
FreeTextIndexRows.IdxOwnerrecordId
Class representing index 'IOwnerrecord_idOwnertable_idW'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
FreeTextIndexRows.IdxOwnerrecordIdOwnertableId
Class representing index 'IOwnerrecord_idOwnertable_idW'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
FreeTextIndexRows.IdxOwnerrecordIdOwnertableIdFreetextwordsId
Class representing index 'IOwnerrecord_idOwnertable_idW'.
FreeTextIndexRows.IdxTableId
Class representing index 'ITable_idRecord_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
FreeTextIndexRows.IdxTableIdRecordId
Class representing index 'ITable_idRecord_id'.
FreeTextStopWordsRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the freetextstopwords table.
FreeTextStopWordsRecordDataExtensions
Extension methods to make it easy to fetch FreeTextStopWordsRecordData objects from the database, using the TargetedSelect infrastructure
FreeTextStopWordsRow
Here are the words that can be excluded from Free Text Search by using the FreeTextAdmin. The words that appear here will not be found in FreeTextWords and typically include "are", "this", "that", and so on - words that occur frequently, but are not useful for searching. The more (good) stop words you have, the smaller the index will be.
Row Object for table 'freetextstopwords'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
FreeTextStopWordsRow.CustomSearch
Class representing a custom search against table 'freetextstopwords'. Use this class to create a query that is pre-populated with the correct FreeTextStopWordsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FreeTextStopWordsRow. If your query matches more than one row in the database, the result will reflect the first row only.
FreeTextStopWordsRow.IdxFreetextwordsId
Class representing index 'IDXFtStopWrdId'.
FreeTextStopWordsRows
Here are the words that can be excluded from Free Text Search by using the FreeTextAdmin. The words that appear here will not be found in FreeTextWords and typically include "are", "this", "that", and so on - words that occur frequently, but are not useful for searching. The more (good) stop words you have, the smaller the index will be. Collection of FreeTextStopWordsRow. Each element of the collection represents one row in the FreeTextStopWords table.
FreeTextStopWordsRows.CustomSearch
Class representing a custom search against table 'freetextstopwords'. Use this class to create a query that is pre-populated with the correct FreeTextStopWordsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FreeTextStopWordsRows collection of matching rows.
FreeTextStopWordsRows.IdxWord
Class representing index 'IDXFtStopWrdWord'.
FreeTextWordsBulkImportFacade
Typed facade for an object[] that contains all the fields of the FreeTextWords table, intended for use with DatabaseOperations.DatabaseOperations.ImportTable for bulk import of data.
FreeTextWordsRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the freetextwords table.
FreeTextWordsRecordDataExtensions
Extension methods to make it easy to fetch FreeTextWordsRecordData objects from the database, using the TargetedSelect infrastructure
FreeTextWordsRow
This table contains the word list (automatically updated by the indexer) for the free-text search. Words are in UPPERCASE and truncated to 9 significant characters. Indexed words, dynamically updated by the freetext index
Row Object for table 'freetextwords'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
FreeTextWordsRow.CustomSearch
Class representing a custom search against table 'freetextwords'. Use this class to create a query that is pre-populated with the correct FreeTextWordsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FreeTextWordsRow. If your query matches more than one row in the database, the result will reflect the first row only.
FreeTextWordsRow.IdxFreetextwordsId
Class representing index 'IDXFtWrdId'.
FreeTextWordsRows
This table contains the word list (automatically updated by the indexer) for the free-text search. Words are in UPPERCASE and truncated to 9 significant characters. Indexed words, dynamically updated by the freetext index Collection of FreeTextWordsRow. Each element of the collection represents one row in the FreeTextWords table.
FreeTextWordsRows.CustomSearch
Class representing a custom search against table 'freetextwords'. Use this class to create a query that is pre-populated with the correct FreeTextWordsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FreeTextWordsRows collection of matching rows.
FreeTextWordsRows.IdxSoundEx
Class representing index 'IDXFtWrdSoundEx'.
FreeTextWordsRows.IdxWord
Class representing index 'IDXFtWrdWord'.
FunctionRightRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the FunctionRight table.
FunctionRightRecordDataExtensions
Extension methods to make it easy to fetch FunctionRightRecordData objects from the database, using the TargetedSelect infrastructure
FunctionRightRoleLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the FunctionRightRoleLink table.
FunctionRightRoleLinkRecordDataExtensions
Extension methods to make it easy to fetch FunctionRightRoleLinkRecordData objects from the database, using the TargetedSelect infrastructure
FunctionRightRoleLinkRow
Functional right definition
Row Object for table 'FunctionRightRoleLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
FunctionRightRoleLinkRow.CustomSearch
Class representing a custom search against table 'FunctionRightRoleLink'. Use this class to create a query that is pre-populated with the correct FunctionRightRoleLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FunctionRightRoleLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
FunctionRightRoleLinkRow.IdxFunctionRightRoleLinkId
Class representing index 'IDXFunctionRightRoleLinkId'.
FunctionRightRoleLinkRows
Functional right definition Collection of FunctionRightRoleLinkRow. Each element of the collection represents one row in the FunctionRightRoleLink table.
FunctionRightRoleLinkRows.CustomSearch
Class representing a custom search against table 'FunctionRightRoleLink'. Use this class to create a query that is pre-populated with the correct FunctionRightRoleLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FunctionRightRoleLinkRows collection of matching rows.
FunctionRightRoleLinkRows.IdxFunctionRightId
Class representing index 'IDXFunctionRightRoleLinkFunct'.
FunctionRightRoleLinkRows.IdxRoleId
Class representing index 'IDXFunctionRightRoleLinkRoleI'.
FunctionRightRoleLinkRows.IdxRoleIdFunctionRightId
Class representing index 'IRoleIdFunctionRightId'.
FunctionRightRow
Functional right definition
Row Object for table 'FunctionRight'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
FunctionRightRow.CustomSearch
Class representing a custom search against table 'FunctionRight'. Use this class to create a query that is pre-populated with the correct FunctionRightTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FunctionRightRow. If your query matches more than one row in the database, the result will reflect the first row only.
FunctionRightRow.IdxFunctionRightId
Class representing index 'IDXFunctionRightId'.
FunctionRightRows
Functional right definition Collection of FunctionRightRow. Each element of the collection represents one row in the FunctionRight table.
FunctionRightRows.CustomSearch
Class representing a custom search against table 'FunctionRight'. Use this class to create a query that is pre-populated with the correct FunctionRightTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a FunctionRightRows collection of matching rows.
HeadingRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Heading table.
HeadingRecordDataExtensions
Extension methods to make it easy to fetch HeadingRecordData objects from the database, using the TargetedSelect infrastructure
HeadingRow
Heading items for all MDO lists, lists that are grouped and filtered.
Row Object for table 'Heading'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
HeadingRow.CustomSearch
Class representing a custom search against table 'Heading'. Use this class to create a query that is pre-populated with the correct HeadingTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a HeadingRow. If your query matches more than one row in the database, the result will reflect the first row only.
HeadingRow.IdxHeadingId
Class representing index 'IDXHeadingId'.
HeadingRows
Heading items for all MDO lists, lists that are grouped and filtered. Collection of HeadingRow. Each element of the collection represents one row in the Heading table.
HeadingRows.CustomSearch
Class representing a custom search against table 'Heading'. Use this class to create a query that is pre-populated with the correct HeadingTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a HeadingRows collection of matching rows.
HeadingRows.IdxListTableId
Class representing index 'IDXHeadingListTableId'.
HeadingRows.IdxName
Class representing index 'IDXHeadingName'.
HelpRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the help table.
HelpRecordDataExtensions
Extension methods to make it easy to fetch HelpRecordData objects from the database, using the TargetedSelect infrastructure
HelpRow
This table contains the help pages.
Row Object for table 'help'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
HelpRow.CustomSearch
Class representing a custom search against table 'help'. Use this class to create a query that is pre-populated with the correct HelpTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a HelpRow. If your query matches more than one row in the database, the result will reflect the first row only.
HelpRow.IdxHelpId
Class representing index 'IDXHelpId'.
HelpRows
This table contains the help pages. Collection of HelpRow. Each element of the collection represents one row in the Help table.
HelpRows.CustomSearch
Class representing a custom search against table 'help'. Use this class to create a query that is pre-populated with the correct HelpTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a HelpRows collection of matching rows.
HelpRows.IdxApplicationAreaId
Class representing index 'IDXHelpApplication_area_id'.
HelpRows.IdxModuleId
Class representing index 'IDXHelpModule_id'.
HelpRows.IdxParentId
Class representing index 'IDXHelpParent_id'.
HelpRows.IdxScreenId
Class representing index 'IDXHelpScreen_id'.
HierarchyRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the hierarchy table.
HierarchyRecordDataExtensions
Extension methods to make it easy to fetch HierarchyRecordData objects from the database, using the TargetedSelect infrastructure
HierarchyRow
This table contains folders used to group the extra tables in the system.
Row Object for table 'hierarchy'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
HierarchyRow.CustomSearch
Class representing a custom search against table 'hierarchy'. Use this class to create a query that is pre-populated with the correct HierarchyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a HierarchyRow. If your query matches more than one row in the database, the result will reflect the first row only.
HierarchyRow.IdxHierarchyId
Class representing index 'IDXHierarchyId'.
HierarchyRows
This table contains folders used to group the extra tables in the system. Collection of HierarchyRow. Each element of the collection represents one row in the Hierarchy table.
HierarchyRows.CustomSearch
Class representing a custom search against table 'hierarchy'. Use this class to create a query that is pre-populated with the correct HierarchyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a HierarchyRows collection of matching rows.
HierarchyRows.IdxDomain
Class representing index 'IDXHierarchyDomain'.
HierarchyRows.IdxName
Class representing index 'IDXHierarchyName'.
HierarchyRows.IdxParentId
Class representing index 'IDXHierarchyParent_id'.
HistoryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the History table.
HistoryRecordDataExtensions
Extension methods to make it easy to fetch HistoryRecordData objects from the database, using the TargetedSelect infrastructure
HistoryRow
History lists for lists and searchable controls. Maintains history for Navigator or other search (find dialogs). A single table may have more than one record here, as indicated by the extra_id field. The HistorySize (preference may be set in maintenance client) defines how many records you can have in a history list.
Row Object for table 'History'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
HistoryRow.CustomSearch
Class representing a custom search against table 'History'. Use this class to create a query that is pre-populated with the correct HistoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a HistoryRow. If your query matches more than one row in the database, the result will reflect the first row only.
HistoryRow.IdxHistoryId
Class representing index 'IDXHistId'.
HistoryRows
History lists for lists and searchable controls. Maintains history for Navigator or other search (find dialogs). A single table may have more than one record here, as indicated by the extra_id field. The HistorySize (preference may be set in maintenance client) defines how many records you can have in a history list. Collection of HistoryRow. Each element of the collection represents one row in the History table.
HistoryRows.CustomSearch
Class representing a custom search against table 'History'. Use this class to create a query that is pre-populated with the correct HistoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a HistoryRows collection of matching rows.
HistoryRows.IdxAssociateId
Class representing index 'IAssociate_idTable_idExtra_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
HistoryRows.IdxAssociateIdTableId
Class representing index 'IAssociate_idTable_idExtra_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
HistoryRows.IdxAssociateIdTableIdExtraId
Class representing index 'IAssociate_idTable_idExtra_id'.
HistoryRows.IdxRank
Class representing index 'IDXHistRank'.
HotlistRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the hotlist table.
HotlistRecordDataExtensions
Extension methods to make it easy to fetch HotlistRecordData objects from the database, using the TargetedSelect infrastructure
HotlistRow
The table is used by the hotlist to store the relationship between tickets and users
Row Object for table 'hotlist'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
HotlistRow.CustomSearch
Class representing a custom search against table 'hotlist'. Use this class to create a query that is pre-populated with the correct HotlistTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a HotlistRow. If your query matches more than one row in the database, the result will reflect the first row only.
HotlistRow.IdxHotlistId
Class representing index 'IDXHotlistId'.
HotlistRows
The table is used by the hotlist to store the relationship between tickets and users Collection of HotlistRow. Each element of the collection represents one row in the Hotlist table.
HotlistRows.CustomSearch
Class representing a custom search against table 'hotlist'. Use this class to create a query that is pre-populated with the correct HotlistTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a HotlistRows collection of matching rows.
HotlistRows.IdxTicketId
Class representing index 'IDXHotlistTicket_id'.
HotlistRows.IdxUserId
Class representing index 'IDXHotlistUser_id'.
ImportDefaultRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ImportDefault table.
ImportDefaultRecordDataExtensions
Extension methods to make it easy to fetch ImportDefaultRecordData objects from the database, using the TargetedSelect infrastructure
ImportDefaultRow
Defaults for import fields/objects
Row Object for table 'ImportDefault'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ImportDefaultRow.CustomSearch
Class representing a custom search against table 'ImportDefault'. Use this class to create a query that is pre-populated with the correct ImportDefaultTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ImportDefaultRow. If your query matches more than one row in the database, the result will reflect the first row only.
ImportDefaultRow.IdxImportDefaultId
Class representing index 'IDXImportDefaultId'.
ImportDefaultRows
Defaults for import fields/objects Collection of ImportDefaultRow. Each element of the collection represents one row in the ImportDefault table.
ImportDefaultRows.CustomSearch
Class representing a custom search against table 'ImportDefault'. Use this class to create a query that is pre-populated with the correct ImportDefaultTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ImportDefaultRows collection of matching rows.
ImportDefaultRows.IdxImportObjectId
Class representing index 'IDXImportDefaultImportObject_'.
ImportFieldRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ImportField table.
ImportFieldRecordDataExtensions
Extension methods to make it easy to fetch ImportFieldRecordData objects from the database, using the TargetedSelect infrastructure
ImportFieldRow
Import object types - see localetext for names
Row Object for table 'ImportField'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ImportFieldRow.CustomSearch
Class representing a custom search against table 'ImportField'. Use this class to create a query that is pre-populated with the correct ImportFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ImportFieldRow. If your query matches more than one row in the database, the result will reflect the first row only.
ImportFieldRow.IdxImportFieldId
Class representing index 'IDXImportFieldId'.
ImportFieldRows
Import object types - see localetext for names Collection of ImportFieldRow. Each element of the collection represents one row in the ImportField table.
ImportFieldRows.CustomSearch
Class representing a custom search against table 'ImportField'. Use this class to create a query that is pre-populated with the correct ImportFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ImportFieldRows collection of matching rows.
ImportFieldRows.IdxImportObjectId
Class representing index 'IDXImportFieldImportObject_id'.
ImportObjectRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ImportObject table.
ImportObjectRecordDataExtensions
Extension methods to make it easy to fetch ImportObjectRecordData objects from the database, using the TargetedSelect infrastructure
ImportObjectRow
Import object types - see localetext for names.
Row Object for table 'ImportObject'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ImportObjectRow.CustomSearch
Class representing a custom search against table 'ImportObject'. Use this class to create a query that is pre-populated with the correct ImportObjectTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ImportObjectRow. If your query matches more than one row in the database, the result will reflect the first row only.
ImportObjectRow.IdxImportObjectId
Class representing index 'IDXImportObjectId'.
ImportObjectRows
Import object types - see localetext for names. Collection of ImportObjectRow. Each element of the collection represents one row in the ImportObject table.
ImportObjectRows.CustomSearch
Class representing a custom search against table 'ImportObject'. Use this class to create a query that is pre-populated with the correct ImportObjectTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ImportObjectRows collection of matching rows.
ImportRelationRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ImportRelation table.
ImportRelationRecordDataExtensions
Extension methods to make it easy to fetch ImportRelationRecordData objects from the database, using the TargetedSelect infrastructure
ImportRelationRow
Relations between import objects
Row Object for table 'ImportRelation'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ImportRelationRow.CustomSearch
Class representing a custom search against table 'ImportRelation'. Use this class to create a query that is pre-populated with the correct ImportRelationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ImportRelationRow. If your query matches more than one row in the database, the result will reflect the first row only.
ImportRelationRow.IdxImportRelationId
Class representing index 'IDXImportRelationId'.
ImportRelationRows
Relations between import objects Collection of ImportRelationRow. Each element of the collection represents one row in the ImportRelation table.
ImportRelationRows.CustomSearch
Class representing a custom search against table 'ImportRelation'. Use this class to create a query that is pre-populated with the correct ImportRelationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ImportRelationRows collection of matching rows.
ImportRelationRows.IdxSource
Class representing index 'IDXImportRelationSource'.
ImportRelationRows.IdxTarget
Class representing index 'IDXImportRelationTarget'.
InboxRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the inbox table.
InboxRecordDataExtensions
Extension methods to make it easy to fetch InboxRecordData objects from the database, using the TargetedSelect infrastructure
InboxRow
Info and status for safe email import
Row Object for table 'inbox'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
InboxRow.CustomSearch
Class representing a custom search against table 'inbox'. Use this class to create a query that is pre-populated with the correct InboxTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a InboxRow. If your query matches more than one row in the database, the result will reflect the first row only.
InboxRow.IdxInboxId
Class representing index 'IDXInboxId'.
InboxRows
Info and status for safe email import Collection of InboxRow. Each element of the collection represents one row in the Inbox table.
InboxRows.CustomSearch
Class representing a custom search against table 'inbox'. Use this class to create a query that is pre-populated with the correct InboxTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a InboxRows collection of matching rows.
InboxRows.IdxImported
Class representing index 'IDXInboxImported'.
InboxRows.IdxLockingId
Class representing index 'IDXInboxLocking_id'.
InboxRows.IdxMailInFilter
Class representing index 'IDXInboxMail_in_filter'.
InboxRows.IdxStatus
Class representing index 'IDXInboxStatus'.
IntentGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the IntentGroupLink table.
IntentGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch IntentGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
IntentGroupLinkRow
User group link table for Intent, for MDO item hiding
Row Object for table 'IntentGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
IntentGroupLinkRow.CustomSearch
Class representing a custom search against table 'IntentGroupLink'. Use this class to create a query that is pre-populated with the correct IntentGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a IntentGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
IntentGroupLinkRow.IdxIntentgrouplinkId
Class representing index 'IDXIntentGLId'.
IntentGroupLinkRows
User group link table for Intent, for MDO item hiding Collection of IntentGroupLinkRow. Each element of the collection represents one row in the IntentGroupLink table.
IntentGroupLinkRows.CustomSearch
Class representing a custom search against table 'IntentGroupLink'. Use this class to create a query that is pre-populated with the correct IntentGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a IntentGroupLinkRows collection of matching rows.
IntentGroupLinkRows.IdxGroupId
Class representing index 'IDXIntentGLGroup_id'.
IntentGroupLinkRows.IdxIntentId
Class representing index 'IDXIntentGLIntent_id'.
IntentHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the IntentHeadingLink table.
IntentHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch IntentHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
IntentHeadingLinkRow
Heading link table for Intent, for MDO headers
Row Object for table 'IntentHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
IntentHeadingLinkRow.CustomSearch
Class representing a custom search against table 'IntentHeadingLink'. Use this class to create a query that is pre-populated with the correct IntentHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a IntentHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
IntentHeadingLinkRow.IdxIntentheadinglinkId
Class representing index 'IDXIntentHLId'.
IntentHeadingLinkRows
Heading link table for Intent, for MDO headers Collection of IntentHeadingLinkRow. Each element of the collection represents one row in the IntentHeadingLink table.
IntentHeadingLinkRows.CustomSearch
Class representing a custom search against table 'IntentHeadingLink'. Use this class to create a query that is pre-populated with the correct IntentHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a IntentHeadingLinkRows collection of matching rows.
IntentHeadingLinkRows.IdxHeadingId
Class representing index 'IDXIntentHLHeading_id'.
IntentHeadingLinkRows.IdxIntentId
Class representing index 'IDXIntentHLIntent_id'.
IntentRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Intent table.
IntentRecordDataExtensions
Extension methods to make it easy to fetch IntentRecordData objects from the database, using the TargetedSelect infrastructure
IntentRow
Intent list for SAINT. More information regarding SuperOffice Sales Intelligence on http://techdoc.superoffice.com
Row Object for table 'Intent'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
IntentRow.CustomSearch
Class representing a custom search against table 'Intent'. Use this class to create a query that is pre-populated with the correct IntentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a IntentRow. If your query matches more than one row in the database, the result will reflect the first row only.
IntentRow.IdxIntentId
Class representing index 'IDXIntentId'.
IntentRow.IdxName
Class representing index 'IDXIntentName'.
IntentRows
Intent list for SAINT. More information regarding SuperOffice Sales Intelligence on http://techdoc.superoffice.com Collection of IntentRow. Each element of the collection represents one row in the Intent table.
IntentRows.CustomSearch
Class representing a custom search against table 'Intent'. Use this class to create a query that is pre-populated with the correct IntentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a IntentRows collection of matching rows.
InvitationRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the invitation table.
InvitationRecordDataExtensions
Extension methods to make it easy to fetch InvitationRecordData objects from the database, using the TargetedSelect infrastructure
InvitationRow
Invitations to events
Row Object for table 'invitation'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
InvitationRow.CustomSearch
Class representing a custom search against table 'invitation'. Use this class to create a query that is pre-populated with the correct InvitationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a InvitationRow. If your query matches more than one row in the database, the result will reflect the first row only.
InvitationRow.IdxInvitationId
Class representing index 'IDXInvitationId'.
InvitationRows
Invitations to events Collection of InvitationRow. Each element of the collection represents one row in the Invitation table.
InvitationRows.CustomSearch
Class representing a custom search against table 'invitation'. Use this class to create a query that is pre-populated with the correct InvitationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a InvitationRows collection of matching rows.
InvitationRows.IdxAppointmentId
Class representing index 'IDXInvitationAppointment_id'.
InvitationRows.IdxEventUid
Class representing index 'IDXInvitationEvent_uid'.
InvoiceEntryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the invoice_entry table.
InvoiceEntryRecordDataExtensions
Extension methods to make it easy to fetch InvoiceEntryRecordData objects from the database, using the TargetedSelect infrastructure
InvoiceEntryRow
This table contain all invoices, connected to a message
Row Object for table 'invoice_entry'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
InvoiceEntryRow.CustomSearch
Class representing a custom search against table 'invoice_entry'. Use this class to create a query that is pre-populated with the correct InvoiceEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a InvoiceEntryRow. If your query matches more than one row in the database, the result will reflect the first row only.
InvoiceEntryRow.IdxInvoiceEntryId
Class representing index 'IDXInvoice_entryId'.
InvoiceEntryRows
This table contain all invoices, connected to a message Collection of InvoiceEntryRow. Each element of the collection represents one row in the InvoiceEntry table.
InvoiceEntryRows.CustomSearch
Class representing a custom search against table 'invoice_entry'. Use this class to create a query that is pre-populated with the correct InvoiceEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a InvoiceEntryRows collection of matching rows.
InvoiceEntryRows.IdxDateInvoiced
Class representing index 'IDXInvoice_entryDate_invoiced'.
InvoiceEntryRows.IdxMessageId
Class representing index 'IDXInvoice_entryMessage_id'.
InvoiceEntryRows.IdxType
Class representing index 'IDXInvoice_entryType'.
InvoiceRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the invoice table.
InvoiceRecordDataExtensions
Extension methods to make it easy to fetch InvoiceRecordData objects from the database, using the TargetedSelect infrastructure
InvoiceRow
This table contains invoice entries, normally created when an invoice is sent to a customer, and we want to update the balance.
Row Object for table 'invoice'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
InvoiceRow.CustomSearch
Class representing a custom search against table 'invoice'. Use this class to create a query that is pre-populated with the correct InvoiceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a InvoiceRow. If your query matches more than one row in the database, the result will reflect the first row only.
InvoiceRow.IdxInvoiceId
Class representing index 'IDXInvoiceId'.
InvoiceRows
This table contains invoice entries, normally created when an invoice is sent to a customer, and we want to update the balance. Collection of InvoiceRow. Each element of the collection represents one row in the Invoice table.
InvoiceRows.CustomSearch
Class representing a custom search against table 'invoice'. Use this class to create a query that is pre-populated with the correct InvoiceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a InvoiceRows collection of matching rows.
InvoiceRows.IdxCompanyId
Class representing index 'IDXInvoiceCompany_id'.
InvoiceRows.IdxCustomerId
Class representing index 'IDXInvoiceCustomer_id'.
InvoiceSumRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the invoice_sum table.
InvoiceSumRecordDataExtensions
Extension methods to make it easy to fetch InvoiceSumRecordData objects from the database, using the TargetedSelect infrastructure
InvoiceSumRow
This table is used temporarily when listing invoice statistics. It is used because we need to sort balances from both customers and companies.
Row Object for table 'invoice_sum'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
InvoiceSumRow.CustomSearch
Class representing a custom search against table 'invoice_sum'. Use this class to create a query that is pre-populated with the correct InvoiceSumTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a InvoiceSumRow. If your query matches more than one row in the database, the result will reflect the first row only.
InvoiceSumRow.IdxInvoiceSumId
Class representing index 'IDXInvoice_sumId'.
InvoiceSumRows
This table is used temporarily when listing invoice statistics. It is used because we need to sort balances from both customers and companies. Collection of InvoiceSumRow. Each element of the collection represents one row in the InvoiceSum table.
InvoiceSumRows.CustomSearch
Class representing a custom search against table 'invoice_sum'. Use this class to create a query that is pre-populated with the correct InvoiceSumTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a InvoiceSumRows collection of matching rows.
InvoiceSumRows.IdxCompanyId
Class representing index 'IDXInvoice_sumCompany_id'.
InvoiceSumRows.IdxCustomerId
Class representing index 'IDXInvoice_sumCustomer_id'.
InvoiceSumRows.IdxLoginId
Class representing index 'IDXInvoice_sumLogin_id'.
InvoiceTypeRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the invoice_type table.
InvoiceTypeRecordDataExtensions
Extension methods to make it easy to fetch InvoiceTypeRecordData objects from the database, using the TargetedSelect infrastructure
InvoiceTypeRow
A invoiceable item category (a product or service) that provides default invoice line values
Row Object for table 'invoice_type'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
InvoiceTypeRow.CustomSearch
Class representing a custom search against table 'invoice_type'. Use this class to create a query that is pre-populated with the correct InvoiceTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a InvoiceTypeRow. If your query matches more than one row in the database, the result will reflect the first row only.
InvoiceTypeRow.IdxInvoiceTypeId
Class representing index 'IDXInvoice_typeId'.
InvoiceTypeRows
A invoiceable item category (a product or service) that provides default invoice line values Collection of InvoiceTypeRow. Each element of the collection represents one row in the InvoiceType table.
InvoiceTypeRows.CustomSearch
Class representing a custom search against table 'invoice_type'. Use this class to create a query that is pre-populated with the correct InvoiceTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a InvoiceTypeRows collection of matching rows.
ItemConfigRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the item_config table.
ItemConfigRecordDataExtensions
Extension methods to make it easy to fetch ItemConfigRecordData objects from the database, using the TargetedSelect infrastructure
ItemConfigRow
This table is a generic table for storing item configuration. It is only used by the class ItemConfig.
Row Object for table 'item_config'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ItemConfigRow.CustomSearch
Class representing a custom search against table 'item_config'. Use this class to create a query that is pre-populated with the correct ItemConfigTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ItemConfigRow. If your query matches more than one row in the database, the result will reflect the first row only.
ItemConfigRow.IdxItemConfigId
Class representing index 'IDXItem_configId'.
ItemConfigRows
This table is a generic table for storing item configuration. It is only used by the class ItemConfig. Collection of ItemConfigRow. Each element of the collection represents one row in the ItemConfig table.
ItemConfigRows.CustomSearch
Class representing a custom search against table 'item_config'. Use this class to create a query that is pre-populated with the correct ItemConfigTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ItemConfigRows collection of matching rows.
ItemConfigRows.IdxDomain
Class representing index 'IDXItem_configDomain'.
ItemConfigRows.IdxItemId
Class representing index 'IDXItem_configItem_id'.
KbAttachmentRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_attachment table.
KbAttachmentRecordDataExtensions
Extension methods to make it easy to fetch KbAttachmentRecordData objects from the database, using the TargetedSelect infrastructure
KbAttachmentRow
This table connects FAQ entries to attachments.
Row Object for table 'kb_attachment'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
KbAttachmentRow.CustomSearch
Class representing a custom search against table 'kb_attachment'. Use this class to create a query that is pre-populated with the correct KbAttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbAttachmentRow. If your query matches more than one row in the database, the result will reflect the first row only.
KbAttachmentRow.IdxKbAttachmentId
Class representing index 'IDXKb_attachmentId'.
KbAttachmentRows
This table connects FAQ entries to attachments. Collection of KbAttachmentRow. Each element of the collection represents one row in the KbAttachment table.
KbAttachmentRows.CustomSearch
Class representing a custom search against table 'kb_attachment'. Use this class to create a query that is pre-populated with the correct KbAttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbAttachmentRows collection of matching rows.
KbAttachmentRows.IdxAttachmentId
Class representing index 'IDXKb_attachmentAttachment_id'.
KbAttachmentRows.IdxEntryId
Class representing index 'IDXKb_attachmentEntry_id'.
KbCategoryLogRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_category_log table.
KbCategoryLogRecordDataExtensions
Extension methods to make it easy to fetch KbCategoryLogRecordData objects from the database, using the TargetedSelect infrastructure
KbCategoryLogRow
Who and when, if somebody edits a knowledge base folder
Row Object for table 'kb_category_log'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
KbCategoryLogRow.CustomSearch
Class representing a custom search against table 'kb_category_log'. Use this class to create a query that is pre-populated with the correct KbCategoryLogTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbCategoryLogRow. If your query matches more than one row in the database, the result will reflect the first row only.
KbCategoryLogRow.IdxKbCategoryLogId
Class representing index 'IDXKb_category_logId'.
KbCategoryLogRows
Who and when, if somebody edits a knowledge base folder Collection of KbCategoryLogRow. Each element of the collection represents one row in the KbCategoryLog table.
KbCategoryLogRows.CustomSearch
Class representing a custom search against table 'kb_category_log'. Use this class to create a query that is pre-populated with the correct KbCategoryLogTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbCategoryLogRows collection of matching rows.
KbCategoryLogRows.IdxKbCategoryId
Class representing index 'IDXKb_category_logKb_category'.
KbCategoryLogRows.IdxUserId
Class representing index 'IDXKb_category_logUser_id'.
KbCategoryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_category table.
KbCategoryRecordDataExtensions
Extension methods to make it easy to fetch KbCategoryRecordData objects from the database, using the TargetedSelect infrastructure
KbCategoryRow
Knowledge base folder hierarchy
Row Object for table 'kb_category'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
KbCategoryRow.CustomSearch
Class representing a custom search against table 'kb_category'. Use this class to create a query that is pre-populated with the correct KbCategoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbCategoryRow. If your query matches more than one row in the database, the result will reflect the first row only.
KbCategoryRow.IdxKbCategoryId
Class representing index 'IDXKb_categoryId'.
KbCategoryRows
Knowledge base folder hierarchy Collection of KbCategoryRow. Each element of the collection represents one row in the KbCategory table.
KbCategoryRows.CustomSearch
Class representing a custom search against table 'kb_category'. Use this class to create a query that is pre-populated with the correct KbCategoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbCategoryRows collection of matching rows.
KbCategoryRows.IdxCreatedBy
Class representing index 'IDXKb_categoryCreated_by'.
KbCategoryRows.IdxDbiAgentId
Class representing index 'IDXKb_categoryDbi_agent_id'.
KbCategoryRows.IdxDbiKey
Class representing index 'IDXKb_categoryDbi_key'.
KbCategoryRows.IdxDbiLastModified
Class representing index 'IDXKb_categoryDbi_last_modifi'.
KbCategoryRows.IdxDbiLastSyncronized
Class representing index 'IDXKb_categoryDbi_last_syncro'.
KbCategoryRows.IdxParentId
Class representing index 'IDXKb_categoryParent_id'.
KbCategoryRows.IdxSortOrder
Class representing index 'IDXKb_categorySort_order'.
KbEntryCommentRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_entry_comment table.
KbEntryCommentRecordDataExtensions
Extension methods to make it easy to fetch KbEntryCommentRecordData objects from the database, using the TargetedSelect infrastructure
KbEntryCommentRow
Comments to entries in the knowledge base, typically made by customers
Row Object for table 'kb_entry_comment'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
KbEntryCommentRow.CustomSearch
Class representing a custom search against table 'kb_entry_comment'. Use this class to create a query that is pre-populated with the correct KbEntryCommentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbEntryCommentRow. If your query matches more than one row in the database, the result will reflect the first row only.
KbEntryCommentRow.IdxKbEntryCommentId
Class representing index 'IDXKb_entry_commentId'.
KbEntryCommentRows
Comments to entries in the knowledge base, typically made by customers Collection of KbEntryCommentRow. Each element of the collection represents one row in the KbEntryComment table.
KbEntryCommentRows.CustomSearch
Class representing a custom search against table 'kb_entry_comment'. Use this class to create a query that is pre-populated with the correct KbEntryCommentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbEntryCommentRows collection of matching rows.
KbEntryCommentRows.IdxCustomerId
Class representing index 'IDXKb_entry_commentCustomer_i'.
KbEntryCommentRows.IdxDbiAgentId
Class representing index 'IDXKb_entry_commentDbi_agent_'.
KbEntryCommentRows.IdxDbiKey
Class representing index 'IDXKb_entry_commentDbi_key'.
KbEntryCommentRows.IdxDbiLastModified
Class representing index 'IDXKb_entry_commentDbi_last_m'.
KbEntryCommentRows.IdxDbiLastSyncronized
Class representing index 'IDXKb_entry_commentDbi_last_s'.
KbEntryCommentRows.IdxKbEntryId
Class representing index 'IDXKb_entry_commentKb_entry_i'.
KbEntryKeywordRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_entry_keyword table.
KbEntryKeywordRecordDataExtensions
Extension methods to make it easy to fetch KbEntryKeywordRecordData objects from the database, using the TargetedSelect infrastructure
KbEntryKeywordRow
This table contains all keywords for the faq entries
Row Object for table 'kb_entry_keyword'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
KbEntryKeywordRow.CustomSearch
Class representing a custom search against table 'kb_entry_keyword'. Use this class to create a query that is pre-populated with the correct KbEntryKeywordTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbEntryKeywordRow. If your query matches more than one row in the database, the result will reflect the first row only.
KbEntryKeywordRow.IdxKbEntryKeywordId
Class representing index 'IDXKb_entry_keywordId'.
KbEntryKeywordRows
This table contains all keywords for the faq entries Collection of KbEntryKeywordRow. Each element of the collection represents one row in the KbEntryKeyword table.
KbEntryKeywordRows.CustomSearch
Class representing a custom search against table 'kb_entry_keyword'. Use this class to create a query that is pre-populated with the correct KbEntryKeywordTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbEntryKeywordRows collection of matching rows.
KbEntryKeywordRows.IdxKbEntryId
Class representing index 'IDXKb_entry_keywordKb_entry_i'.
KbEntryKeywordRows.IdxKeyword
Class representing index 'IDXKb_entry_keywordKeyword'.
KbEntryLogRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_entry_log table.
KbEntryLogRecordDataExtensions
Extension methods to make it easy to fetch KbEntryLogRecordData objects from the database, using the TargetedSelect infrastructure
KbEntryLogRow
Who and when, if somebody edits a knowledge base entry
Row Object for table 'kb_entry_log'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
KbEntryLogRow.CustomSearch
Class representing a custom search against table 'kb_entry_log'. Use this class to create a query that is pre-populated with the correct KbEntryLogTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbEntryLogRow. If your query matches more than one row in the database, the result will reflect the first row only.
KbEntryLogRow.IdxKbEntryLogId
Class representing index 'IDXKb_entry_logId'.
KbEntryLogRows
Who and when, if somebody edits a knowledge base entry Collection of KbEntryLogRow. Each element of the collection represents one row in the KbEntryLog table.
KbEntryLogRows.CustomSearch
Class representing a custom search against table 'kb_entry_log'. Use this class to create a query that is pre-populated with the correct KbEntryLogTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbEntryLogRows collection of matching rows.
KbEntryLogRows.IdxKbEntryId
Class representing index 'IDXKb_entry_logKb_entry_id'.
KbEntryLogRows.IdxUserId
Class representing index 'IDXKb_entry_logUser_id'.
KbEntryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_entry table.
KbEntryRecordDataExtensions
Extension methods to make it easy to fetch KbEntryRecordData objects from the database, using the TargetedSelect infrastructure
KbEntryRow
This table contains FAQ entries.
Row Object for table 'kb_entry'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
KbEntryRow.CustomSearch
Class representing a custom search against table 'kb_entry'. Use this class to create a query that is pre-populated with the correct KbEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbEntryRow. If your query matches more than one row in the database, the result will reflect the first row only.
KbEntryRow.IdxKbEntryId
Class representing index 'IDXKb_entryId'.
KbEntryRows
This table contains FAQ entries. Collection of KbEntryRow. Each element of the collection represents one row in the KbEntry table.
KbEntryRows.CustomSearch
Class representing a custom search against table 'kb_entry'. Use this class to create a query that is pre-populated with the correct KbEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbEntryRows collection of matching rows.
KbEntryRows.IdxCategoryId
Class representing index 'IDXKb_entryCategory_id'.
KbEntryRows.IdxCreatedBy
Class representing index 'IDXKb_entryCreated_by'.
KbEntryRows.IdxDbiAgentId
Class representing index 'IDXKb_entryDbi_agent_id'.
KbEntryRows.IdxDbiKey
Class representing index 'IDXKb_entryDbi_key'.
KbEntryRows.IdxDbiLastModified
Class representing index 'IDXKb_entryDbi_last_modified'.
KbEntryRows.IdxDbiLastSyncronized
Class representing index 'IDXKb_entryDbi_last_syncroniz'.
KbEntryRows.IdxSortOrder
Class representing index 'IDXKb_entrySort_order'.
KbEntryRows.IdxTitle
Class representing index 'ITitleQuestionAnswerKeywords'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
KbEntryRows.IdxTitleQuestion
Class representing index 'ITitleQuestionAnswerKeywords'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
KbEntryRows.IdxTitleQuestionAnswer
Class representing index 'ITitleQuestionAnswerKeywords'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
KbEntryRows.IdxTitleQuestionAnswerKeywords
Class representing index 'ITitleQuestionAnswerKeywords'.
KbEntryRows.IdxWorkflowPhase
Class representing index 'IDXKb_entryWorkflow_phase'.
KbEntryWordsRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_entry_words table.
KbEntryWordsRecordDataExtensions
Extension methods to make it easy to fetch KbEntryWordsRecordData objects from the database, using the TargetedSelect infrastructure
KbEntryWordsRow
This table contains all the words and how many times the are refered to in the FAQ entires
Row Object for table 'kb_entry_words'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
KbEntryWordsRow.CustomSearch
Class representing a custom search against table 'kb_entry_words'. Use this class to create a query that is pre-populated with the correct KbEntryWordsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbEntryWordsRow. If your query matches more than one row in the database, the result will reflect the first row only.
KbEntryWordsRow.IdxKbEntryWordsId
Class representing index 'IDXKb_entry_wordsId'.
KbEntryWordsRows
This table contains all the words and how many times the are refered to in the FAQ entires Collection of KbEntryWordsRow. Each element of the collection represents one row in the KbEntryWords table.
KbEntryWordsRows.CustomSearch
Class representing a custom search against table 'kb_entry_words'. Use this class to create a query that is pre-populated with the correct KbEntryWordsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbEntryWordsRows collection of matching rows.
KbEntryWordsRows.IdxWord
Class representing index 'IDXKb_entry_wordsWord'.
KbGroupEntryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_group_entry table.
KbGroupEntryRecordDataExtensions
Extension methods to make it easy to fetch KbGroupEntryRecordData objects from the database, using the TargetedSelect infrastructure
KbGroupEntryRow
This table contains group entries for FAQ groups.
Row Object for table 'kb_group_entry'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
KbGroupEntryRow.CustomSearch
Class representing a custom search against table 'kb_group_entry'. Use this class to create a query that is pre-populated with the correct KbGroupEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbGroupEntryRow. If your query matches more than one row in the database, the result will reflect the first row only.
KbGroupEntryRow.IdxKbGroupEntryId
Class representing index 'IDXKb_group_entryId'.
KbGroupEntryRows
This table contains group entries for FAQ groups. Collection of KbGroupEntryRow. Each element of the collection represents one row in the KbGroupEntry table.
KbGroupEntryRows.CustomSearch
Class representing a custom search against table 'kb_group_entry'. Use this class to create a query that is pre-populated with the correct KbGroupEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbGroupEntryRows collection of matching rows.
KbGroupEntryRows.IdxKbEntryId
Class representing index 'IDXKb_group_entryKb_entry_id'.
KbGroupEntryRows.IdxKbGroupId
Class representing index 'IDXKb_group_entryKb_group_id'.
KbGroupRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_group table.
KbGroupRecordDataExtensions
Extension methods to make it easy to fetch KbGroupRecordData objects from the database, using the TargetedSelect infrastructure
KbGroupRow
This table contains FAQ groups. A group is a cluster of entries (potentially located anywhere in the FAQ hierarchy). A group is located in a certain category.
Row Object for table 'kb_group'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
KbGroupRow.CustomSearch
Class representing a custom search against table 'kb_group'. Use this class to create a query that is pre-populated with the correct KbGroupTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbGroupRow. If your query matches more than one row in the database, the result will reflect the first row only.
KbGroupRow.IdxKbGroupId
Class representing index 'IDXKb_groupId'.
KbGroupRows
This table contains FAQ groups. A group is a cluster of entries (potentially located anywhere in the FAQ hierarchy). A group is located in a certain category. Collection of KbGroupRow. Each element of the collection represents one row in the KbGroup table.
KbGroupRows.CustomSearch
Class representing a custom search against table 'kb_group'. Use this class to create a query that is pre-populated with the correct KbGroupTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbGroupRows collection of matching rows.
KbGroupRows.IdxDbiAgentId
Class representing index 'IDXKb_groupDbi_agent_id'.
KbGroupRows.IdxDbiKey
Class representing index 'IDXKb_groupDbi_key'.
KbGroupRows.IdxDbiLastModified
Class representing index 'IDXKb_groupDbi_last_modified'.
KbGroupRows.IdxDbiLastSyncronized
Class representing index 'IDXKb_groupDbi_last_syncroniz'.
KbGroupRows.IdxKbCategoryId
Class representing index 'IDXKb_groupKb_category_id'.
KbGroupRows.IdxParentId
Class representing index 'IDXKb_groupParent_id'.
KbHttpLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_http_link table.
KbHttpLinkRecordDataExtensions
Extension methods to make it easy to fetch KbHttpLinkRecordData objects from the database, using the TargetedSelect infrastructure
KbHttpLinkRow
This table contains URL's associated with a single FAQ entry.
Row Object for table 'kb_http_link'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
KbHttpLinkRow.CustomSearch
Class representing a custom search against table 'kb_http_link'. Use this class to create a query that is pre-populated with the correct KbHttpLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbHttpLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
KbHttpLinkRow.IdxKbHttpLinkId
Class representing index 'IDXKb_http_linkId'.
KbHttpLinkRows
This table contains URL's associated with a single FAQ entry. Collection of KbHttpLinkRow. Each element of the collection represents one row in the KbHttpLink table.
KbHttpLinkRows.CustomSearch
Class representing a custom search against table 'kb_http_link'. Use this class to create a query that is pre-populated with the correct KbHttpLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbHttpLinkRows collection of matching rows.
KbHttpLinkRows.IdxEntryId
Class representing index 'IDXKb_http_linkEntry_id'.
KbSolutionFinderEntryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_solution_finder_entry table.
KbSolutionFinderEntryRecordDataExtensions
Extension methods to make it easy to fetch KbSolutionFinderEntryRecordData objects from the database, using the TargetedSelect infrastructure
KbSolutionFinderEntryRow
Knowledge base problem solving wizard, items in a category linking to a knowledge base entry
Row Object for table 'kb_solution_finder_entry'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
KbSolutionFinderEntryRow.CustomSearch
Class representing a custom search against table 'kb_solution_finder_entry'. Use this class to create a query that is pre-populated with the correct KbSolutionFinderEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbSolutionFinderEntryRow. If your query matches more than one row in the database, the result will reflect the first row only.
KbSolutionFinderEntryRow.IdxKbSolutionFinderEntryId
Class representing index 'IDXKb_solution_finder_entryId'.
KbSolutionFinderEntryRows
Knowledge base problem solving wizard, items in a category linking to a knowledge base entry Collection of KbSolutionFinderEntryRow. Each element of the collection represents one row in the KbSolutionFinderEntry table.
KbSolutionFinderEntryRows.CustomSearch
Class representing a custom search against table 'kb_solution_finder_entry'. Use this class to create a query that is pre-populated with the correct KbSolutionFinderEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbSolutionFinderEntryRows collection of matching rows.
KbSolutionFinderEntryRows.IdxKbEntry
Class representing index 'IDXKb_solution_finder_entryKb'.
KbSolutionFinderEntryRows.IdxSolutionFinder
Class representing index 'IDXKb_solution_finder_entrySo'.
KbSolutionFinderRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_solution_finder table.
KbSolutionFinderRecordDataExtensions
Extension methods to make it easy to fetch KbSolutionFinderRecordData objects from the database, using the TargetedSelect infrastructure
KbSolutionFinderRow
Knowledge base problem solving wizard, categories and subcategories for drilling down
Row Object for table 'kb_solution_finder'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
KbSolutionFinderRow.CustomSearch
Class representing a custom search against table 'kb_solution_finder'. Use this class to create a query that is pre-populated with the correct KbSolutionFinderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbSolutionFinderRow. If your query matches more than one row in the database, the result will reflect the first row only.
KbSolutionFinderRow.IdxKbSolutionFinderId
Class representing index 'IDXKb_solution_finderId'.
KbSolutionFinderRows
Knowledge base problem solving wizard, categories and subcategories for drilling down Collection of KbSolutionFinderRow. Each element of the collection represents one row in the KbSolutionFinder table.
KbSolutionFinderRows.CustomSearch
Class representing a custom search against table 'kb_solution_finder'. Use this class to create a query that is pre-populated with the correct KbSolutionFinderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbSolutionFinderRows collection of matching rows.
KbSolutionFinderRows.IdxParentId
Class representing index 'IDXKb_solution_finderParent_i'.
KbWorkflowAccessRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_workflow_access table.
KbWorkflowAccessRecordDataExtensions
Extension methods to make it easy to fetch KbWorkflowAccessRecordData objects from the database, using the TargetedSelect infrastructure
KbWorkflowAccessRow
Control of who can do what in a knowledge base workflow step
Row Object for table 'kb_workflow_access'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
KbWorkflowAccessRow.CustomSearch
Class representing a custom search against table 'kb_workflow_access'. Use this class to create a query that is pre-populated with the correct KbWorkflowAccessTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbWorkflowAccessRow. If your query matches more than one row in the database, the result will reflect the first row only.
KbWorkflowAccessRow.IdxKbWorkflowAccessId
Class representing index 'IDXKb_workflow_accessId'.
KbWorkflowAccessRows
Control of who can do what in a knowledge base workflow step Collection of KbWorkflowAccessRow. Each element of the collection represents one row in the KbWorkflowAccess table.
KbWorkflowAccessRows.CustomSearch
Class representing a custom search against table 'kb_workflow_access'. Use this class to create a query that is pre-populated with the correct KbWorkflowAccessTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbWorkflowAccessRows collection of matching rows.
KbWorkflowAccessRows.IdxKbWorkflow
Class representing index 'IDXKb_workflow_accessKb_workf'.
KbWorkflowAccessRows.IdxUserId
Class representing index 'IDXKb_workflow_accessUser_id'.
KbWorkflowRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_workflow table.
KbWorkflowRecordDataExtensions
Extension methods to make it easy to fetch KbWorkflowRecordData objects from the database, using the TargetedSelect infrastructure
KbWorkflowRow
Knowledge base workflow steps
Row Object for table 'kb_workflow'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
KbWorkflowRow.CustomSearch
Class representing a custom search against table 'kb_workflow'. Use this class to create a query that is pre-populated with the correct KbWorkflowTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbWorkflowRow. If your query matches more than one row in the database, the result will reflect the first row only.
KbWorkflowRow.IdxKbWorkflowId
Class representing index 'IDXKb_workflowId'.
KbWorkflowRows
Knowledge base workflow steps Collection of KbWorkflowRow. Each element of the collection represents one row in the KbWorkflow table.
KbWorkflowRows.CustomSearch
Class representing a custom search against table 'kb_workflow'. Use this class to create a query that is pre-populated with the correct KbWorkflowTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a KbWorkflowRows collection of matching rows.
KbWorkflowRows.IdxNext
Class representing index 'IDXKb_workflowNext'.
KbWorkflowRows.IdxPrevious
Class representing index 'IDXKb_workflowPrevious'.
LanguageInfoCountryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the LanguageInfoCountry table.
LanguageInfoCountryRecordDataExtensions
Extension methods to make it easy to fetch LanguageInfoCountryRecordData objects from the database, using the TargetedSelect infrastructure
LanguageInfoCountryRow
Many-many link between countries and languages, to give intelligent choices for language
Row Object for table 'LanguageInfoCountry'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
LanguageInfoCountryRow.CustomSearch
Class representing a custom search against table 'LanguageInfoCountry'. Use this class to create a query that is pre-populated with the correct LanguageInfoCountryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LanguageInfoCountryRow. If your query matches more than one row in the database, the result will reflect the first row only.
LanguageInfoCountryRow.IdxLanguageInfoCountryId
Class representing index 'IDXLanguageInfoCountryId'.
LanguageInfoCountryRows
Many-many link between countries and languages, to give intelligent choices for language Collection of LanguageInfoCountryRow. Each element of the collection represents one row in the LanguageInfoCountry table.
LanguageInfoCountryRows.CustomSearch
Class representing a custom search against table 'LanguageInfoCountry'. Use this class to create a query that is pre-populated with the correct LanguageInfoCountryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LanguageInfoCountryRows collection of matching rows.
LanguageInfoRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the LanguageInfo table.
LanguageInfoRecordDataExtensions
Extension methods to make it easy to fetch LanguageInfoRecordData objects from the database, using the TargetedSelect infrastructure
LanguageInfoRow
Information about languages, from ISO standards and related information
Row Object for table 'LanguageInfo'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
LanguageInfoRow.CustomSearch
Class representing a custom search against table 'LanguageInfo'. Use this class to create a query that is pre-populated with the correct LanguageInfoTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LanguageInfoRow. If your query matches more than one row in the database, the result will reflect the first row only.
LanguageInfoRow.IdxLanguageInfoId
Class representing index 'IDXLanguageInfoId'.
LanguageInfoRows
Information about languages, from ISO standards and related information Collection of LanguageInfoRow. Each element of the collection represents one row in the LanguageInfo table.
LanguageInfoRows.CustomSearch
Class representing a custom search against table 'LanguageInfo'. Use this class to create a query that is pre-populated with the correct LanguageInfoTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LanguageInfoRows collection of matching rows.
LegalBaseRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the LegalBase table.
LegalBaseRecordDataExtensions
Extension methods to make it easy to fetch LegalBaseRecordData objects from the database, using the TargetedSelect infrastructure
LegalBaseRow
Legal base for GDPR (Article 6)
Row Object for table 'LegalBase'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
LegalBaseRow.CustomSearch
Class representing a custom search against table 'LegalBase'. Use this class to create a query that is pre-populated with the correct LegalBaseTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LegalBaseRow. If your query matches more than one row in the database, the result will reflect the first row only.
LegalBaseRow.IdxKey
Class representing index 'IDXLegalBaseKey'.
LegalBaseRow.IdxLegalBaseId
Class representing index 'IDXLegalBaseId'.
LegalBaseRows
Legal base for GDPR (Article 6) Collection of LegalBaseRow. Each element of the collection represents one row in the LegalBase table.
LegalBaseRows.CustomSearch
Class representing a custom search against table 'LegalBase'. Use this class to create a query that is pre-populated with the correct LegalBaseTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LegalBaseRows collection of matching rows.
LegalHtmlTagsRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the legal_html_tags table.
LegalHtmlTagsRecordDataExtensions
Extension methods to make it easy to fetch LegalHtmlTagsRecordData objects from the database, using the TargetedSelect infrastructure
LegalHtmlTagsRow
This table is used as a list of all legal HTML tags. HTML tags not in this list will be ignored when viewing html versions of messages
Row Object for table 'legal_html_tags'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
LegalHtmlTagsRow.CustomSearch
Class representing a custom search against table 'legal_html_tags'. Use this class to create a query that is pre-populated with the correct LegalHtmlTagsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LegalHtmlTagsRow. If your query matches more than one row in the database, the result will reflect the first row only.
LegalHtmlTagsRow.IdxLegalHtmlTagsId
Class representing index 'IDXLegal_html_tagsId'.
LegalHtmlTagsRows
This table is used as a list of all legal HTML tags. HTML tags not in this list will be ignored when viewing html versions of messages Collection of LegalHtmlTagsRow. Each element of the collection represents one row in the LegalHtmlTags table.
LegalHtmlTagsRows.CustomSearch
Class representing a custom search against table 'legal_html_tags'. Use this class to create a query that is pre-populated with the correct LegalHtmlTagsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LegalHtmlTagsRows collection of matching rows.
LicenseAssocLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the LicenseAssocLink table.
LicenseAssocLinkRecordDataExtensions
Extension methods to make it easy to fetch LicenseAssocLinkRecordData objects from the database, using the TargetedSelect infrastructure
LicenseAssocLinkRow
Link between ModuleLicense and Associate, for per-assoc licenses; this is how licenses are assigned/consumed
Row Object for table 'LicenseAssocLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
LicenseAssocLinkRow.CustomSearch
Class representing a custom search against table 'LicenseAssocLink'. Use this class to create a query that is pre-populated with the correct LicenseAssocLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LicenseAssocLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
LicenseAssocLinkRow.IdxLicenseAssocLinkId
Class representing index 'IDXLicenseAssocLinkId'.
LicenseAssocLinkRow.IdxModuleLicenseIdAssocId
Class representing index 'IModuleLicenseIdAssocId'.
LicenseAssocLinkRows
Link between ModuleLicense and Associate, for per-assoc licenses; this is how licenses are assigned/consumed Collection of LicenseAssocLinkRow. Each element of the collection represents one row in the LicenseAssocLink table.
LicenseAssocLinkRows.CustomSearch
Class representing a custom search against table 'LicenseAssocLink'. Use this class to create a query that is pre-populated with the correct LicenseAssocLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LicenseAssocLinkRows collection of matching rows.
LicenseAssocLinkRows.IdxModuleLicenseId
Class representing index 'IModuleLicenseIdAssocId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
LicenseSatlLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the LicenseSatlLink table.
LicenseSatlLinkRecordDataExtensions
Extension methods to make it easy to fetch LicenseSatlLinkRecordData objects from the database, using the TargetedSelect infrastructure
LicenseSatlLinkRow
Link between License and Satellite, for per-database licenses
Row Object for table 'LicenseSatlLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
LicenseSatlLinkRow.CustomSearch
Class representing a custom search against table 'LicenseSatlLink'. Use this class to create a query that is pre-populated with the correct LicenseSatlLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LicenseSatlLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
LicenseSatlLinkRow.IdxLicenseSatlLinkId
Class representing index 'IDXLicenseSatlLinkId'.
LicenseSatlLinkRow.IdxModuleLicenseIdSatelliteId
Class representing index 'IModuleLicenseIdSatelliteId'.
LicenseSatlLinkRows
Link between License and Satellite, for per-database licenses Collection of LicenseSatlLinkRow. Each element of the collection represents one row in the LicenseSatlLink table.
LicenseSatlLinkRows.CustomSearch
Class representing a custom search against table 'LicenseSatlLink'. Use this class to create a query that is pre-populated with the correct LicenseSatlLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LicenseSatlLinkRows collection of matching rows.
LicenseSatlLinkRows.IdxModuleLicenseId
Class representing index 'IModuleLicenseIdSatelliteId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
LocaleTextRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the LocaleText table.
LocaleTextRecordDataExtensions
Extension methods to make it easy to fetch LocaleTextRecordData objects from the database, using the TargetedSelect infrastructure
LocaleTextRow
Multi-language text items. Used for user-defined field labels. Must be assigned correct name to match the language they start SuperOffice in. This table should be viewed in conjunction with FieldLabel. If a row in FieldLable has active = 1 this table will need to contain at least one row with the same resourceId as the FieldLabel row. The language id can be either 0 or one of the Windows language ID's; SuperOffice will pick the correct language on startup according to the user settings. If a label cannot be found with the given language and also not with language 0, it will not be substituted.
Row Object for table 'LocaleText'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
LocaleTextRow.CustomSearch
Class representing a custom search against table 'LocaleText'. Use this class to create a query that is pre-populated with the correct LocaleTextTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LocaleTextRow. If your query matches more than one row in the database, the result will reflect the first row only.
LocaleTextRow.IdxLanguageIdTypeIdResourceId
Class representing index 'ILanguageIdTypeIdResourceId'.
LocaleTextRow.IdxLocaleTextId
Class representing index 'IDXLocaleTextId'.
LocaleTextRows
Multi-language text items. Used for user-defined field labels. Must be assigned correct name to match the language they start SuperOffice in. This table should be viewed in conjunction with FieldLabel. If a row in FieldLable has active = 1 this table will need to contain at least one row with the same resourceId as the FieldLabel row. The language id can be either 0 or one of the Windows language ID's; SuperOffice will pick the correct language on startup according to the user settings. If a label cannot be found with the given language and also not with language 0, it will not be substituted. Collection of LocaleTextRow. Each element of the collection represents one row in the LocaleText table.
LocaleTextRows.CustomSearch
Class representing a custom search against table 'LocaleText'. Use this class to create a query that is pre-populated with the correct LocaleTextTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LocaleTextRows collection of matching rows.
LocaleTextRows.IdxLanguageId
Class representing index 'ILanguageIdTypeIdResourceId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
LocaleTextRows.IdxLanguageIdTypeId
Class representing index 'ILanguageIdTypeIdResourceId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
LocaleTextRows.IdxResourceId
Class representing index 'IDXLocaleTextResourceId'.
LockingRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the locking table.
LockingRecordDataExtensions
Extension methods to make it easy to fetch LockingRecordData objects from the database, using the TargetedSelect infrastructure
LockingRow
Generic locking and error messages
Row Object for table 'locking'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
LockingRow.CustomSearch
Class representing a custom search against table 'locking'. Use this class to create a query that is pre-populated with the correct LockingTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LockingRow. If your query matches more than one row in the database, the result will reflect the first row only.
LockingRow.IdxLockingId
Class representing index 'IDXLockingId'.
LockingRows
Generic locking and error messages Collection of LockingRow. Each element of the collection represents one row in the Locking table.
LockingRows.CustomSearch
Class representing a custom search against table 'locking'. Use this class to create a query that is pre-populated with the correct LockingTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LockingRows collection of matching rows.
LogDebugRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the log_debug table.
LogDebugRecordDataExtensions
Extension methods to make it easy to fetch LogDebugRecordData objects from the database, using the TargetedSelect infrastructure
LogDebugRow
A log used for debugging, especially useful for bLogic/ejscript
Row Object for table 'log_debug'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
LogDebugRow.CustomSearch
Class representing a custom search against table 'log_debug'. Use this class to create a query that is pre-populated with the correct LogDebugTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LogDebugRow. If your query matches more than one row in the database, the result will reflect the first row only.
LogDebugRow.IdxLogDebugId
Class representing index 'IDXLog_debugId'.
LogDebugRows
A log used for debugging, especially useful for bLogic/ejscript Collection of LogDebugRow. Each element of the collection represents one row in the LogDebug table.
LogDebugRows.CustomSearch
Class representing a custom search against table 'log_debug'. Use this class to create a query that is pre-populated with the correct LogDebugTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LogDebugRows collection of matching rows.
LogEventsRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the log_events table.
LogEventsRecordDataExtensions
Extension methods to make it easy to fetch LogEventsRecordData objects from the database, using the TargetedSelect infrastructure
LogEventsRow
System log
Row Object for table 'log_events'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
LogEventsRow.CustomSearch
Class representing a custom search against table 'log_events'. Use this class to create a query that is pre-populated with the correct LogEventsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LogEventsRow. If your query matches more than one row in the database, the result will reflect the first row only.
LogEventsRow.IdxLogEventsId
Class representing index 'IDXLog_eventsId'.
LogEventsRows
System log Collection of LogEventsRow. Each element of the collection represents one row in the LogEvents table.
LogEventsRows.CustomSearch
Class representing a custom search against table 'log_events'. Use this class to create a query that is pre-populated with the correct LogEventsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LogEventsRows collection of matching rows.
LoginCustomerRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the login_customer table.
LoginCustomerRecordDataExtensions
Extension methods to make it easy to fetch LoginCustomerRecordData objects from the database, using the TargetedSelect infrastructure
LoginCustomerRow
This table contains entries for customer sessions. At first only used for Soap logins, but will later also be used for web logins
Row Object for table 'login_customer'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
LoginCustomerRow.CustomSearch
Class representing a custom search against table 'login_customer'. Use this class to create a query that is pre-populated with the correct LoginCustomerTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LoginCustomerRow. If your query matches more than one row in the database, the result will reflect the first row only.
LoginCustomerRow.IdxLoginCustomerId
Class representing index 'IDXLogin_customerId'.
LoginCustomerRows
This table contains entries for customer sessions. At first only used for Soap logins, but will later also be used for web logins Collection of LoginCustomerRow. Each element of the collection represents one row in the LoginCustomer table.
LoginCustomerRows.CustomSearch
Class representing a custom search against table 'login_customer'. Use this class to create a query that is pre-populated with the correct LoginCustomerTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LoginCustomerRows collection of matching rows.
LoginCustomerRows.IdxCustomerId
Class representing index 'IDXLogin_customerCustomer_id'.
LoginCustomerRows.IdxLoginOrigin
Class representing index 'IDXLogin_customerOrigin'.
LoginCustomerRows.IdxSessionKey
Class representing index 'IDXLogin_customerSession_key'.
LoginRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the login table.
LoginRecordDataExtensions
Extension methods to make it easy to fetch LoginRecordData objects from the database, using the TargetedSelect infrastructure
LoginRow
This table contains entries for the user sessions.
Row Object for table 'login'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
LoginRow.CustomSearch
Class representing a custom search against table 'login'. Use this class to create a query that is pre-populated with the correct LoginTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LoginRow. If your query matches more than one row in the database, the result will reflect the first row only.
LoginRow.IdxLoginId
Class representing index 'IDXLoginId'.
LoginRows
This table contains entries for the user sessions. Collection of LoginRow. Each element of the collection represents one row in the Login table.
LoginRows.CustomSearch
Class representing a custom search against table 'login'. Use this class to create a query that is pre-populated with the correct LoginTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a LoginRows collection of matching rows.
LoginRows.IdxLoginOrigin
Class representing index 'IDXLoginOrigin'.
LoginRows.IdxSessionKey
Class representing index 'IDXLoginSession_key'.
LoginRows.IdxStatus
Class representing index 'IDXLoginStatus'.
LoginRows.IdxUserId
Class representing index 'IDXLoginUser_id'.
MailAliasRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the mail_alias table.
MailAliasRecordDataExtensions
Extension methods to make it easy to fetch MailAliasRecordData objects from the database, using the TargetedSelect infrastructure
MailAliasRow
This table contains the alias'es for each mailbox, one-to-many-relation. It is in so we can substract the alias'es when when listing the recipients of a message.
Row Object for table 'mail_alias'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
MailAliasRow.CustomSearch
Class representing a custom search against table 'mail_alias'. Use this class to create a query that is pre-populated with the correct MailAliasTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MailAliasRow. If your query matches more than one row in the database, the result will reflect the first row only.
MailAliasRow.IdxMailAliasId
Class representing index 'IDXMail_aliasId'.
MailAliasRows
This table contains the alias'es for each mailbox, one-to-many-relation. It is in so we can substract the alias'es when when listing the recipients of a message.
Collection of MailAliasRow. Each element of the collection represents one row in the MailAlias
table.
MailAliasRows.CustomSearch
Class representing a custom search against table 'mail_alias'. Use this class to create a query that is pre-populated with the correct MailAliasTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MailAliasRows collection of matching rows.
MailAliasRows.IdxFilterId
Class representing index 'IDXMail_aliasFilter_id'.
MailBlockRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the mail_block table.
MailBlockRecordDataExtensions
Extension methods to make it easy to fetch MailBlockRecordData objects from the database, using the TargetedSelect infrastructure
MailBlockRow
This table controls the spam-protection system, ensuring that a single email recipient does not recieve too many emails during a certain period of time.
Row Object for table 'mail_block'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
MailBlockRow.CustomSearch
Class representing a custom search against table 'mail_block'. Use this class to create a query that is pre-populated with the correct MailBlockTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MailBlockRow. If your query matches more than one row in the database, the result will reflect the first row only.
MailBlockRow.IdxMailBlockId
Class representing index 'IDXMail_blockId'.
MailBlockRows
This table controls the spam-protection system, ensuring that a single email recipient does not recieve too many emails during a certain period of time. Collection of MailBlockRow. Each element of the collection represents one row in the MailBlock table.
MailBlockRows.CustomSearch
Class representing a custom search against table 'mail_block'. Use this class to create a query that is pre-populated with the correct MailBlockTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MailBlockRows collection of matching rows.
MailInFilterRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the mail_in_filter table.
MailInFilterRecordDataExtensions
Extension methods to make it easy to fetch MailInFilterRecordData objects from the database, using the TargetedSelect infrastructure
MailInFilterRow
This table contains entries for the mailboxes the eJournal system is fetching mail from (POP3 or IMAP).
Row Object for table 'mail_in_filter'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
MailInFilterRow.CustomSearch
Class representing a custom search against table 'mail_in_filter'. Use this class to create a query that is pre-populated with the correct MailInFilterTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MailInFilterRow. If your query matches more than one row in the database, the result will reflect the first row only.
MailInFilterRow.IdxMailInFilterId
Class representing index 'IDXMail_in_filterId'.
MailInFilterRows
This table contains entries for the mailboxes the eJournal system is fetching mail from (POP3 or IMAP). Collection of MailInFilterRow. Each element of the collection represents one row in the MailInFilter table.
MailInFilterRows.CustomSearch
Class representing a custom search against table 'mail_in_filter'. Use this class to create a query that is pre-populated with the correct MailInFilterTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MailInFilterRows collection of matching rows.
MailInFilterRows.IdxCategoryId
Class representing index 'IDXMail_in_filterCategory_id'.
MailInFilterRows.IdxLanguageId
Class representing index 'IDXMail_in_filterLanguage_id'.
MailInFilterRows.IdxPriority
Class representing index 'IDXMail_in_filterPriority'.
MailInFilterRows.IdxReplyTemplateId
Class representing index 'IDXMail_in_filterReply_templa'.
MailInUidlRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the mail_in_uidl table.
MailInUidlRecordDataExtensions
Extension methods to make it easy to fetch MailInUidlRecordData objects from the database, using the TargetedSelect infrastructure
MailInUidlRow
This table is used to avoid spamming the system by importing the same message several times (normally a result of a crash somewhere). When a mailbox is openede, then unique id for each message is stored in this table, and then removed only when the message has been correctly imported and deleted from mailbox.
Row Object for table 'mail_in_uidl'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
MailInUidlRow.CustomSearch
Class representing a custom search against table 'mail_in_uidl'. Use this class to create a query that is pre-populated with the correct MailInUidlTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MailInUidlRow. If your query matches more than one row in the database, the result will reflect the first row only.
MailInUidlRow.IdxMailInUidlId
Class representing index 'IDXMail_in_uidlId'.
MailInUidlRows
This table is used to avoid spamming the system by importing the same message several times (normally a result of a crash somewhere). When a mailbox is openede, then unique id for each message is stored in this table, and then removed only when the message has been correctly imported and deleted from mailbox. Collection of MailInUidlRow. Each element of the collection represents one row in the MailInUidl table.
MailInUidlRows.CustomSearch
Class representing a custom search against table 'mail_in_uidl'. Use this class to create a query that is pre-populated with the correct MailInUidlTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MailInUidlRows collection of matching rows.
MailInUidlRows.IdxFilterId
Class representing index 'IDXMail_in_uidlFilter_id'.
MailingDomainsRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the MailingDomains table.
MailingDomainsRecordDataExtensions
Extension methods to make it easy to fetch MailingDomainsRecordData objects from the database, using the TargetedSelect infrastructure
MailingDomainsRow
List of allowed domains used in a Mailing
Row Object for table 'MailingDomains'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
MailingDomainsRow.CustomSearch
Class representing a custom search against table 'MailingDomains'. Use this class to create a query that is pre-populated with the correct MailingDomainsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MailingDomainsRow. If your query matches more than one row in the database, the result will reflect the first row only.
MailingDomainsRow.IdxMailingDomainsId
Class representing index 'IDXMailingDomainsId'.
MailingDomainsRow.IdxName
Class representing index 'IDXMailingDomainsName'.
MailingDomainsRows
List of allowed domains used in a Mailing Collection of MailingDomainsRow. Each element of the collection represents one row in the MailingDomains table.
MailingDomainsRows.CustomSearch
Class representing a custom search against table 'MailingDomains'. Use this class to create a query that is pre-populated with the correct MailingDomainsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MailingDomainsRows collection of matching rows.
MergeMoveLogRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the MergeMoveLog table.
MergeMoveLogRecordDataExtensions
Extension methods to make it easy to fetch MergeMoveLogRecordData objects from the database, using the TargetedSelect infrastructure
MergeMoveLogRow
Log of merge and move operations (person, contact, project)
Row Object for table 'MergeMoveLog'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
MergeMoveLogRow.CustomSearch
Class representing a custom search against table 'MergeMoveLog'. Use this class to create a query that is pre-populated with the correct MergeMoveLogTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MergeMoveLogRow. If your query matches more than one row in the database, the result will reflect the first row only.
MergeMoveLogRow.IdxMergeMoveLogId
Class representing index 'IDXMergeMoveLogId'.
MergeMoveLogRows
Log of merge and move operations (person, contact, project) Collection of MergeMoveLogRow. Each element of the collection represents one row in the MergeMoveLog table.
MergeMoveLogRows.CustomSearch
Class representing a custom search against table 'MergeMoveLog'. Use this class to create a query that is pre-populated with the correct MergeMoveLogTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MergeMoveLogRows collection of matching rows.
MergeMoveLogRows.IdxOperation
Class representing index 'IDXMergeMoveLogOperation'.
MergeMoveLogRows.IdxTableNumber
Class representing index 'IDXMergeMoveLogTableNumber'.
MessageCustomersRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the message_customers table.
MessageCustomersRecordDataExtensions
Extension methods to make it easy to fetch MessageCustomersRecordData objects from the database, using the TargetedSelect infrastructure
MessageCustomersRow
This table contains all cutomers who are involved in a message
Row Object for table 'message_customers'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
MessageCustomersRow.CustomSearch
Class representing a custom search against table 'message_customers'. Use this class to create a query that is pre-populated with the correct MessageCustomersTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MessageCustomersRow. If your query matches more than one row in the database, the result will reflect the first row only.
MessageCustomersRow.IdxMessageCustomersId
Class representing index 'IDXMessage_customersId'.
MessageCustomersRows
This table contains all cutomers who are involved in a message Collection of MessageCustomersRow. Each element of the collection represents one row in the MessageCustomers table.
MessageCustomersRows.CustomSearch
Class representing a custom search against table 'message_customers'. Use this class to create a query that is pre-populated with the correct MessageCustomersTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MessageCustomersRows collection of matching rows.
MessageCustomersRows.IdxCustomerId
Class representing index 'IDXMessage_customersCustomer_'.
MessageCustomersRows.IdxMessageId
Class representing index 'IDXMessage_customersMessage_i'.
MessageHandlerRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the MessageHandler table.
MessageHandlerRecordDataExtensions
Extension methods to make it easy to fetch MessageHandlerRecordData objects from the database, using the TargetedSelect infrastructure
MessageHandlerRow
Presence and heartbeat of a message handler, should be updated once a minute. Older records are stale
Row Object for table 'MessageHandler'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
MessageHandlerRow.CustomSearch
Class representing a custom search against table 'MessageHandler'. Use this class to create a query that is pre-populated with the correct MessageHandlerTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MessageHandlerRow. If your query matches more than one row in the database, the result will reflect the first row only.
MessageHandlerRow.IdxMessageHandlerId
Class representing index 'IDXMessageHandlerId'.
MessageHandlerRow.IdxUniqueIdentifier
Class representing index 'IDXMessageHandlerUniqueIdenti'.
MessageHandlerRows
Presence and heartbeat of a message handler, should be updated once a minute. Older records are stale Collection of MessageHandlerRow. Each element of the collection represents one row in the MessageHandler table.
MessageHandlerRows.CustomSearch
Class representing a custom search against table 'MessageHandler'. Use this class to create a query that is pre-populated with the correct MessageHandlerTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MessageHandlerRows collection of matching rows.
MessageHandlerRows.IdxMachine
Class representing index 'IDXMessageHandlerMachine'.
MessageHeaderRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the message_header table.
MessageHeaderRecordDataExtensions
Extension methods to make it easy to fetch MessageHeaderRecordData objects from the database, using the TargetedSelect infrastructure
MessageHeaderRow
This table contains small pieces of information which is listed over the body for each message.
Row Object for table 'message_header'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
MessageHeaderRow.CustomSearch
Class representing a custom search against table 'message_header'. Use this class to create a query that is pre-populated with the correct MessageHeaderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MessageHeaderRow. If your query matches more than one row in the database, the result will reflect the first row only.
MessageHeaderRow.IdxMessageHeaderId
Class representing index 'IDXMessage_headerId'.
MessageHeaderRows
This table contains small pieces of information which is listed over the body for each message. Collection of MessageHeaderRow. Each element of the collection represents one row in the MessageHeader table.
MessageHeaderRows.CustomSearch
Class representing a custom search against table 'message_header'. Use this class to create a query that is pre-populated with the correct MessageHeaderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MessageHeaderRows collection of matching rows.
MessageHeaderRows.IdxMessageId
Class representing index 'IDXMessage_headerMessage_id'.
MessageIdRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the message_id table.
MessageIdRecordDataExtensions
Extension methods to make it easy to fetch MessageIdRecordData objects from the database, using the TargetedSelect infrastructure
MessageIdRow
This table links an email message id to an eJournal item
Row Object for table 'message_id'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
MessageIdRow.CustomSearch
Class representing a custom search against table 'message_id'. Use this class to create a query that is pre-populated with the correct MessageIdTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MessageIdRow. If your query matches more than one row in the database, the result will reflect the first row only.
MessageIdRow.IdxMessageIdId
Class representing index 'IDXMessage_idId'.
MessageIdRows
This table links an email message id to an eJournal item Collection of MessageIdRow. Each element of the collection represents one row in the MessageId table.
MessageIdRows.CustomSearch
Class representing a custom search against table 'message_id'. Use this class to create a query that is pre-populated with the correct MessageIdTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MessageIdRows collection of matching rows.
MessageIdRows.IdxDomain
Class representing index 'IDXMessage_idDomain'.
MessageIdRows.IdxItemId
Class representing index 'IDXMessage_idItem_id'.
MessageIdRows.IdxMessageId
Class representing index 'IDXMessage_idMessageId'.
MessageRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Message table.
MessageRecordDataExtensions
Extension methods to make it easy to fetch MessageRecordData objects from the database, using the TargetedSelect infrastructure
MessageRow
Definition of a message, corresponding to the header of a protocol
Row Object for table 'Message'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
MessageRow.CustomSearch
Class representing a custom search against table 'Message'. Use this class to create a query that is pre-populated with the correct MessageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MessageRow. If your query matches more than one row in the database, the result will reflect the first row only.
MessageRow.IdxAssociateIdSystemMessageIdOnlineappId
Class representing index 'IAssociateIdSystemMessageIdOn'.
MessageRow.IdxMessageId
Class representing index 'IDXMessageId'.
MessageRows
Definition of a message, corresponding to the header of a protocol Collection of MessageRow. Each element of the collection represents one row in the Message table.
MessageRows.CustomSearch
Class representing a custom search against table 'Message'. Use this class to create a query that is pre-populated with the correct MessageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MessageRows collection of matching rows.
MessageRows.IdxAssociateId
Class representing index 'IAssociateIdSystemMessageIdOn'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
MessageRows.IdxAssociateIdSystemMessageId
Class representing index 'IAssociateIdSystemMessageIdOn'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ModifyRules
Summary description for ModifyRules.
ModuleLicenseRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ModuleLicense table.
ModuleLicenseRecordDataExtensions
Extension methods to make it easy to fetch ModuleLicenseRecordData objects from the database, using the TargetedSelect infrastructure
ModuleLicenseRow
Module licenses, belonging to one single owner
Row Object for table 'ModuleLicense'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ModuleLicenseRow.CustomSearch
Class representing a custom search against table 'ModuleLicense'. Use this class to create a query that is pre-populated with the correct ModuleLicenseTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ModuleLicenseRow. If your query matches more than one row in the database, the result will reflect the first row only.
ModuleLicenseRow.IdxModuleLicenseId
Class representing index 'IDXModuleLicenseId'.
ModuleLicenseRow.IdxModuleNameModuleVersionModuleOwnerId
Class representing index 'IModuleNameModuleVersionModul'.
ModuleLicenseRows
Module licenses, belonging to one single owner Collection of ModuleLicenseRow. Each element of the collection represents one row in the ModuleLicense table.
ModuleLicenseRows.CustomSearch
Class representing a custom search against table 'ModuleLicense'. Use this class to create a query that is pre-populated with the correct ModuleLicenseTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ModuleLicenseRows collection of matching rows.
ModuleLicenseRows.IdxModuleName
Class representing index 'IModuleNameModuleVersionModul'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ModuleLicenseRows.IdxModuleNameModuleVersion
Class representing index 'IModuleNameModuleVersionModul'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ModuleOwnerRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ModuleOwner table.
ModuleOwnerRecordDataExtensions
Extension methods to make it easy to fetch ModuleOwnerRecordData objects from the database, using the TargetedSelect infrastructure
ModuleOwnerRow
Unique owner of a set of licensed modules
Row Object for table 'ModuleOwner'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ModuleOwnerRow.CustomSearch
Class representing a custom search against table 'ModuleOwner'. Use this class to create a query that is pre-populated with the correct ModuleOwnerTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ModuleOwnerRow. If your query matches more than one row in the database, the result will reflect the first row only.
ModuleOwnerRow.IdxModuleOwnerId
Class representing index 'IDXModuleOwnerId'.
ModuleOwnerRow.IdxOwnerName
Class representing index 'IDXModuleOwnerOwnerName'.
ModuleOwnerRows
Unique owner of a set of licensed modules Collection of ModuleOwnerRow. Each element of the collection represents one row in the ModuleOwner table.
ModuleOwnerRows.CustomSearch
Class representing a custom search against table 'ModuleOwner'. Use this class to create a query that is pre-populated with the correct ModuleOwnerTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ModuleOwnerRows collection of matching rows.
MrMrsGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the MrMrsGroupLink table.
MrMrsGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch MrMrsGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
MrMrsGroupLinkRow
User group link table for MrMrs, for MDO item hiding
Row Object for table 'MrMrsGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
MrMrsGroupLinkRow.CustomSearch
Class representing a custom search against table 'MrMrsGroupLink'. Use this class to create a query that is pre-populated with the correct MrMrsGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MrMrsGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
MrMrsGroupLinkRow.IdxMrmrsgrouplinkId
Class representing index 'IDXMrMrsGLId'.
MrMrsGroupLinkRows
User group link table for MrMrs, for MDO item hiding Collection of MrMrsGroupLinkRow. Each element of the collection represents one row in the MrMrsGroupLink table.
MrMrsGroupLinkRows.CustomSearch
Class representing a custom search against table 'MrMrsGroupLink'. Use this class to create a query that is pre-populated with the correct MrMrsGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MrMrsGroupLinkRows collection of matching rows.
MrMrsGroupLinkRows.IdxGroupId
Class representing index 'IDXMrMrsGLGroup_id'.
MrMrsGroupLinkRows.IdxMrMrsId
Class representing index 'IDXMrMrsGLMrmrs_id'.
MrMrsHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the MrMrsHeadingLink table.
MrMrsHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch MrMrsHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
MrMrsHeadingLinkRow
Heading link table for MrMrs, for MDO headers
Row Object for table 'MrMrsHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
MrMrsHeadingLinkRow.CustomSearch
Class representing a custom search against table 'MrMrsHeadingLink'. Use this class to create a query that is pre-populated with the correct MrMrsHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MrMrsHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
MrMrsHeadingLinkRow.IdxMrmrsheadinglinkId
Class representing index 'IDXMrMrsHLId'.
MrMrsHeadingLinkRows
Heading link table for MrMrs, for MDO headers Collection of MrMrsHeadingLinkRow. Each element of the collection represents one row in the MrMrsHeadingLink table.
MrMrsHeadingLinkRows.CustomSearch
Class representing a custom search against table 'MrMrsHeadingLink'. Use this class to create a query that is pre-populated with the correct MrMrsHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MrMrsHeadingLinkRows collection of matching rows.
MrMrsHeadingLinkRows.IdxHeadingId
Class representing index 'IDXMrMrsHLHeading_id'.
MrMrsHeadingLinkRows.IdxMrMrsId
Class representing index 'IDXMrMrsHLMrmrs_id'.
MrMrsRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the MrMrs table.
MrMrsRecordDataExtensions
Extension methods to make it easy to fetch MrMrsRecordData objects from the database, using the TargetedSelect infrastructure
MrMrsRow
MrMrs list table. List of salutations.
Row Object for table 'MrMrs'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
MrMrsRow.CustomSearch
Class representing a custom search against table 'MrMrs'. Use this class to create a query that is pre-populated with the correct MrMrsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MrMrsRow. If your query matches more than one row in the database, the result will reflect the first row only.
MrMrsRow.IdxMrMrsId
Class representing index 'IDXMrMrsId'.
MrMrsRow.IdxName
Class representing index 'IDXMrMrsName'.
MrMrsRows
MrMrs list table. List of salutations. Collection of MrMrsRow. Each element of the collection represents one row in the MrMrs table.
MrMrsRows.CustomSearch
Class representing a custom search against table 'MrMrs'. Use this class to create a query that is pre-populated with the correct MrMrsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MrMrsRows collection of matching rows.
MsFilterMailRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ms_filter_mail table.
MsFilterMailRecordDataExtensions
Extension methods to make it easy to fetch MsFilterMailRecordData objects from the database, using the TargetedSelect infrastructure
MsFilterMailRow
This table connects mail filters (ms_filter) to mailboxes (mail_in_filter).
Row Object for table 'ms_filter_mail'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
MsFilterMailRow.CustomSearch
Class representing a custom search against table 'ms_filter_mail'. Use this class to create a query that is pre-populated with the correct MsFilterMailTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MsFilterMailRow. If your query matches more than one row in the database, the result will reflect the first row only.
MsFilterMailRow.IdxMsFilterMailId
Class representing index 'IDXMs_filter_mailId'.
MsFilterMailRows
This table connects mail filters (ms_filter) to mailboxes (mail_in_filter). Collection of MsFilterMailRow. Each element of the collection represents one row in the MsFilterMail table.
MsFilterMailRows.CustomSearch
Class representing a custom search against table 'ms_filter_mail'. Use this class to create a query that is pre-populated with the correct MsFilterMailTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MsFilterMailRows collection of matching rows.
MsFilterMailRows.IdxMailInFilterId
Class representing index 'IDXMs_filter_mailMail_in_filt'.
MsFilterMailRows.IdxMailSorterId
Class representing index 'IDXMs_filter_mailMail_sorter_'.
MsFilterRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ms_filter table.
MsFilterRecordDataExtensions
Extension methods to make it easy to fetch MsFilterRecordData objects from the database, using the TargetedSelect infrastructure
MsFilterRow
This table contains email filters. These are the filters allowing you to do advanced parsing of incomming emails.
Row Object for table 'ms_filter'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
MsFilterRow.CustomSearch
Class representing a custom search against table 'ms_filter'. Use this class to create a query that is pre-populated with the correct MsFilterTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MsFilterRow. If your query matches more than one row in the database, the result will reflect the first row only.
MsFilterRow.IdxMsFilterId
Class representing index 'IDXMs_filterId'.
MsFilterRows
This table contains email filters. These are the filters allowing you to do advanced parsing of incomming emails. Collection of MsFilterRow. Each element of the collection represents one row in the MsFilter table.
MsFilterRows.CustomSearch
Class representing a custom search against table 'ms_filter'. Use this class to create a query that is pre-populated with the correct MsFilterTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MsFilterRows collection of matching rows.
MsFilterRows.IdxAutofaqReplyCategory
Class representing index 'IDXMs_filterAutofaq_reply_cat'.
MsFilterRows.IdxBodyTemplate
Class representing index 'IDXMs_filterBody_template'.
MsFilterRows.IdxEjscript
Class representing index 'IDXMs_filterEjscript'.
MsFilterRows.IdxNewCategory
Class representing index 'IDXMs_filterNew_category'.
MsFilterRows.IdxNewOwner
Class representing index 'IDXMs_filterNew_owner'.
MsFilterRows.IdxNewPriority
Class representing index 'IDXMs_filterNew_priority'.
MsFilterRows.IdxNewTags
Class representing index 'IDXMs_filterNew_tags'.
MsFilterRows.IdxReplyTemplate
Class representing index 'IDXMs_filterReply_template'.
MsSubstituteRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ms_substitute table.
MsSubstituteRecordDataExtensions
Extension methods to make it easy to fetch MsSubstituteRecordData objects from the database, using the TargetedSelect infrastructure
MsSubstituteRow
Regexp for extracting info from emails when they enter they system
Row Object for table 'ms_substitute'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
MsSubstituteRow.CustomSearch
Class representing a custom search against table 'ms_substitute'. Use this class to create a query that is pre-populated with the correct MsSubstituteTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MsSubstituteRow. If your query matches more than one row in the database, the result will reflect the first row only.
MsSubstituteRow.IdxMsSubstituteId
Class representing index 'IDXMs_substituteId'.
MsSubstituteRows
Regexp for extracting info from emails when they enter they system Collection of MsSubstituteRow. Each element of the collection represents one row in the MsSubstitute table.
MsSubstituteRows.CustomSearch
Class representing a custom search against table 'ms_substitute'. Use this class to create a query that is pre-populated with the correct MsSubstituteTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MsSubstituteRows collection of matching rows.
MsSubstituteRows.IdxMsFilterId
Class representing index 'IDXMs_substituteMs_filter_id'.
MsTrashbinRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ms_trashbin table.
MsTrashbinRecordDataExtensions
Extension methods to make it easy to fetch MsTrashbinRecordData objects from the database, using the TargetedSelect infrastructure
MsTrashbinRow
This table contains entries for emails which have been trashed by a filter, waiting for confirmation of deletion or import.
Row Object for table 'ms_trashbin'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
MsTrashbinRow.CustomSearch
Class representing a custom search against table 'ms_trashbin'. Use this class to create a query that is pre-populated with the correct MsTrashbinTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MsTrashbinRow. If your query matches more than one row in the database, the result will reflect the first row only.
MsTrashbinRow.IdxMsTrashbinId
Class representing index 'IDXMs_trashbinId'.
MsTrashbinRows
This table contains entries for emails which have been trashed by a filter, waiting for confirmation of deletion or import. Collection of MsTrashbinRow. Each element of the collection represents one row in the MsTrashbin table.
MsTrashbinRows.CustomSearch
Class representing a custom search against table 'ms_trashbin'. Use this class to create a query that is pre-populated with the correct MsTrashbinTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a MsTrashbinRows collection of matching rows.
MsTrashbinRows.IdxMailInFilterId
Class representing index 'IDXMs_trashbinMail_in_filter_'.
MsTrashbinRows.IdxMailSorterId
Class representing index 'IDXMs_trashbinMail_sorter_id'.
NotNullableValidationRule
ValidationRule stating that a null value was provided where one is not allowed.
NoticeFrameRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the notice_frame table.
NoticeFrameRecordDataExtensions
Extension methods to make it easy to fetch NoticeFrameRecordData objects from the database, using the TargetedSelect infrastructure
NoticeFrameRow
PID controller for automatic adjustment of pop up message check rate
Row Object for table 'notice_frame'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
NoticeFrameRow.CustomSearch
Class representing a custom search against table 'notice_frame'. Use this class to create a query that is pre-populated with the correct NoticeFrameTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a NoticeFrameRow. If your query matches more than one row in the database, the result will reflect the first row only.
NoticeFrameRow.IdxNoticeFrameId
Class representing index 'IDXNotice_frameId'.
NoticeFrameRows
PID controller for automatic adjustment of pop up message check rate Collection of NoticeFrameRow. Each element of the collection represents one row in the NoticeFrame table.
NoticeFrameRows.CustomSearch
Class representing a custom search against table 'notice_frame'. Use this class to create a query that is pre-populated with the correct NoticeFrameTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a NoticeFrameRows collection of matching rows.
NotifyRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the notify table.
NotifyRecordDataExtensions
Extension methods to make it easy to fetch NotifyRecordData objects from the database, using the TargetedSelect infrastructure
NotifyRow
This table contains the pop-up messages displayed for users for various events, such as 'new ticket', etc.
Row Object for table 'notify'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
NotifyRow.CustomSearch
Class representing a custom search against table 'notify'. Use this class to create a query that is pre-populated with the correct NotifyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a NotifyRow. If your query matches more than one row in the database, the result will reflect the first row only.
NotifyRow.IdxNotifyId
Class representing index 'IDXNotifyId'.
NotifyRows
This table contains the pop-up messages displayed for users for various events, such as 'new ticket', etc. Collection of NotifyRow. Each element of the collection represents one row in the Notify table.
NotifyRows.CustomSearch
Class representing a custom search against table 'notify'. Use this class to create a query that is pre-populated with the correct NotifyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a NotifyRows collection of matching rows.
NotifyRows.IdxCategoryId
Class representing index 'IDXNotifyCategory_id'.
NotifyRows.IdxChatTopicId
Class representing index 'IDXNotifyChat_topic_id'.
NotifyRows.IdxOwnerId
Class representing index 'IDXNotifyOwner_id'.
NotifyRows.IdxTicketAlertId
Class representing index 'IDXNotifyTicket_alert_id'.
NotifyRows.IdxTicketId
Class representing index 'IDXNotifyTicket_id'.
NotifyRows.IdxUser2Id
Class representing index 'IDXNotifyUser2_id'.
NotifyRows.IdxUserId
Class representing index 'IDXNotifyUser_id'.
OLEFieldRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the OLEField table.
OLEFieldRecordDataExtensions
Extension methods to make it easy to fetch OLEFieldRecordData objects from the database, using the TargetedSelect infrastructure
OLEFieldRow
Control data table for the OLE DB Provider
Row Object for table 'OLEField'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
OLEFieldRow.CustomSearch
Class representing a custom search against table 'OLEField'. Use this class to create a query that is pre-populated with the correct OLEFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OLEFieldRow. If your query matches more than one row in the database, the result will reflect the first row only.
OLEFieldRow.IdxOLEFieldId
Class representing index 'IDXOLEFieldId'.
OLEFieldRows
Control data table for the OLE DB Provider Collection of OLEFieldRow. Each element of the collection represents one row in the OLEField table.
OLEFieldRows.CustomSearch
Class representing a custom search against table 'OLEField'. Use this class to create a query that is pre-populated with the correct OLEFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OLEFieldRows collection of matching rows.
OLEFieldRows.IdxFieldId
Class representing index 'IDXOLEFieldFieldId'.
OLEFieldRows.IdxOLEViewId
Class representing index 'IDXOLEFieldOLEView_id'.
OLEFieldRows.IdxOLEViewIdFieldId
Class representing index 'IOLEView_idFieldId'.
OLEFieldTextRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the OLEFieldText table.
OLEFieldTextRecordDataExtensions
Extension methods to make it easy to fetch OLEFieldTextRecordData objects from the database, using the TargetedSelect infrastructure
OLEFieldTextRow
Control data table for the OLE DB Provider
Row Object for table 'OLEFieldText'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
OLEFieldTextRow.CustomSearch
Class representing a custom search against table 'OLEFieldText'. Use this class to create a query that is pre-populated with the correct OLEFieldTextTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OLEFieldTextRow. If your query matches more than one row in the database, the result will reflect the first row only.
OLEFieldTextRow.IdxOLEFieldTextId
Class representing index 'IDXOLEFieldTextId'.
OLEFieldTextRows
Control data table for the OLE DB Provider Collection of OLEFieldTextRow. Each element of the collection represents one row in the OLEFieldText table.
OLEFieldTextRows.CustomSearch
Class representing a custom search against table 'OLEFieldText'. Use this class to create a query that is pre-populated with the correct OLEFieldTextTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OLEFieldTextRows collection of matching rows.
OLEFieldTextRows.IdxLanguageId
Class representing index 'IDXOLEFieldTextLanguageId'.
OLEFieldTextRows.IdxName
Class representing index 'IDXOLEFieldTextName'.
OLEFieldTextRows.IdxOLEFieldId
Class representing index 'IDXOLEFieldTextOLEField_id'.
OLEFieldTextRows.IdxOLEFieldIdLanguageId
Class representing index 'IOLEField_idLanguageId'.
OLESubjectRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the OLESubject table.
OLESubjectRecordDataExtensions
Extension methods to make it easy to fetch OLESubjectRecordData objects from the database, using the TargetedSelect infrastructure
OLESubjectRow
Control data table for the OLE DB Provider
Row Object for table 'OLESubject'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
OLESubjectRow.CustomSearch
Class representing a custom search against table 'OLESubject'. Use this class to create a query that is pre-populated with the correct OLESubjectTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OLESubjectRow. If your query matches more than one row in the database, the result will reflect the first row only.
OLESubjectRow.IdxOLESubjectId
Class representing index 'IDXOLESubjectId'.
OLESubjectRows
Control data table for the OLE DB Provider Collection of OLESubjectRow. Each element of the collection represents one row in the OLESubject table.
OLESubjectRows.CustomSearch
Class representing a custom search against table 'OLESubject'. Use this class to create a query that is pre-populated with the correct OLESubjectTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OLESubjectRows collection of matching rows.
OLESubjectTextRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the OLESubjectText table.
OLESubjectTextRecordDataExtensions
Extension methods to make it easy to fetch OLESubjectTextRecordData objects from the database, using the TargetedSelect infrastructure
OLESubjectTextRow
Control data table for the OLE DB Provider
Row Object for table 'OLESubjectText'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
OLESubjectTextRow.CustomSearch
Class representing a custom search against table 'OLESubjectText'. Use this class to create a query that is pre-populated with the correct OLESubjectTextTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OLESubjectTextRow. If your query matches more than one row in the database, the result will reflect the first row only.
OLESubjectTextRow.IdxOLESubjectTextId
Class representing index 'IDXOLESubjectTextId'.
OLESubjectTextRows
Control data table for the OLE DB Provider Collection of OLESubjectTextRow. Each element of the collection represents one row in the OLESubjectText table.
OLESubjectTextRows.CustomSearch
Class representing a custom search against table 'OLESubjectText'. Use this class to create a query that is pre-populated with the correct OLESubjectTextTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OLESubjectTextRows collection of matching rows.
OLESubjectTextRows.IdxLanguageId
Class representing index 'IDXOLESubjectTextLanguageId'.
OLESubjectTextRows.IdxName
Class representing index 'IDXOLESubjectTextName'.
OLESubjectTextRows.IdxOLESubjectId
Class representing index 'IDXOLESubjectTextOLESubject_i'.
OLESubjectTextRows.IdxOLESubjectIdLanguageId
Class representing index 'IOLESubject_idLanguageId'.
OLEViewRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the OLEView table.
OLEViewRecordDataExtensions
Extension methods to make it easy to fetch OLEViewRecordData objects from the database, using the TargetedSelect infrastructure
OLEViewRow
Control data table for the OLE DB Provider
Row Object for table 'OLEView'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
OLEViewRow.CustomSearch
Class representing a custom search against table 'OLEView'. Use this class to create a query that is pre-populated with the correct OLEViewTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OLEViewRow. If your query matches more than one row in the database, the result will reflect the first row only.
OLEViewRow.IdxOLEViewId
Class representing index 'IDXOLEViewId'.
OLEViewRows
Control data table for the OLE DB Provider Collection of OLEViewRow. Each element of the collection represents one row in the OLEView table.
OLEViewRows.CustomSearch
Class representing a custom search against table 'OLEView'. Use this class to create a query that is pre-populated with the correct OLEViewTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OLEViewRows collection of matching rows.
OLEViewRows.IdxOLESubjectId
Class representing index 'IDXOLEViewOLESubject_id'.
OLEViewTextRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the OLEViewText table.
OLEViewTextRecordDataExtensions
Extension methods to make it easy to fetch OLEViewTextRecordData objects from the database, using the TargetedSelect infrastructure
OLEViewTextRow
Control data table for the OLE DB Provider
Row Object for table 'OLEViewText'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
OLEViewTextRow.CustomSearch
Class representing a custom search against table 'OLEViewText'. Use this class to create a query that is pre-populated with the correct OLEViewTextTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OLEViewTextRow. If your query matches more than one row in the database, the result will reflect the first row only.
OLEViewTextRow.IdxOLEViewTextId
Class representing index 'IDXOLEViewTextId'.
OLEViewTextRows
Control data table for the OLE DB Provider Collection of OLEViewTextRow. Each element of the collection represents one row in the OLEViewText table.
OLEViewTextRows.CustomSearch
Class representing a custom search against table 'OLEViewText'. Use this class to create a query that is pre-populated with the correct OLEViewTextTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OLEViewTextRows collection of matching rows.
OLEViewTextRows.IdxLanguageId
Class representing index 'IDXOLEViewTextLanguageId'.
OLEViewTextRows.IdxName
Class representing index 'IDXOLEViewTextName'.
OLEViewTextRows.IdxOLEViewId
Class representing index 'IDXOLEViewTextOLEView_id'.
OLEViewTextRows.IdxOLEViewIdLanguageId
Class representing index 'IOLEView_idLanguageId'.
Obsolete1RecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the obsolete_1 table.
Obsolete1RecordDataExtensions
Extension methods to make it easy to fetch Obsolete1RecordData objects from the database, using the TargetedSelect infrastructure
Obsolete1Row
Obsolete table for functionality that was never implemented
Row Object for table 'obsolete_1'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
Obsolete1Row.CustomSearch
Class representing a custom search against table 'obsolete_1'. Use this class to create a query that is pre-populated with the correct Obsolete1TableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a Obsolete1Row. If your query matches more than one row in the database, the result will reflect the first row only.
Obsolete1Row.IdxTicketTypeId
Class representing index 'IDXObsolete_1Id'.
Obsolete1Rows
Obsolete table for functionality that was never implemented Collection of Obsolete1Row. Each element of the collection represents one row in the Obsolete1 table.
Obsolete1Rows.CustomSearch
Class representing a custom search against table 'obsolete_1'. Use this class to create a query that is pre-populated with the correct Obsolete1TableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a Obsolete1Rows collection of matching rows.
Obsolete2RecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the obsolete_2 table.
Obsolete2RecordDataExtensions
Extension methods to make it easy to fetch Obsolete2RecordData objects from the database, using the TargetedSelect infrastructure
Obsolete2Row
Obsolete table for functionality that was never implemented
Row Object for table 'obsolete_2'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
Obsolete2Row.CustomSearch
Class representing a custom search against table 'obsolete_2'. Use this class to create a query that is pre-populated with the correct Obsolete2TableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a Obsolete2Row. If your query matches more than one row in the database, the result will reflect the first row only.
Obsolete2Row.IdxTicketRelationTypeId
Class representing index 'IDXObsolete_2Id'.
Obsolete2Rows
Obsolete table for functionality that was never implemented Collection of Obsolete2Row. Each element of the collection represents one row in the Obsolete2 table.
Obsolete2Rows.CustomSearch
Class representing a custom search against table 'obsolete_2'. Use this class to create a query that is pre-populated with the correct Obsolete2TableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a Obsolete2Rows collection of matching rows.
Obsolete3RecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the obsolete_3 table.
Obsolete3RecordDataExtensions
Extension methods to make it easy to fetch Obsolete3RecordData objects from the database, using the TargetedSelect infrastructure
Obsolete3Row
Obsolete table for functionality that was never implemented
Row Object for table 'obsolete_3'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
Obsolete3Row.CustomSearch
Class representing a custom search against table 'obsolete_3'. Use this class to create a query that is pre-populated with the correct Obsolete3TableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a Obsolete3Row. If your query matches more than one row in the database, the result will reflect the first row only.
Obsolete3Row.IdxTicketRelationActionId
Class representing index 'IDXObsolete_3Id'.
Obsolete3Rows
Obsolete table for functionality that was never implemented Collection of Obsolete3Row. Each element of the collection represents one row in the Obsolete3 table.
Obsolete3Rows.CustomSearch
Class representing a custom search against table 'obsolete_3'. Use this class to create a query that is pre-populated with the correct Obsolete3TableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a Obsolete3Rows collection of matching rows.
Obsolete4RecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the obsolete_4 table.
Obsolete4RecordDataExtensions
Extension methods to make it easy to fetch Obsolete4RecordData objects from the database, using the TargetedSelect infrastructure
Obsolete4Row
Obsolete table for functionality that was never implemented
Row Object for table 'obsolete_4'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
Obsolete4Row.CustomSearch
Class representing a custom search against table 'obsolete_4'. Use this class to create a query that is pre-populated with the correct Obsolete4TableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a Obsolete4Row. If your query matches more than one row in the database, the result will reflect the first row only.
Obsolete4Row.IdxTicketRelationId
Class representing index 'IDXObsolete_4Id'.
Obsolete4Rows
Obsolete table for functionality that was never implemented Collection of Obsolete4Row. Each element of the collection represents one row in the Obsolete4 table.
Obsolete4Rows.CustomSearch
Class representing a custom search against table 'obsolete_4'. Use this class to create a query that is pre-populated with the correct Obsolete4TableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a Obsolete4Rows collection of matching rows.
OnlineAppRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the OnlineApp table.
OnlineAppRecordDataExtensions
Extension methods to make it easy to fetch OnlineAppRecordData objects from the database, using the TargetedSelect infrastructure
OnlineAppRow
Echo and track information about Online Apps and their usage
Row Object for table 'OnlineApp'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
OnlineAppRow.CustomSearch
Class representing a custom search against table 'OnlineApp'. Use this class to create a query that is pre-populated with the correct OnlineAppTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OnlineAppRow. If your query matches more than one row in the database, the result will reflect the first row only.
OnlineAppRow.IdxClientId
Class representing index 'IDXOnlineAppClientId'.
OnlineAppRow.IdxOnlineAppId
Class representing index 'IDXOnlineAppId'.
OnlineAppRows
Echo and track information about Online Apps and their usage Collection of OnlineAppRow. Each element of the collection represents one row in the OnlineApp table.
OnlineAppRows.CustomSearch
Class representing a custom search against table 'OnlineApp'. Use this class to create a query that is pre-populated with the correct OnlineAppTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OnlineAppRows collection of matching rows.
OutboxRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the outbox table.
OutboxRecordDataExtensions
Extension methods to make it easy to fetch OutboxRecordData objects from the database, using the TargetedSelect infrastructure
OutboxRow
Outgoing emails with sending status and other info
Row Object for table 'outbox'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
OutboxRow.CustomSearch
Class representing a custom search against table 'outbox'. Use this class to create a query that is pre-populated with the correct OutboxTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OutboxRow. If your query matches more than one row in the database, the result will reflect the first row only.
OutboxRow.IdxOutboxId
Class representing index 'IDXOutboxId'.
OutboxRows
Outgoing emails with sending status and other info Collection of OutboxRow. Each element of the collection represents one row in the Outbox table.
OutboxRows.CustomSearch
Class representing a custom search against table 'outbox'. Use this class to create a query that is pre-populated with the correct OutboxTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OutboxRows collection of matching rows.
OutboxRows.IdxMessageId
Class representing index 'IDXOutboxMessage_id'.
OutboxRows.IdxTicketId
Class representing index 'IDXOutboxTicket_id'.
OutgoingMessageRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the outgoing_message table.
OutgoingMessageRecordDataExtensions
Extension methods to make it easy to fetch OutgoingMessageRecordData objects from the database, using the TargetedSelect infrastructure
OutgoingMessageRow
Delivery of outgoing messages to messageplugins, updated with status asynchroneously
Row Object for table 'outgoing_message'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
OutgoingMessageRow.CustomSearch
Class representing a custom search against table 'outgoing_message'. Use this class to create a query that is pre-populated with the correct OutgoingMessageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OutgoingMessageRow. If your query matches more than one row in the database, the result will reflect the first row only.
OutgoingMessageRow.IdxOutgoingMessageId
Class representing index 'IDXOutgoing_messageId'.
OutgoingMessageRows
Delivery of outgoing messages to messageplugins, updated with status asynchroneously Collection of OutgoingMessageRow. Each element of the collection represents one row in the OutgoingMessage table.
OutgoingMessageRows.CustomSearch
Class representing a custom search against table 'outgoing_message'. Use this class to create a query that is pre-populated with the correct OutgoingMessageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OutgoingMessageRows collection of matching rows.
OutgoingMessageRows.IdxExternalMessageId
Class representing index 'IDXOutgoing_messageExternal_m'.
OutgoingMessageRows.IdxRegisteredAssociateId
Class representing index 'IDXOutgoing_messageRegistered'.
OutgoingMessageRows.IdxSessionKey
Class representing index 'IDXOutgoing_messageSession_ke'.
OutgoingMessageRows.IdxUpdatedAssociateId
Class representing index 'IDXOutgoing_messageUpdated_as'.
OwnerContactLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the OwnerContactLink table.
OwnerContactLinkRecordDataExtensions
Extension methods to make it easy to fetch OwnerContactLinkRecordData objects from the database, using the TargetedSelect infrastructure
OwnerContactLinkRow
Table specifying which contacts can own associates. All contacts that have rows in this table (i.e. rows with contact_id pointing to them) will be offered as associate owners in the maintenance client and as candidate Satellite owners. Such contacts have restrictions on editing and deletion to protect database consistency.
Row Object for table 'OwnerContactLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
OwnerContactLinkRow.CustomSearch
Class representing a custom search against table 'OwnerContactLink'. Use this class to create a query that is pre-populated with the correct OwnerContactLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OwnerContactLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
OwnerContactLinkRow.IdxOwnerContactLinkId
Class representing index 'IDXOwnerContactLinkId'.
OwnerContactLinkRows
Table specifying which contacts can own associates. All contacts that have rows in this table (i.e. rows with contact_id pointing to them) will be offered as associate owners in the maintenance client and as candidate Satellite owners. Such contacts have restrictions on editing and deletion to protect database consistency. Collection of OwnerContactLinkRow. Each element of the collection represents one row in the OwnerContactLink table.
OwnerContactLinkRows.CustomSearch
Class representing a custom search against table 'OwnerContactLink'. Use this class to create a query that is pre-populated with the correct OwnerContactLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a OwnerContactLinkRows collection of matching rows.
OwnerContactLinkRows.IdxContactId
Class representing index 'IDXOwnerContactLinkContact_id'.
PMembTypeGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PMembTypeGroupLink table.
PMembTypeGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch PMembTypeGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
PMembTypeGroupLinkRow
User group link table for PMembType, for MDO item hiding
Row Object for table 'PMembTypeGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PMembTypeGroupLinkRow.CustomSearch
Class representing a custom search against table 'PMembTypeGroupLink'. Use this class to create a query that is pre-populated with the correct PMembTypeGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PMembTypeGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
PMembTypeGroupLinkRow.IdxPmembtypegrouplinkId
Class representing index 'IDXPMembTypeGLId'.
PMembTypeGroupLinkRows
User group link table for PMembType, for MDO item hiding Collection of PMembTypeGroupLinkRow. Each element of the collection represents one row in the PMembTypeGroupLink table.
PMembTypeGroupLinkRows.CustomSearch
Class representing a custom search against table 'PMembTypeGroupLink'. Use this class to create a query that is pre-populated with the correct PMembTypeGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PMembTypeGroupLinkRows collection of matching rows.
PMembTypeGroupLinkRows.IdxGroupId
Class representing index 'IDXPMembTypeGLGroup_id'.
PMembTypeGroupLinkRows.IdxPMembTypeId
Class representing index 'IDXPMembTypeGLPmembtype_id'.
PMembTypeHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PMembTypeHeadingLink table.
PMembTypeHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch PMembTypeHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
PMembTypeHeadingLinkRow
Heading link table for PMembType, for MDO headers
Row Object for table 'PMembTypeHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PMembTypeHeadingLinkRow.CustomSearch
Class representing a custom search against table 'PMembTypeHeadingLink'. Use this class to create a query that is pre-populated with the correct PMembTypeHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PMembTypeHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
PMembTypeHeadingLinkRow.IdxPmembtypeheadinglinkId
Class representing index 'IDXPMembTypeHLId'.
PMembTypeHeadingLinkRows
Heading link table for PMembType, for MDO headers Collection of PMembTypeHeadingLinkRow. Each element of the collection represents one row in the PMembTypeHeadingLink table.
PMembTypeHeadingLinkRows.CustomSearch
Class representing a custom search against table 'PMembTypeHeadingLink'. Use this class to create a query that is pre-populated with the correct PMembTypeHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PMembTypeHeadingLinkRows collection of matching rows.
PMembTypeHeadingLinkRows.IdxHeadingId
Class representing index 'IDXPMembTypeHLHeading_id'.
PMembTypeHeadingLinkRows.IdxPMembTypeId
Class representing index 'IDXPMembTypeHLPmembtype_id'.
PMembTypeRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PMembType table.
PMembTypeRecordDataExtensions
Extension methods to make it easy to fetch PMembTypeRecordData objects from the database, using the TargetedSelect infrastructure
PMembTypeRow
PMembType list table. List text of titles (member types) for project members.
Row Object for table 'PMembType'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PMembTypeRow.CustomSearch
Class representing a custom search against table 'PMembType'. Use this class to create a query that is pre-populated with the correct PMembTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PMembTypeRow. If your query matches more than one row in the database, the result will reflect the first row only.
PMembTypeRow.IdxName
Class representing index 'IDXPMembTypeName'.
PMembTypeRow.IdxPMembTypeId
Class representing index 'IDXPMembTypeId'.
PMembTypeRows
PMembType list table. List text of titles (member types) for project members. Collection of PMembTypeRow. Each element of the collection represents one row in the PMembType table.
PMembTypeRows.CustomSearch
Class representing a custom search against table 'PMembType'. Use this class to create a query that is pre-populated with the correct PMembTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PMembTypeRows collection of matching rows.
PasswordRulesRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the password_rules table.
PasswordRulesRecordDataExtensions
Extension methods to make it easy to fetch PasswordRulesRecordData objects from the database, using the TargetedSelect infrastructure
PasswordRulesRow
This table may contain one entry specifying rules for passwords.
Row Object for table 'password_rules'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
PasswordRulesRow.CustomSearch
Class representing a custom search against table 'password_rules'. Use this class to create a query that is pre-populated with the correct PasswordRulesTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PasswordRulesRow. If your query matches more than one row in the database, the result will reflect the first row only.
PasswordRulesRow.IdxPasswordRulesId
Class representing index 'IDXPassword_rulesId'.
PasswordRulesRows
This table may contain one entry specifying rules for passwords. Collection of PasswordRulesRow. Each element of the collection represents one row in the PasswordRules table.
PasswordRulesRows.CustomSearch
Class representing a custom search against table 'password_rules'. Use this class to create a query that is pre-populated with the correct PasswordRulesTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PasswordRulesRows collection of matching rows.
PaymentTermsGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PaymentTermsGroupLink table.
PaymentTermsGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch PaymentTermsGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
PaymentTermsGroupLinkRow
User group link table for PaymentTerms, for MDO item hiding
Row Object for table 'PaymentTermsGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PaymentTermsGroupLinkRow.CustomSearch
Class representing a custom search against table 'PaymentTermsGroupLink'. Use this class to create a query that is pre-populated with the correct PaymentTermsGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PaymentTermsGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
PaymentTermsGroupLinkRow.IdxPaymentTermsGroupLinkId
Class representing index 'IDXPaymentTermsGLId'.
PaymentTermsGroupLinkRows
User group link table for PaymentTerms, for MDO item hiding Collection of PaymentTermsGroupLinkRow. Each element of the collection represents one row in the PaymentTermsGroupLink table.
PaymentTermsGroupLinkRows.CustomSearch
Class representing a custom search against table 'PaymentTermsGroupLink'. Use this class to create a query that is pre-populated with the correct PaymentTermsGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PaymentTermsGroupLinkRows collection of matching rows.
PaymentTermsGroupLinkRows.IdxGroupId
Class representing index 'IDXPaymentTermsGLGroup_id'.
PaymentTermsGroupLinkRows.IdxPaymentTermsId
Class representing index 'IDXPaymentTermsGLPaymentterms'.
PaymentTermsHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PaymentTermsHeadingLink table.
PaymentTermsHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch PaymentTermsHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
PaymentTermsHeadingLinkRow
Heading link table for PaymentTerms, for MDO item headings
Row Object for table 'PaymentTermsHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PaymentTermsHeadingLinkRow.CustomSearch
Class representing a custom search against table 'PaymentTermsHeadingLink'. Use this class to create a query that is pre-populated with the correct PaymentTermsHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PaymentTermsHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
PaymentTermsHeadingLinkRow.IdxPaymentTermsHeadingLinkId
Class representing index 'IDXPaymentTermsHLId'.
PaymentTermsHeadingLinkRows
Heading link table for PaymentTerms, for MDO item headings Collection of PaymentTermsHeadingLinkRow. Each element of the collection represents one row in the PaymentTermsHeadingLink table.
PaymentTermsHeadingLinkRows.CustomSearch
Class representing a custom search against table 'PaymentTermsHeadingLink'. Use this class to create a query that is pre-populated with the correct PaymentTermsHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PaymentTermsHeadingLinkRows collection of matching rows.
PaymentTermsHeadingLinkRows.IdxHeadingId
Class representing index 'IDXPaymentTermsHLHeading_id'.
PaymentTermsHeadingLinkRows.IdxPaymentTermsId
Class representing index 'IDXPaymentTermsHLPaymentterms'.
PaymentTermsRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PaymentTerms table.
PaymentTermsRecordDataExtensions
Extension methods to make it easy to fetch PaymentTermsRecordData objects from the database, using the TargetedSelect infrastructure
PaymentTermsRow
The list of payment terms, in the internal product register
Row Object for table 'PaymentTerms'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PaymentTermsRow.CustomSearch
Class representing a custom search against table 'PaymentTerms'. Use this class to create a query that is pre-populated with the correct PaymentTermsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PaymentTermsRow. If your query matches more than one row in the database, the result will reflect the first row only.
PaymentTermsRow.IdxName
Class representing index 'IDXPaymentTermsName'.
PaymentTermsRow.IdxPaymentTermsId
Class representing index 'IDXPaymentTermsId'.
PaymentTermsRows
The list of payment terms, in the internal product register Collection of PaymentTermsRow. Each element of the collection represents one row in the PaymentTerms table.
PaymentTermsRows.CustomSearch
Class representing a custom search against table 'PaymentTerms'. Use this class to create a query that is pre-populated with the correct PaymentTermsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PaymentTermsRows collection of matching rows.
PaymentTypeGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PaymentTypeGroupLink table.
PaymentTypeGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch PaymentTypeGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
PaymentTypeGroupLinkRow
User group link table for PaymentType, for MDO item hiding
Row Object for table 'PaymentTypeGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PaymentTypeGroupLinkRow.CustomSearch
Class representing a custom search against table 'PaymentTypeGroupLink'. Use this class to create a query that is pre-populated with the correct PaymentTypeGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PaymentTypeGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
PaymentTypeGroupLinkRow.IdxPaymentTypeGroupLinkId
Class representing index 'IDXPaymentTypeGLId'.
PaymentTypeGroupLinkRows
User group link table for PaymentType, for MDO item hiding Collection of PaymentTypeGroupLinkRow. Each element of the collection represents one row in the PaymentTypeGroupLink table.
PaymentTypeGroupLinkRows.CustomSearch
Class representing a custom search against table 'PaymentTypeGroupLink'. Use this class to create a query that is pre-populated with the correct PaymentTypeGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PaymentTypeGroupLinkRows collection of matching rows.
PaymentTypeGroupLinkRows.IdxGroupId
Class representing index 'IDXPaymentTypeGLGroup_id'.
PaymentTypeGroupLinkRows.IdxPaymentTypeId
Class representing index 'IDXPaymentTypeGLPaymenttype_i'.
PaymentTypeHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PaymentTypeHeadingLink table.
PaymentTypeHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch PaymentTypeHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
PaymentTypeHeadingLinkRow
Heading link table for PaymentType, for MDO item headings
Row Object for table 'PaymentTypeHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PaymentTypeHeadingLinkRow.CustomSearch
Class representing a custom search against table 'PaymentTypeHeadingLink'. Use this class to create a query that is pre-populated with the correct PaymentTypeHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PaymentTypeHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
PaymentTypeHeadingLinkRow.IdxPaymentTypeHeadingLinkId
Class representing index 'IDXPaymentTypeHLId'.
PaymentTypeHeadingLinkRows
Heading link table for PaymentType, for MDO item headings Collection of PaymentTypeHeadingLinkRow. Each element of the collection represents one row in the PaymentTypeHeadingLink table.
PaymentTypeHeadingLinkRows.CustomSearch
Class representing a custom search against table 'PaymentTypeHeadingLink'. Use this class to create a query that is pre-populated with the correct PaymentTypeHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PaymentTypeHeadingLinkRows collection of matching rows.
PaymentTypeHeadingLinkRows.IdxHeadingId
Class representing index 'IDXPaymentTypeHLHeading_id'.
PaymentTypeHeadingLinkRows.IdxPaymentTypeId
Class representing index 'IDXPaymentTypeHLPaymenttype_i'.
PaymentTypeRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PaymentType table.
PaymentTypeRecordDataExtensions
Extension methods to make it easy to fetch PaymentTypeRecordData objects from the database, using the TargetedSelect infrastructure
PaymentTypeRow
The list of payment types, in the internal product register
Row Object for table 'PaymentType'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PaymentTypeRow.CustomSearch
Class representing a custom search against table 'PaymentType'. Use this class to create a query that is pre-populated with the correct PaymentTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PaymentTypeRow. If your query matches more than one row in the database, the result will reflect the first row only.
PaymentTypeRow.IdxName
Class representing index 'IDXPaymentTypeName'.
PaymentTypeRow.IdxPaymentTypeId
Class representing index 'IDXPaymentTypeId'.
PaymentTypeRows
The list of payment types, in the internal product register Collection of PaymentTypeRow. Each element of the collection represents one row in the PaymentType table.
PaymentTypeRows.CustomSearch
Class representing a custom search against table 'PaymentType'. Use this class to create a query that is pre-populated with the correct PaymentTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PaymentTypeRows collection of matching rows.
PersIntGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PersIntGroupLink table.
PersIntGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch PersIntGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
PersIntGroupLinkRow
User group link table for PersInt, for MDO item hiding
Row Object for table 'PersIntGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PersIntGroupLinkRow.CustomSearch
Class representing a custom search against table 'PersIntGroupLink'. Use this class to create a query that is pre-populated with the correct PersIntGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersIntGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
PersIntGroupLinkRow.IdxPersintgrouplinkId
Class representing index 'IDXPersIntGLId'.
PersIntGroupLinkRows
User group link table for PersInt, for MDO item hiding Collection of PersIntGroupLinkRow. Each element of the collection represents one row in the PersIntGroupLink table.
PersIntGroupLinkRows.CustomSearch
Class representing a custom search against table 'PersIntGroupLink'. Use this class to create a query that is pre-populated with the correct PersIntGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersIntGroupLinkRows collection of matching rows.
PersIntGroupLinkRows.IdxGroupId
Class representing index 'IDXPersIntGLGroup_id'.
PersIntGroupLinkRows.IdxPersIntId
Class representing index 'IDXPersIntGLPersint_id'.
PersIntHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PersIntHeadingLink table.
PersIntHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch PersIntHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
PersIntHeadingLinkRow
Heading link table for PersInt, for MDO headers
Row Object for table 'PersIntHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PersIntHeadingLinkRow.CustomSearch
Class representing a custom search against table 'PersIntHeadingLink'. Use this class to create a query that is pre-populated with the correct PersIntHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersIntHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
PersIntHeadingLinkRow.IdxPersintheadinglinkId
Class representing index 'IDXPersIntHLId'.
PersIntHeadingLinkRows
Heading link table for PersInt, for MDO headers Collection of PersIntHeadingLinkRow. Each element of the collection represents one row in the PersIntHeadingLink table.
PersIntHeadingLinkRows.CustomSearch
Class representing a custom search against table 'PersIntHeadingLink'. Use this class to create a query that is pre-populated with the correct PersIntHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersIntHeadingLinkRows collection of matching rows.
PersIntHeadingLinkRows.IdxHeadingId
Class representing index 'IDXPersIntHLHeading_id'.
PersIntHeadingLinkRows.IdxPersIntId
Class representing index 'IDXPersIntHLPersint_id'.
PersIntRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PersInt table.
PersIntRecordDataExtensions
Extension methods to make it easy to fetch PersIntRecordData objects from the database, using the TargetedSelect infrastructure
PersIntRow
PersInt list table. List of Person interests.
Row Object for table 'PersInt'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PersIntRow.CustomSearch
Class representing a custom search against table 'PersInt'. Use this class to create a query that is pre-populated with the correct PersIntTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersIntRow. If your query matches more than one row in the database, the result will reflect the first row only.
PersIntRow.IdxName
Class representing index 'IDXPersIntName'.
PersIntRow.IdxPersIntId
Class representing index 'IDXPersIntId'.
PersIntRows
PersInt list table. List of Person interests. Collection of PersIntRow. Each element of the collection represents one row in the PersInt table.
PersIntRows.CustomSearch
Class representing a custom search against table 'PersInt'. Use this class to create a query that is pre-populated with the correct PersIntTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersIntRows collection of matching rows.
PersPosGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PersPosGroupLink table.
PersPosGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch PersPosGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
PersPosGroupLinkRow
User group link table for PersPos, for MDO item hiding
Row Object for table 'PersPosGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PersPosGroupLinkRow.CustomSearch
Class representing a custom search against table 'PersPosGroupLink'. Use this class to create a query that is pre-populated with the correct PersPosGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersPosGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
PersPosGroupLinkRow.IdxPersposgrouplinkId
Class representing index 'IDXPersPosGLId'.
PersPosGroupLinkRows
User group link table for PersPos, for MDO item hiding Collection of PersPosGroupLinkRow. Each element of the collection represents one row in the PersPosGroupLink table.
PersPosGroupLinkRows.CustomSearch
Class representing a custom search against table 'PersPosGroupLink'. Use this class to create a query that is pre-populated with the correct PersPosGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersPosGroupLinkRows collection of matching rows.
PersPosGroupLinkRows.IdxGroupId
Class representing index 'IDXPersPosGLGroup_id'.
PersPosGroupLinkRows.IdxPersPosId
Class representing index 'IDXPersPosGLPerspos_id'.
PersPosHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PersPosHeadingLink table.
PersPosHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch PersPosHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
PersPosHeadingLinkRow
Heading link table for PersPos, for MDO headers
Row Object for table 'PersPosHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PersPosHeadingLinkRow.CustomSearch
Class representing a custom search against table 'PersPosHeadingLink'. Use this class to create a query that is pre-populated with the correct PersPosHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersPosHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
PersPosHeadingLinkRow.IdxPersposheadinglinkId
Class representing index 'IDXPersPosHLId'.
PersPosHeadingLinkRows
Heading link table for PersPos, for MDO headers Collection of PersPosHeadingLinkRow. Each element of the collection represents one row in the PersPosHeadingLink table.
PersPosHeadingLinkRows.CustomSearch
Class representing a custom search against table 'PersPosHeadingLink'. Use this class to create a query that is pre-populated with the correct PersPosHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersPosHeadingLinkRows collection of matching rows.
PersPosHeadingLinkRows.IdxHeadingId
Class representing index 'IDXPersPosHLHeading_id'.
PersPosHeadingLinkRows.IdxPersPosId
Class representing index 'IDXPersPosHLPerspos_id'.
PersPosRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PersPos table.
PersPosRecordDataExtensions
Extension methods to make it easy to fetch PersPosRecordData objects from the database, using the TargetedSelect infrastructure
PersPosRow
PersPos list table. Contact person position list
Row Object for table 'PersPos'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PersPosRow.CustomSearch
Class representing a custom search against table 'PersPos'. Use this class to create a query that is pre-populated with the correct PersPosTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersPosRow. If your query matches more than one row in the database, the result will reflect the first row only.
PersPosRow.IdxName
Class representing index 'IDXPersPosName'.
PersPosRow.IdxPersPosId
Class representing index 'IDXPersPosId'.
PersPosRows
PersPos list table. Contact person position list Collection of PersPosRow. Each element of the collection represents one row in the PersPos table.
PersPosRows.CustomSearch
Class representing a custom search against table 'PersPos'. Use this class to create a query that is pre-populated with the correct PersPosTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersPosRows collection of matching rows.
PersonInterestRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the personinterest table.
PersonInterestRecordDataExtensions
Extension methods to make it easy to fetch PersonInterestRecordData objects from the database, using the TargetedSelect infrastructure
PersonInterestRow
Note: If you add or remove rows in this table, you will need to update the interestCount field in the person table accordingly. This field should always reflect the number of interest records a person has, to enable the correct setting of the interest indicator on the tab in the person dialog. Replication note: The combination of person_id and pinterest_idx is unique. If a duplicate is made on a replicated database, the system will replace the record in the target database with the one derived from the source database during replication. Therefore, do not assume that a record in this table will retain its ID indefinitely, even if the person keeps the interest.
Row Object for table 'personinterest'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
PersonInterestRow.CustomSearch
Class representing a custom search against table 'personinterest'. Use this class to create a query that is pre-populated with the correct PersonInterestTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersonInterestRow. If your query matches more than one row in the database, the result will reflect the first row only.
PersonInterestRow.IdxPersoninterestId
Class representing index 'IDXPintrId'.
PersonInterestRows
Note: If you add or remove rows in this table, you will need to update the interestCount field in the person table accordingly. This field should always reflect the number of interest records a person has, to enable the correct setting of the interest indicator on the tab in the person dialog. Replication note: The combination of person_id and pinterest_idx is unique. If a duplicate is made on a replicated database, the system will replace the record in the target database with the one derived from the source database during replication. Therefore, do not assume that a record in this table will retain its ID indefinitely, even if the person keeps the interest. Collection of PersonInterestRow. Each element of the collection represents one row in the PersonInterest table.
PersonInterestRows.CustomSearch
Class representing a custom search against table 'personinterest'. Use this class to create a query that is pre-populated with the correct PersonInterestTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersonInterestRows collection of matching rows.
PersonInterestRows.IdxEndDate
Class representing index 'IDXPintrEndDate'.
PersonInterestRows.IdxPersonId
Class representing index 'IPers_idIntr_idx'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
PersonInterestRows.IdxStartDate
Class representing index 'IDXPintrStartDate'.
PersonRankHelper
Helper class to handle issues around the Rank field of the Person row
PersonRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the person table.
PersonRecordDataExtensions
Extension methods to make it easy to fetch PersonRecordData objects from the database, using the TargetedSelect infrastructure
PersonRow
Persons in a company or an organizations. All associates have a corresponding person record
Row Object for table 'person'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
PersonRow.CustomSearch
Class representing a custom search against table 'person'. Use this class to create a query that is pre-populated with the correct PersonTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersonRow. If your query matches more than one row in the database, the result will reflect the first row only.
PersonRow.IdxPersonId
Class representing index 'IDXPersId'.
PersonRows
Persons in a company or an organizations. All associates have a corresponding person record Collection of PersonRow. Each element of the collection represents one row in the Person table.
PersonRows.CustomSearch
Class representing a custom search against table 'person'. Use this class to create a query that is pre-populated with the correct PersonTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PersonRows collection of matching rows.
PersonRows.IdxContactId
Class representing index 'IDXPersCont_id'.
PersonRows.IdxContactIdRank
Class representing index 'ICont_idRank'.
PersonRows.IdxCreatedByFormId
Class representing index 'IDXPersCreated_by_form_id'.
PersonRows.IdxDbiAgentId
Class representing index 'IDXPersDbi_agent_id'.
PersonRows.IdxDbiKey
Class representing index 'IDXPersDbi_key'.
PersonRows.IdxDbiLastModified
Class representing index 'IDXPersDbi_last_modified'.
PersonRows.IdxDbiLastSyncronized
Class representing index 'IDXPersDbi_last_syncronized'.
PersonRows.IdxDeletedDate
Class representing index 'IDXPersDeletedDate'.
PersonRows.IdxFirstname
Class representing index 'IDXPersFname'.
PersonRows.IdxKanafname
Class representing index 'IDXPersKfname'.
PersonRows.IdxKanalname
Class representing index 'IDXPersKlname'.
PersonRows.IdxLastname
Class representing index 'IDXPersLname'.
PersonRows.IdxMiddleName
Class representing index 'IDXPersMiddleName'.
PersonRows.IdxModifiedByWorkflowId
Class representing index 'IDXPersModified_by_workflow_i'.
PersonRows.IdxPersonNumber
Class representing index 'IDXPersPnum'.
PersonRows.IdxSource
Class representing index 'IDXPersSource'.
PersonRows.IdxUserdef2Id
Class representing index 'IDXPersUdef2_id'.
PersonRows.IdxUserdefId
Class representing index 'IDXPersUdef_id'.
PhoneFormatRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PhoneFormat table.
PhoneFormatRecordDataExtensions
Extension methods to make it easy to fetch PhoneFormatRecordData objects from the database, using the TargetedSelect infrastructure
PhoneFormatRow
Formatting information for telephone numbers
Row Object for table 'PhoneFormat'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
PhoneFormatRow.CustomSearch
Class representing a custom search against table 'PhoneFormat'. Use this class to create a query that is pre-populated with the correct PhoneFormatTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PhoneFormatRow. If your query matches more than one row in the database, the result will reflect the first row only.
PhoneFormatRow.IdxPhoneFormatId
Class representing index 'IDXPhoneFormatId'.
PhoneFormatRow.IdxPrefixCountryId
Class representing index 'IPrefixCountryId'.
PhoneFormatRows
Formatting information for telephone numbers Collection of PhoneFormatRow. Each element of the collection represents one row in the PhoneFormat table.
PhoneFormatRows.CustomSearch
Class representing a custom search against table 'PhoneFormat'. Use this class to create a query that is pre-populated with the correct PhoneFormatTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PhoneFormatRows collection of matching rows.
PhoneFormatRows.IdxPrefix
Class representing index 'IPrefixCountryId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
PhoneRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the phone table.
PhoneRecordDataExtensions
Extension methods to make it easy to fetch PhoneRecordData objects from the database, using the TargetedSelect infrastructure
PhoneRow
Contact and Person phonenumbers (+fax)
Row Object for table 'phone'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
PhoneRow.CustomSearch
Class representing a custom search against table 'phone'. Use this class to create a query that is pre-populated with the correct PhoneTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PhoneRow. If your query matches more than one row in the database, the result will reflect the first row only.
PhoneRow.IdxPhoneId
Class representing index 'IDXPhoneId'.
PhoneRows
Contact and Person phonenumbers (+fax) Collection of PhoneRow. Each element of the collection represents one row in the Phone table.
PhoneRows.CustomSearch
Class representing a custom search against table 'phone'. Use this class to create a query that is pre-populated with the correct PhoneTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PhoneRows collection of matching rows.
PhoneRows.IdxOwnerId
Class representing index 'IOwner_idType_idx'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
PhoneRows.IdxRank
Class representing index 'IDXPhoneRank'.
PhoneRows.IdxSearchPhoneNumber
Class representing index 'IDXPhoneSearchPhoneNumber'.
PrefDescLineRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PrefDescLine table.
PrefDescLineRecordDataExtensions
Extension methods to make it easy to fetch PrefDescLineRecordData objects from the database, using the TargetedSelect infrastructure
PrefDescLineRow
Preference description - multiple choice line - drives the Preference GUI. May be used by third-party developers to add system preferences to be updated from SuperOffice Maintenance client, instead of ini-files.
Row Object for table 'PrefDescLine'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
PrefDescLineRow.CustomSearch
Class representing a custom search against table 'PrefDescLine'. Use this class to create a query that is pre-populated with the correct PrefDescLineTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PrefDescLineRow. If your query matches more than one row in the database, the result will reflect the first row only.
PrefDescLineRow.IdxPrefDescLineId
Class representing index 'IDXPrefDescLineId'.
PrefDescLineRows
Preference description - multiple choice line - drives the Preference GUI. May be used by third-party developers to add system preferences to be updated from SuperOffice Maintenance client, instead of ini-files. Collection of PrefDescLineRow. Each element of the collection represents one row in the PrefDescLine table.
PrefDescLineRows.CustomSearch
Class representing a custom search against table 'PrefDescLine'. Use this class to create a query that is pre-populated with the correct PrefDescLineTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PrefDescLineRows collection of matching rows.
PrefDescLineRows.IdxPrefDescId
Class representing index 'IDXPrefDescLinePrefDesc_id'.
PrefDescLineRows.IdxPrefValue
Class representing index 'IDXPrefDescLinePrefValue'.
PrefDescRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PrefDesc table.
PrefDescRecordDataExtensions
Extension methods to make it easy to fetch PrefDescRecordData objects from the database, using the TargetedSelect infrastructure
PrefDescRow
Preference description, drives the Preference GUI. Maintenance client - controls all preferences in SuperOffice. You find an overview off all standard preference on http://techdoc.superoffice.com. May be used by third-party developers to add system preferences to be updated from SuperOffice Maintenance client, instead of ini-files.
Row Object for table 'PrefDesc'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
PrefDescRow.CustomSearch
Class representing a custom search against table 'PrefDesc'. Use this class to create a query that is pre-populated with the correct PrefDescTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PrefDescRow. If your query matches more than one row in the database, the result will reflect the first row only.
PrefDescRow.IdxPrefDescId
Class representing index 'IDXPrefDescId'.
PrefDescRows
Preference description, drives the Preference GUI. Maintenance client - controls all preferences in SuperOffice. You find an overview off all standard preference on http://techdoc.superoffice.com. May be used by third-party developers to add system preferences to be updated from SuperOffice Maintenance client, instead of ini-files. Collection of PrefDescRow. Each element of the collection represents one row in the PrefDesc table.
PrefDescRows.CustomSearch
Class representing a custom search against table 'PrefDesc'. Use this class to create a query that is pre-populated with the correct PrefDescTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PrefDescRows collection of matching rows.
PrefDescRows.IdxPrefkey
Class representing index 'IDXPrefDescPrefkey'.
PrefDescRows.IdxPrefsection
Class representing index 'IDXPrefDescPrefsection'.
PreferenceRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the preference table.
PreferenceRecordDataExtensions
Extension methods to make it easy to fetch PreferenceRecordData objects from the database, using the TargetedSelect infrastructure
PreferenceRow
Not quite obsolete preference table; historical info mostly. From 6.1 this table now holds an upgrade stamp.
Row Object for table 'preference'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
PreferenceRow.CustomSearch
Class representing a custom search against table 'preference'. Use this class to create a query that is pre-populated with the correct PreferenceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PreferenceRow. If your query matches more than one row in the database, the result will reflect the first row only.
PreferenceRow.IdxPreferenceId
Class representing index 'IDXPrefId'.
PreferenceRow.IdxTypePreferenceId
Class representing index 'ITypeId'.
PreferenceRows
Not quite obsolete preference table; historical info mostly. From 6.1 this table now holds an upgrade stamp. Collection of PreferenceRow. Each element of the collection represents one row in the Preference table.
PreferenceRows.CustomSearch
Class representing a custom search against table 'preference'. Use this class to create a query that is pre-populated with the correct PreferenceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PreferenceRows collection of matching rows.
PreferenceRows.IdxType
Class representing index 'ITypeId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
PriceListRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PriceList table.
PriceListRecordDataExtensions
Extension methods to make it easy to fetch PriceListRecordData objects from the database, using the TargetedSelect infrastructure
PriceListRow
List of prices, cached from an ERP system
Row Object for table 'PriceList'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
PriceListRow.CustomSearch
Class representing a custom search against table 'PriceList'. Use this class to create a query that is pre-populated with the correct PriceListTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PriceListRow. If your query matches more than one row in the database, the result will reflect the first row only.
PriceListRow.IdxPriceListId
Class representing index 'IDXPriceListId'.
PriceListRows
List of prices, cached from an ERP system Collection of PriceListRow. Each element of the collection represents one row in the PriceList table.
PriceListRows.CustomSearch
Class representing a custom search against table 'PriceList'. Use this class to create a query that is pre-populated with the correct PriceListTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PriceListRows collection of matching rows.
PriceListRows.IdxCurrencyId
Class representing index 'IDXPriceListCurrencyId'.
PriceListRows.IdxValidFrom
Class representing index 'IValidFromValidToIsActiveIsER'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
PriceListRows.IdxValidFromValidTo
Class representing index 'IValidFromValidToIsActiveIsER'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
PriceListRows.IdxValidFromValidToIsActive
Class representing index 'IValidFromValidToIsActiveIsER'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
PriceListRows.IdxValidFromValidToIsActiveIsERPCopy
Class representing index 'IValidFromValidToIsActiveIsER'.
PriceUnitGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PriceUnitGroupLink table.
PriceUnitGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch PriceUnitGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
PriceUnitGroupLinkRow
User group link table for PriceUnit, for MDO item hiding
Row Object for table 'PriceUnitGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PriceUnitGroupLinkRow.CustomSearch
Class representing a custom search against table 'PriceUnitGroupLink'. Use this class to create a query that is pre-populated with the correct PriceUnitGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PriceUnitGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
PriceUnitGroupLinkRow.IdxPriceUnitGroupLinkId
Class representing index 'IDXPriceUnitGLId'.
PriceUnitGroupLinkRows
User group link table for PriceUnit, for MDO item hiding Collection of PriceUnitGroupLinkRow. Each element of the collection represents one row in the PriceUnitGroupLink table.
PriceUnitGroupLinkRows.CustomSearch
Class representing a custom search against table 'PriceUnitGroupLink'. Use this class to create a query that is pre-populated with the correct PriceUnitGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PriceUnitGroupLinkRows collection of matching rows.
PriceUnitGroupLinkRows.IdxGroupId
Class representing index 'IDXPriceUnitGLGroup_id'.
PriceUnitGroupLinkRows.IdxPriceUnitId
Class representing index 'IDXPriceUnitGLPriceunit_id'.
PriceUnitHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PriceUnitHeadingLink table.
PriceUnitHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch PriceUnitHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
PriceUnitHeadingLinkRow
Heading link table for PriceUnit, for MDO item headings
Row Object for table 'PriceUnitHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PriceUnitHeadingLinkRow.CustomSearch
Class representing a custom search against table 'PriceUnitHeadingLink'. Use this class to create a query that is pre-populated with the correct PriceUnitHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PriceUnitHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
PriceUnitHeadingLinkRow.IdxPriceUnitHeadingLinkId
Class representing index 'IDXPriceUnitHLId'.
PriceUnitHeadingLinkRows
Heading link table for PriceUnit, for MDO item headings Collection of PriceUnitHeadingLinkRow. Each element of the collection represents one row in the PriceUnitHeadingLink table.
PriceUnitHeadingLinkRows.CustomSearch
Class representing a custom search against table 'PriceUnitHeadingLink'. Use this class to create a query that is pre-populated with the correct PriceUnitHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PriceUnitHeadingLinkRows collection of matching rows.
PriceUnitHeadingLinkRows.IdxHeadingId
Class representing index 'IDXPriceUnitHLHeading_id'.
PriceUnitHeadingLinkRows.IdxPriceUnitId
Class representing index 'IDXPriceUnitHLPriceunit_id'.
PriceUnitRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PriceUnit table.
PriceUnitRecordDataExtensions
Extension methods to make it easy to fetch PriceUnitRecordData objects from the database, using the TargetedSelect infrastructure
PriceUnitRow
The list of price units, in the internal product register (meter, ton, bushel, microsecond, gradus, τρυβλίον, 五合枡, دونم or whatever)
Row Object for table 'PriceUnit'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PriceUnitRow.CustomSearch
Class representing a custom search against table 'PriceUnit'. Use this class to create a query that is pre-populated with the correct PriceUnitTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PriceUnitRow. If your query matches more than one row in the database, the result will reflect the first row only.
PriceUnitRow.IdxName
Class representing index 'IDXPriceUnitName'.
PriceUnitRow.IdxPriceUnitId
Class representing index 'IDXPriceUnitId'.
PriceUnitRows
The list of price units, in the internal product register (meter, ton, bushel, microsecond, gradus, τρυβλίον, 五合枡, دونم or whatever) Collection of PriceUnitRow. Each element of the collection represents one row in the PriceUnit table.
PriceUnitRows.CustomSearch
Class representing a custom search against table 'PriceUnit'. Use this class to create a query that is pre-populated with the correct PriceUnitTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PriceUnitRows collection of matching rows.
PriorityGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PriorityGroupLink table.
PriorityGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch PriorityGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
PriorityGroupLinkRow
User group link table for Priority, for MDO item hiding
Row Object for table 'PriorityGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PriorityGroupLinkRow.CustomSearch
Class representing a custom search against table 'PriorityGroupLink'. Use this class to create a query that is pre-populated with the correct PriorityGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PriorityGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
PriorityGroupLinkRow.IdxPrioritygrouplinkId
Class representing index 'IDXPriorityGLId'.
PriorityGroupLinkRows
User group link table for Priority, for MDO item hiding Collection of PriorityGroupLinkRow. Each element of the collection represents one row in the PriorityGroupLink table.
PriorityGroupLinkRows.CustomSearch
Class representing a custom search against table 'PriorityGroupLink'. Use this class to create a query that is pre-populated with the correct PriorityGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PriorityGroupLinkRows collection of matching rows.
PriorityGroupLinkRows.IdxGroupId
Class representing index 'IDXPriorityGLGroup_id'.
PriorityGroupLinkRows.IdxPriorityId
Class representing index 'IDXPriorityGLPriority_id'.
PriorityHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PriorityHeadingLink table.
PriorityHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch PriorityHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
PriorityHeadingLinkRow
Heading link table for Priority, for MDO headers
Row Object for table 'PriorityHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PriorityHeadingLinkRow.CustomSearch
Class representing a custom search against table 'PriorityHeadingLink'. Use this class to create a query that is pre-populated with the correct PriorityHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PriorityHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
PriorityHeadingLinkRow.IdxPriorityheadinglinkId
Class representing index 'IDXPriorityHLId'.
PriorityHeadingLinkRows
Heading link table for Priority, for MDO headers Collection of PriorityHeadingLinkRow. Each element of the collection represents one row in the PriorityHeadingLink table.
PriorityHeadingLinkRows.CustomSearch
Class representing a custom search against table 'PriorityHeadingLink'. Use this class to create a query that is pre-populated with the correct PriorityHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PriorityHeadingLinkRows collection of matching rows.
PriorityHeadingLinkRows.IdxHeadingId
Class representing index 'IDXPriorityHLHeading_id'.
PriorityHeadingLinkRows.IdxPriorityId
Class representing index 'IDXPriorityHLPriority_id'.
PriorityRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Priority table.
PriorityRecordDataExtensions
Extension methods to make it easy to fetch PriorityRecordData objects from the database, using the TargetedSelect infrastructure
PriorityRow
Priority list table. Used with appointments: low, high.
Row Object for table 'Priority'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
PriorityRow.CustomSearch
Class representing a custom search against table 'Priority'. Use this class to create a query that is pre-populated with the correct PriorityTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PriorityRow. If your query matches more than one row in the database, the result will reflect the first row only.
PriorityRow.IdxName
Class representing index 'IDXPriorityName'.
PriorityRow.IdxPriorityId
Class representing index 'IDXPriorityId'.
PriorityRows
Priority list table. Used with appointments: low, high. Collection of PriorityRow. Each element of the collection represents one row in the Priority table.
PriorityRows.CustomSearch
Class representing a custom search against table 'Priority'. Use this class to create a query that is pre-populated with the correct PriorityTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PriorityRows collection of matching rows.
ProbGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProbGroupLink table.
ProbGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch ProbGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
ProbGroupLinkRow
User group link table for Prob, for MDO item hiding
Row Object for table 'ProbGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProbGroupLinkRow.CustomSearch
Class representing a custom search against table 'ProbGroupLink'. Use this class to create a query that is pre-populated with the correct ProbGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProbGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProbGroupLinkRow.IdxProbgrouplinkId
Class representing index 'IDXProbGLId'.
ProbGroupLinkRows
User group link table for Prob, for MDO item hiding Collection of ProbGroupLinkRow. Each element of the collection represents one row in the ProbGroupLink table.
ProbGroupLinkRows.CustomSearch
Class representing a custom search against table 'ProbGroupLink'. Use this class to create a query that is pre-populated with the correct ProbGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProbGroupLinkRows collection of matching rows.
ProbGroupLinkRows.IdxGroupId
Class representing index 'IDXProbGLGroup_id'.
ProbGroupLinkRows.IdxProbId
Class representing index 'IDXProbGLProb_id'.
ProbHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProbHeadingLink table.
ProbHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch ProbHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
ProbHeadingLinkRow
Heading link table for Prob, for MDO headers
Row Object for table 'ProbHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProbHeadingLinkRow.CustomSearch
Class representing a custom search against table 'ProbHeadingLink'. Use this class to create a query that is pre-populated with the correct ProbHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProbHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProbHeadingLinkRow.IdxProbheadinglinkId
Class representing index 'IDXProbHLId'.
ProbHeadingLinkRows
Heading link table for Prob, for MDO headers Collection of ProbHeadingLinkRow. Each element of the collection represents one row in the ProbHeadingLink table.
ProbHeadingLinkRows.CustomSearch
Class representing a custom search against table 'ProbHeadingLink'. Use this class to create a query that is pre-populated with the correct ProbHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProbHeadingLinkRows collection of matching rows.
ProbHeadingLinkRows.IdxHeadingId
Class representing index 'IDXProbHLHeading_id'.
ProbHeadingLinkRows.IdxProbId
Class representing index 'IDXProbHLProb_id'.
ProbRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Prob table.
ProbRecordDataExtensions
Extension methods to make it easy to fetch ProbRecordData objects from the database, using the TargetedSelect infrastructure
ProbRow
Prob list table. Probability, used in sales .
Row Object for table 'Prob'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProbRow.CustomSearch
Class representing a custom search against table 'Prob'. Use this class to create a query that is pre-populated with the correct ProbTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProbRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProbRow.IdxName
Class representing index 'IDXProbName'.
ProbRow.IdxProbId
Class representing index 'IDXProbId'.
ProbRows
Prob list table. Probability, used in sales . Collection of ProbRow. Each element of the collection represents one row in the Prob table.
ProbRows.CustomSearch
Class representing a custom search against table 'Prob'. Use this class to create a query that is pre-populated with the correct ProbTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProbRows collection of matching rows.
ProductCategoryGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProductCategoryGroupLink table.
ProductCategoryGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch ProductCategoryGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
ProductCategoryGroupLinkRow
User group link table for ProductCategory, for MDO item hiding
Row Object for table 'ProductCategoryGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProductCategoryGroupLinkRow.CustomSearch
Class representing a custom search against table 'ProductCategoryGroupLink'. Use this class to create a query that is pre-populated with the correct ProductCategoryGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductCategoryGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProductCategoryGroupLinkRow.IdxProductCategoryGroupLinkId
Class representing index 'IDXProductCategoryGLId'.
ProductCategoryGroupLinkRows
User group link table for ProductCategory, for MDO item hiding Collection of ProductCategoryGroupLinkRow. Each element of the collection represents one row in the ProductCategoryGroupLink table.
ProductCategoryGroupLinkRows.CustomSearch
Class representing a custom search against table 'ProductCategoryGroupLink'. Use this class to create a query that is pre-populated with the correct ProductCategoryGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductCategoryGroupLinkRows collection of matching rows.
ProductCategoryGroupLinkRows.IdxGroupId
Class representing index 'IDXProductCategoryGLGroup_id'.
ProductCategoryGroupLinkRows.IdxProductCategoryId
Class representing index 'IDXProductCategoryGLProductca'.
ProductCategoryHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProductCategoryHeadingLink table.
ProductCategoryHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch ProductCategoryHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
ProductCategoryHeadingLinkRow
Heading link table for ProductCategory, for MDO item headings
Row Object for table 'ProductCategoryHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProductCategoryHeadingLinkRow.CustomSearch
Class representing a custom search against table 'ProductCategoryHeadingLink'. Use this class to create a query that is pre-populated with the correct ProductCategoryHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductCategoryHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProductCategoryHeadingLinkRow.IdxProductCategoryHeadingLinkId
Class representing index 'IDXProductCategoryHLId'.
ProductCategoryHeadingLinkRows
Heading link table for ProductCategory, for MDO item headings Collection of ProductCategoryHeadingLinkRow. Each element of the collection represents one row in the ProductCategoryHeadingLink table.
ProductCategoryHeadingLinkRows.CustomSearch
Class representing a custom search against table 'ProductCategoryHeadingLink'. Use this class to create a query that is pre-populated with the correct ProductCategoryHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductCategoryHeadingLinkRows collection of matching rows.
ProductCategoryHeadingLinkRows.IdxHeadingId
Class representing index 'IDXProductCategoryHLHeading_i'.
ProductCategoryHeadingLinkRows.IdxProductCategoryId
Class representing index 'IDXProductCategoryHLProductca'.
ProductCategoryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProductCategory table.
ProductCategoryRecordDataExtensions
Extension methods to make it easy to fetch ProductCategoryRecordData objects from the database, using the TargetedSelect infrastructure
ProductCategoryRow
List for the ProductCategory field of the Product table (Quote Management)
Row Object for table 'ProductCategory'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProductCategoryRow.CustomSearch
Class representing a custom search against table 'ProductCategory'. Use this class to create a query that is pre-populated with the correct ProductCategoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductCategoryRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProductCategoryRow.IdxName
Class representing index 'IDXProductCategoryName'.
ProductCategoryRow.IdxProductCategoryId
Class representing index 'IDXProductCategoryId'.
ProductCategoryRows
List for the ProductCategory field of the Product table (Quote Management) Collection of ProductCategoryRow. Each element of the collection represents one row in the ProductCategory table.
ProductCategoryRows.CustomSearch
Class representing a custom search against table 'ProductCategory'. Use this class to create a query that is pre-populated with the correct ProductCategoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductCategoryRows collection of matching rows.
ProductFamilyGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProductFamilyGroupLink table.
ProductFamilyGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch ProductFamilyGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
ProductFamilyGroupLinkRow
User group link table for ProductFamily, for MDO item hiding
Row Object for table 'ProductFamilyGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProductFamilyGroupLinkRow.CustomSearch
Class representing a custom search against table 'ProductFamilyGroupLink'. Use this class to create a query that is pre-populated with the correct ProductFamilyGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductFamilyGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProductFamilyGroupLinkRow.IdxProductFamilyGroupLinkId
Class representing index 'IDXProductFamilyGLId'.
ProductFamilyGroupLinkRows
User group link table for ProductFamily, for MDO item hiding Collection of ProductFamilyGroupLinkRow. Each element of the collection represents one row in the ProductFamilyGroupLink table.
ProductFamilyGroupLinkRows.CustomSearch
Class representing a custom search against table 'ProductFamilyGroupLink'. Use this class to create a query that is pre-populated with the correct ProductFamilyGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductFamilyGroupLinkRows collection of matching rows.
ProductFamilyGroupLinkRows.IdxGroupId
Class representing index 'IDXProductFamilyGLGroup_id'.
ProductFamilyGroupLinkRows.IdxProductFamilyId
Class representing index 'IDXProductFamilyGLProductfami'.
ProductFamilyHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProductFamilyHeadingLink table.
ProductFamilyHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch ProductFamilyHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
ProductFamilyHeadingLinkRow
Heading link table for ProductFamily, for MDO item headings
Row Object for table 'ProductFamilyHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProductFamilyHeadingLinkRow.CustomSearch
Class representing a custom search against table 'ProductFamilyHeadingLink'. Use this class to create a query that is pre-populated with the correct ProductFamilyHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductFamilyHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProductFamilyHeadingLinkRow.IdxProductFamilyHeadingLinkId
Class representing index 'IDXProductFamilyHLId'.
ProductFamilyHeadingLinkRows
Heading link table for ProductFamily, for MDO item headings Collection of ProductFamilyHeadingLinkRow. Each element of the collection represents one row in the ProductFamilyHeadingLink table.
ProductFamilyHeadingLinkRows.CustomSearch
Class representing a custom search against table 'ProductFamilyHeadingLink'. Use this class to create a query that is pre-populated with the correct ProductFamilyHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductFamilyHeadingLinkRows collection of matching rows.
ProductFamilyHeadingLinkRows.IdxHeadingId
Class representing index 'IDXProductFamilyHLHeading_id'.
ProductFamilyHeadingLinkRows.IdxProductFamilyId
Class representing index 'IDXProductFamilyHLProductfami'.
ProductFamilyRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProductFamily table.
ProductFamilyRecordDataExtensions
Extension methods to make it easy to fetch ProductFamilyRecordData objects from the database, using the TargetedSelect infrastructure
ProductFamilyRow
List for the ProductFamily field of the Product table (Quote Management)
Row Object for table 'ProductFamily'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProductFamilyRow.CustomSearch
Class representing a custom search against table 'ProductFamily'. Use this class to create a query that is pre-populated with the correct ProductFamilyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductFamilyRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProductFamilyRow.IdxName
Class representing index 'IDXProductFamilyName'.
ProductFamilyRow.IdxProductFamilyId
Class representing index 'IDXProductFamilyId'.
ProductFamilyRows
List for the ProductFamily field of the Product table (Quote Management) Collection of ProductFamilyRow. Each element of the collection represents one row in the ProductFamily table.
ProductFamilyRows.CustomSearch
Class representing a custom search against table 'ProductFamily'. Use this class to create a query that is pre-populated with the correct ProductFamilyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductFamilyRows collection of matching rows.
ProductRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Product table.
ProductRecordDataExtensions
Extension methods to make it easy to fetch ProductRecordData objects from the database, using the TargetedSelect infrastructure
ProductRow
One Product, member of one price list
Row Object for table 'Product'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ProductRow.CustomSearch
Class representing a custom search against table 'Product'. Use this class to create a query that is pre-populated with the correct ProductTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProductRow.IdxProductId
Class representing index 'IDXProductId'.
ProductRows
One Product, member of one price list Collection of ProductRow. Each element of the collection represents one row in the Product table.
ProductRows.CustomSearch
Class representing a custom search against table 'Product'. Use this class to create a query that is pre-populated with the correct ProductTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductRows collection of matching rows.
ProductRows.IdxERPProductKey
Class representing index 'IDXProductERPProductKey'.
ProductRows.IdxPriceListId
Class representing index 'IDXProductPriceListId'.
ProductTypeGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProductTypeGroupLink table.
ProductTypeGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch ProductTypeGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
ProductTypeGroupLinkRow
User group link table for ProductType, for MDO item hiding
Row Object for table 'ProductTypeGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProductTypeGroupLinkRow.CustomSearch
Class representing a custom search against table 'ProductTypeGroupLink'. Use this class to create a query that is pre-populated with the correct ProductTypeGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductTypeGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProductTypeGroupLinkRow.IdxProductTypeGroupLinkId
Class representing index 'IDXProductTypeGLId'.
ProductTypeGroupLinkRows
User group link table for ProductType, for MDO item hiding Collection of ProductTypeGroupLinkRow. Each element of the collection represents one row in the ProductTypeGroupLink table.
ProductTypeGroupLinkRows.CustomSearch
Class representing a custom search against table 'ProductTypeGroupLink'. Use this class to create a query that is pre-populated with the correct ProductTypeGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductTypeGroupLinkRows collection of matching rows.
ProductTypeGroupLinkRows.IdxGroupId
Class representing index 'IDXProductTypeGLGroup_id'.
ProductTypeGroupLinkRows.IdxProductTypeId
Class representing index 'IDXProductTypeGLProducttype_i'.
ProductTypeHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProductTypeHeadingLink table.
ProductTypeHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch ProductTypeHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
ProductTypeHeadingLinkRow
Heading link table for ProductType, for MDO item headings
Row Object for table 'ProductTypeHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProductTypeHeadingLinkRow.CustomSearch
Class representing a custom search against table 'ProductTypeHeadingLink'. Use this class to create a query that is pre-populated with the correct ProductTypeHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductTypeHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProductTypeHeadingLinkRow.IdxProductTypeHeadingLinkId
Class representing index 'IDXProductTypeHLId'.
ProductTypeHeadingLinkRows
Heading link table for ProductType, for MDO item headings Collection of ProductTypeHeadingLinkRow. Each element of the collection represents one row in the ProductTypeHeadingLink table.
ProductTypeHeadingLinkRows.CustomSearch
Class representing a custom search against table 'ProductTypeHeadingLink'. Use this class to create a query that is pre-populated with the correct ProductTypeHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductTypeHeadingLinkRows collection of matching rows.
ProductTypeHeadingLinkRows.IdxHeadingId
Class representing index 'IDXProductTypeHLHeading_id'.
ProductTypeHeadingLinkRows.IdxProductTypeId
Class representing index 'IDXProductTypeHLProducttype_i'.
ProductTypeRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProductType table.
ProductTypeRecordDataExtensions
Extension methods to make it easy to fetch ProductTypeRecordData objects from the database, using the TargetedSelect infrastructure
ProductTypeRow
List for the ProductType field of the Product table (Quote Management)
Row Object for table 'ProductType'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProductTypeRow.CustomSearch
Class representing a custom search against table 'ProductType'. Use this class to create a query that is pre-populated with the correct ProductTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductTypeRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProductTypeRow.IdxName
Class representing index 'IDXProductTypeName'.
ProductTypeRow.IdxProductTypeId
Class representing index 'IDXProductTypeId'.
ProductTypeRows
List for the ProductType field of the Product table (Quote Management) Collection of ProductTypeRow. Each element of the collection represents one row in the ProductType table.
ProductTypeRows.CustomSearch
Class representing a custom search against table 'ProductType'. Use this class to create a query that is pre-populated with the correct ProductTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductTypeRows collection of matching rows.
ProductVersionRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProductVersion table.
ProductVersionRecordDataExtensions
Extension methods to make it easy to fetch ProductVersionRecordData objects from the database, using the TargetedSelect infrastructure
ProductVersionRow
Version information for code modules. Owner + code module must be unique
Row Object for table 'ProductVersion'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ProductVersionRow.CustomSearch
Class representing a custom search against table 'ProductVersion'. Use this class to create a query that is pre-populated with the correct ProductVersionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductVersionRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProductVersionRow.IdxOwnerNameCodeNameVersion
Class representing index 'IOwnerNameCodeNameVersion'.
ProductVersionRow.IdxProductVersionId
Class representing index 'IDXProductVersionId'.
ProductVersionRows
Version information for code modules. Owner + code module must be unique Collection of ProductVersionRow. Each element of the collection represents one row in the ProductVersion table.
ProductVersionRows.CustomSearch
Class representing a custom search against table 'ProductVersion'. Use this class to create a query that is pre-populated with the correct ProductVersionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProductVersionRows collection of matching rows.
ProductVersionRows.IdxOwnerName
Class representing index 'IOwnerNameCodeNameVersion'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ProductVersionRows.IdxOwnerNameCodeName
Class representing index 'IOwnerNameCodeNameVersion'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
ProfileRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the profile table.
ProfileRecordDataExtensions
Extension methods to make it easy to fetch ProfileRecordData objects from the database, using the TargetedSelect infrastructure
ProfileRow
Deprecated. This table contains entries for the user profiles.
Row Object for table 'profile'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ProfileRow.CustomSearch
Class representing a custom search against table 'profile'. Use this class to create a query that is pre-populated with the correct ProfileTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProfileRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProfileRow.IdxProfileId
Class representing index 'IDXProfileId'.
ProfileRows
Deprecated. This table contains entries for the user profiles. Collection of ProfileRow. Each element of the collection represents one row in the Profile table.
ProfileRows.CustomSearch
Class representing a custom search against table 'profile'. Use this class to create a query that is pre-populated with the correct ProfileTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProfileRows collection of matching rows.
ProfileRows.IdxUserId
Class representing index 'IDXProfileUser_id'.
ProjStatusGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProjStatusGroupLink table.
ProjStatusGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch ProjStatusGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
ProjStatusGroupLinkRow
User group link table for ProjStatus, for MDO item hiding
Row Object for table 'ProjStatusGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProjStatusGroupLinkRow.CustomSearch
Class representing a custom search against table 'ProjStatusGroupLink'. Use this class to create a query that is pre-populated with the correct ProjStatusGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjStatusGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProjStatusGroupLinkRow.IdxProjstatusgrouplinkId
Class representing index 'IDXProjStatusGLId'.
ProjStatusGroupLinkRows
User group link table for ProjStatus, for MDO item hiding Collection of ProjStatusGroupLinkRow. Each element of the collection represents one row in the ProjStatusGroupLink table.
ProjStatusGroupLinkRows.CustomSearch
Class representing a custom search against table 'ProjStatusGroupLink'. Use this class to create a query that is pre-populated with the correct ProjStatusGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjStatusGroupLinkRows collection of matching rows.
ProjStatusGroupLinkRows.IdxGroupId
Class representing index 'IDXProjStatusGLGroup_id'.
ProjStatusGroupLinkRows.IdxProjStatusId
Class representing index 'IDXProjStatusGLProjstatus_id'.
ProjStatusHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProjStatusHeadingLink table.
ProjStatusHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch ProjStatusHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
ProjStatusHeadingLinkRow
Heading link table for ProjStatus, for MDO headers
Row Object for table 'ProjStatusHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProjStatusHeadingLinkRow.CustomSearch
Class representing a custom search against table 'ProjStatusHeadingLink'. Use this class to create a query that is pre-populated with the correct ProjStatusHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjStatusHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProjStatusHeadingLinkRow.IdxProjstatusheadinglinkId
Class representing index 'IDXProjStatusHLId'.
ProjStatusHeadingLinkRows
Heading link table for ProjStatus, for MDO headers Collection of ProjStatusHeadingLinkRow. Each element of the collection represents one row in the ProjStatusHeadingLink table.
ProjStatusHeadingLinkRows.CustomSearch
Class representing a custom search against table 'ProjStatusHeadingLink'. Use this class to create a query that is pre-populated with the correct ProjStatusHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjStatusHeadingLinkRows collection of matching rows.
ProjStatusHeadingLinkRows.IdxHeadingId
Class representing index 'IDXProjStatusHLHeading_id'.
ProjStatusHeadingLinkRows.IdxProjStatusId
Class representing index 'IDXProjStatusHLProjstatus_id'.
ProjStatusRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProjStatus table.
ProjStatusRecordDataExtensions
Extension methods to make it easy to fetch ProjStatusRecordData objects from the database, using the TargetedSelect infrastructure
ProjStatusRow
ProjStatus list table. Project status
Row Object for table 'ProjStatus'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProjStatusRow.CustomSearch
Class representing a custom search against table 'ProjStatus'. Use this class to create a query that is pre-populated with the correct ProjStatusTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjStatusRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProjStatusRow.IdxName
Class representing index 'IDXProjStatusName'.
ProjStatusRow.IdxProjStatusId
Class representing index 'IDXProjStatusId'.
ProjStatusRows
ProjStatus list table. Project status Collection of ProjStatusRow. Each element of the collection represents one row in the ProjStatus table.
ProjStatusRows.CustomSearch
Class representing a custom search against table 'ProjStatus'. Use this class to create a query that is pre-populated with the correct ProjStatusTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjStatusRows collection of matching rows.
ProjTypeGroupLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProjTypeGroupLink table.
ProjTypeGroupLinkRecordDataExtensions
Extension methods to make it easy to fetch ProjTypeGroupLinkRecordData objects from the database, using the TargetedSelect infrastructure
ProjTypeGroupLinkRow
User group link table for ProjType, for MDO item hiding
Row Object for table 'ProjTypeGroupLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProjTypeGroupLinkRow.CustomSearch
Class representing a custom search against table 'ProjTypeGroupLink'. Use this class to create a query that is pre-populated with the correct ProjTypeGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjTypeGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProjTypeGroupLinkRow.IdxProjtypegrouplinkId
Class representing index 'IDXProjTypeGLId'.
ProjTypeGroupLinkRows
User group link table for ProjType, for MDO item hiding Collection of ProjTypeGroupLinkRow. Each element of the collection represents one row in the ProjTypeGroupLink table.
ProjTypeGroupLinkRows.CustomSearch
Class representing a custom search against table 'ProjTypeGroupLink'. Use this class to create a query that is pre-populated with the correct ProjTypeGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjTypeGroupLinkRows collection of matching rows.
ProjTypeGroupLinkRows.IdxGroupId
Class representing index 'IDXProjTypeGLGroup_id'.
ProjTypeGroupLinkRows.IdxProjTypeId
Class representing index 'IDXProjTypeGLProjtype_id'.
ProjTypeHeadingLinkRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProjTypeHeadingLink table.
ProjTypeHeadingLinkRecordDataExtensions
Extension methods to make it easy to fetch ProjTypeHeadingLinkRecordData objects from the database, using the TargetedSelect infrastructure
ProjTypeHeadingLinkRow
Heading link table for ProjType, for MDO headers
Row Object for table 'ProjTypeHeadingLink'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProjTypeHeadingLinkRow.CustomSearch
Class representing a custom search against table 'ProjTypeHeadingLink'. Use this class to create a query that is pre-populated with the correct ProjTypeHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjTypeHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProjTypeHeadingLinkRow.IdxProjtypeheadinglinkId
Class representing index 'IDXProjTypeHLId'.
ProjTypeHeadingLinkRows
Heading link table for ProjType, for MDO headers Collection of ProjTypeHeadingLinkRow. Each element of the collection represents one row in the ProjTypeHeadingLink table.
ProjTypeHeadingLinkRows.CustomSearch
Class representing a custom search against table 'ProjTypeHeadingLink'. Use this class to create a query that is pre-populated with the correct ProjTypeHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjTypeHeadingLinkRows collection of matching rows.
ProjTypeHeadingLinkRows.IdxHeadingId
Class representing index 'IDXProjTypeHLHeading_id'.
ProjTypeHeadingLinkRows.IdxProjTypeId
Class representing index 'IDXProjTypeHLProjtype_id'.
ProjTypeRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProjType table.
ProjTypeRecordDataExtensions
Extension methods to make it easy to fetch ProjTypeRecordData objects from the database, using the TargetedSelect infrastructure
ProjTypeRow
ProjType list table. List of valid Project types.
Row Object for table 'ProjType'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)
ProjTypeRow.CustomSearch
Class representing a custom search against table 'ProjType'. Use this class to create a query that is pre-populated with the correct ProjTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjTypeRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProjTypeRow.IdxName
Class representing index 'IDXProjTypeName'.
ProjTypeRow.IdxProjTypeId
Class representing index 'IDXProjTypeId'.
ProjTypeRows
ProjType list table. List of valid Project types. Collection of ProjTypeRow. Each element of the collection represents one row in the ProjType table.
ProjTypeRows.CustomSearch
Class representing a custom search against table 'ProjType'. Use this class to create a query that is pre-populated with the correct ProjTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjTypeRows collection of matching rows.
ProjectMemberRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the projectmember table.
ProjectMemberRecordDataExtensions
Extension methods to make it easy to fetch ProjectMemberRecordData objects from the database, using the TargetedSelect infrastructure
ProjectMemberRow
Project members. Link-table between person and project
Row Object for table 'projectmember'. Row objects correspond directly to database tables, and one
instance of a row object represents one row in the corresponding table in the database.
ProjectMemberRow.CustomSearch
Class representing a custom search against table 'projectmember'. Use this class to create a query that is pre-populated with the correct ProjectMemberTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjectMemberRow. If your query matches more than one row in the database, the result will reflect the first row only.
ProjectMemberRow.IdxProjectmemberId
Class representing index 'IDXPmembId'.
ProjectMemberRows
Project members. Link-table between person and project Collection of ProjectMemberRow. Each element of the collection represents one row in the ProjectMember table.
ProjectMemberRows.CustomSearch
Class representing a custom search against table 'projectmember'. Use this class to create a query that is pre-populated with the correct ProjectMemberTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjectMemberRows collection of matching rows.
ProjectMemberRows.IdxContactId
Class representing index 'IDXPmembContact_id'.