Show / Hide Table of Contents

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

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

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

CounterValueBulkImportFacade

Typed facade for an object[] that contains all the fields of the CounterValue table, intended for use with DatabaseOperations. 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 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 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 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 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 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.IdxCredentialsId

Class representing index 'IDXCredentialsId'.

CredentialsRow.IdxCredentialTypeSearchName

Class representing index 'ICredentialTypeSearchName'.

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

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

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

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

DefaulterStrategy

Strategy applied when applying defualt values

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 infrastructure

EabEntryRow

This table contains eab (email address book) entries, i.e. an alias ('Ola Hansen') and an address ('ola@hansen.as&apos;).
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&apos;). 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 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 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 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 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'.

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

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

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

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

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

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

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

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

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

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

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

FieldValidationRule

Validation rule used by the RowValidator.

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

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

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

MDOListElementType

What kind of element are we dealing with in the MDO-list? Same enum for all MDO-lists.

MDOType

Type of MDO list

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

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

NotNullableValidationRule

ValidationRule stating that a null value was provided where one is not allowed.

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

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

OnFieldChange<TValue>

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

OnRowLoad

Delegate...

OnRowLoaded

OnTableValueChange

Event raised when one of the values in an instance of TableRowBase is modified.

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

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

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

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

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

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

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

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

ProjectMemberRows.IdxPersonId

Class representing index 'IDXPmembPerson_id'.

ProjectMemberRows.IdxProjectId

Class representing index 'IProj_idRank'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

ProjectMemberRows.IdxProjectIdRank

Class representing index 'IProj_idRank'.

ProjectRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the project table.

ProjectRecordDataExtensions

Extension methods to make it easy to fetch ProjectRecordData objects from the database, using the infrastructure

ProjectRow

Projects
Row Object for table 'project'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ProjectRow.CustomSearch

Class representing a custom search against table 'project'. Use this class to create a query that is pre-populated with the correct ProjectTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjectRow. If your query matches more than one row in the database, the result will reflect the first row only.

ProjectRow.IdxProjectId

Class representing index 'IDXProjId'.

ProjectRows

Projects Collection of ProjectRow. Each element of the collection represents one row in the Project table.

ProjectRows.CustomSearch

Class representing a custom search against table 'project'. Use this class to create a query that is pre-populated with the correct ProjectTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjectRows collection of matching rows.

ProjectRows.IdxDone

Class representing index 'IDXProjDone'.

ProjectRows.IdxName

Class representing index 'IDXProjName'.

ProjectRows.IdxProjectNumber

Class representing index 'IDXProjPnum'.

ProjectRows.IdxSoundEx

Class representing index 'IDXProjSoundEx'.

ProjectRows.IdxSource

Class representing index 'IDXProjSource'.

ProjectRows.IdxUserdef2Id

Class representing index 'IDXProjUdef2_id'.

ProjectTypeStatusLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ProjectTypeStatusLink table.

ProjectTypeStatusLinkRecordDataExtensions

Extension methods to make it easy to fetch ProjectTypeStatusLinkRecordData objects from the database, using the infrastructure

ProjectTypeStatusLinkRow

Many-many link table between project type and status, similar to sale type-stage link; and an anchor point for guide items
Row Object for table 'ProjectTypeStatusLink'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ProjectTypeStatusLinkRow.CustomSearch

Class representing a custom search against table 'ProjectTypeStatusLink'. Use this class to create a query that is pre-populated with the correct ProjectTypeStatusLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjectTypeStatusLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

ProjectTypeStatusLinkRow.IdxProjectTypeStatusLinkId

Class representing index 'IDXProjectTypeStatusLinkId'.

ProjectTypeStatusLinkRows

Many-many link table between project type and status, similar to sale type-stage link; and an anchor point for guide items Collection of ProjectTypeStatusLinkRow. Each element of the collection represents one row in the ProjectTypeStatusLink table.

ProjectTypeStatusLinkRows.CustomSearch

Class representing a custom search against table 'ProjectTypeStatusLink'. Use this class to create a query that is pre-populated with the correct ProjectTypeStatusLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ProjectTypeStatusLinkRows collection of matching rows.

ProjectTypeStatusLinkRows.IdxProjTypeId

Class representing index 'IProjType_idProjStatus_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

ProjectTypeStatusLinkRows.IdxProjTypeIdProjStatusId

Class representing index 'IProjType_idProjStatus_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 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 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 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 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 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 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.

PublishRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Publish table.

PublishRecordDataExtensions

Extension methods to make it easy to fetch PublishRecordData objects from the database, using the infrastructure

PublishRow

Publishing system for external users
Row Object for table 'Publish'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

PublishRow.CustomSearch

Class representing a custom search against table 'Publish'. Use this class to create a query that is pre-populated with the correct PublishTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PublishRow. If your query matches more than one row in the database, the result will reflect the first row only.

PublishRow.IdxPublishId

Class representing index 'IDXPublishId'.

PublishRow.IdxTableNumberRecordIdPublishType

Class representing index 'ITableNumberRecordIdPublishTy'.

PublishRows

Publishing system for external users Collection of PublishRow. Each element of the collection represents one row in the Publish table.

PublishRows.CustomSearch

Class representing a custom search against table 'Publish'. Use this class to create a query that is pre-populated with the correct PublishTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PublishRows collection of matching rows.

PublishRows.IdxPublishType

Class representing index 'IDXPublishPublishType'.

PublishRows.IdxTableNumber

Class representing index 'ITableNumberRecordIdPublishTy'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

PublishRows.IdxTableNumberRecordId

Class representing index 'ITableNumberRecordIdPublishTy'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

PushNotificationServiceRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the PushNotificationService table.

PushNotificationServiceRecordDataExtensions

Extension methods to make it easy to fetch PushNotificationServiceRecordData objects from the database, using the infrastructure

PushNotificationServiceRow

Used for storing handles to user devices that should receive push notifications
Row Object for table 'PushNotificationService'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

PushNotificationServiceRow.CustomSearch

Class representing a custom search against table 'PushNotificationService'. Use this class to create a query that is pre-populated with the correct PushNotificationServiceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PushNotificationServiceRow. If your query matches more than one row in the database, the result will reflect the first row only.

PushNotificationServiceRow.IdxPushNotificationServiceId

Class representing index 'IDXPushNotificationServiceId'.

PushNotificationServiceRows

Used for storing handles to user devices that should receive push notifications Collection of PushNotificationServiceRow. Each element of the collection represents one row in the PushNotificationService table.

PushNotificationServiceRows.CustomSearch

Class representing a custom search against table 'PushNotificationService'. Use this class to create a query that is pre-populated with the correct PushNotificationServiceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a PushNotificationServiceRows collection of matching rows.

QuickReplyRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the quick_reply table.

QuickReplyRecordDataExtensions

Extension methods to make it easy to fetch QuickReplyRecordData objects from the database, using the infrastructure

QuickReplyRow

Personal quick reply text fragments
Row Object for table 'quick_reply'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

QuickReplyRow.CustomSearch

Class representing a custom search against table 'quick_reply'. Use this class to create a query that is pre-populated with the correct QuickReplyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuickReplyRow. If your query matches more than one row in the database, the result will reflect the first row only.

QuickReplyRow.IdxQuickReplyId

Class representing index 'IDXQuick_replyId'.

QuickReplyRows

Personal quick reply text fragments Collection of QuickReplyRow. Each element of the collection represents one row in the QuickReply table.

QuickReplyRows.CustomSearch

Class representing a custom search against table 'quick_reply'. Use this class to create a query that is pre-populated with the correct QuickReplyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuickReplyRows collection of matching rows.

QuickReplyRows.IdxRank

Class representing index 'IDXQuick_replyRank'.

QuoteAlternativeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the QuoteAlternative table.

QuoteAlternativeRecordDataExtensions

Extension methods to make it easy to fetch QuoteAlternativeRecordData objects from the database, using the infrastructure

QuoteAlternativeRow

Quote Version is made up of one or more Alternatives. One of 1..n possible alternatives in a Quote Version. The reason we have alternatives is that a quote can say to a customer, “we can solve you problem in two (or more) different ways, with different technology and sideeffects (and price)”. An Alternative may have discounts on the total amount. The Alternative tracks whether the user on the order level entered the Discount , Earning amount or the TotalPrice fields so that the discount and earning and total can be re-calculated correctly when Quote Lines are added or changed.
Row Object for table 'QuoteAlternative'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

QuoteAlternativeRow.CustomSearch

Class representing a custom search against table 'QuoteAlternative'. Use this class to create a query that is pre-populated with the correct QuoteAlternativeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteAlternativeRow. If your query matches more than one row in the database, the result will reflect the first row only.

QuoteAlternativeRow.IdxQuoteAlternativeId

Class representing index 'IDXQuoteAlternativeId'.

QuoteAlternativeRows

Quote Version is made up of one or more Alternatives. One of 1..n possible alternatives in a Quote Version. The reason we have alternatives is that a quote can say to a customer, “we can solve you problem in two (or more) different ways, with different technology and sideeffects (and price)”. An Alternative may have discounts on the total amount. The Alternative tracks whether the user on the order level entered the Discount , Earning amount or the TotalPrice fields so that the discount and earning and total can be re-calculated correctly when Quote Lines are added or changed. Collection of QuoteAlternativeRow. Each element of the collection represents one row in the QuoteAlternative table.

QuoteAlternativeRows.CustomSearch

Class representing a custom search against table 'QuoteAlternative'. Use this class to create a query that is pre-populated with the correct QuoteAlternativeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteAlternativeRows collection of matching rows.

QuoteAlternativeRows.IdxERPQuoteAlternativeKey

Class representing index 'IDXQuoteAlternativeERPQuoteAl'.

QuoteAlternativeRows.IdxQuoteVersionId

Class representing index 'IDXQuoteAlternativeQuoteVersi'.

QuoteApprReasonGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the QuoteApprReasonGroupLink table.

QuoteApprReasonGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch QuoteApprReasonGroupLinkRecordData objects from the database, using the infrastructure

QuoteApprReasonGroupLinkRow

User group link table for QuoteApprReason, for MDO item hiding
Row Object for table 'QuoteApprReasonGroupLink'. 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)

QuoteApprReasonGroupLinkRow.CustomSearch

Class representing a custom search against table 'QuoteApprReasonGroupLink'. Use this class to create a query that is pre-populated with the correct QuoteApprReasonGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteApprReasonGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

QuoteApprReasonGroupLinkRow.IdxQuoteApprReasonGroupLinkId

Class representing index 'IDXQuoteApprReasonGroupLinkId'.

QuoteApprReasonGroupLinkRows

User group link table for QuoteApprReason, for MDO item hiding Collection of QuoteApprReasonGroupLinkRow. Each element of the collection represents one row in the QuoteApprReasonGroupLink table.

QuoteApprReasonGroupLinkRows.CustomSearch

Class representing a custom search against table 'QuoteApprReasonGroupLink'. Use this class to create a query that is pre-populated with the correct QuoteApprReasonGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteApprReasonGroupLinkRows collection of matching rows.

QuoteApprReasonGroupLinkRows.IdxGroupId

Class representing index 'IDXQuoteApprReasonGroupLinkGr'.

QuoteApprReasonGroupLinkRows.IdxQuoteapprreasonId

Class representing index 'IDXQuoteApprReasonGroupLinkQu'.

QuoteApprReasonHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the QuoteApprReasonHeadingLink table.

QuoteApprReasonHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch QuoteApprReasonHeadingLinkRecordData objects from the database, using the infrastructure

QuoteApprReasonHeadingLinkRow

Heading link table for QuoteApprReason, for MDO headers
Row Object for table 'QuoteApprReasonHeadingLink'. 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)

QuoteApprReasonHeadingLinkRow.CustomSearch

Class representing a custom search against table 'QuoteApprReasonHeadingLink'. Use this class to create a query that is pre-populated with the correct QuoteApprReasonHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteApprReasonHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

QuoteApprReasonHeadingLinkRow.IdxQuoteApprReasonHeadingLinkId

Class representing index 'IDXQuoteApprReasonHeadingLink'.

QuoteApprReasonHeadingLinkRows

Heading link table for QuoteApprReason, for MDO headers Collection of QuoteApprReasonHeadingLinkRow. Each element of the collection represents one row in the QuoteApprReasonHeadingLink table.

QuoteApprReasonHeadingLinkRows.CustomSearch

Class representing a custom search against table 'QuoteApprReasonHeadingLink'. Use this class to create a query that is pre-populated with the correct QuoteApprReasonHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteApprReasonHeadingLinkRows collection of matching rows.

QuoteApprReasonHeadingLinkRows.IdxHeadingId

Class representing index 'IDXQuoteApprReasonHeadingLink'.

QuoteApprReasonHeadingLinkRows.IdxQuoteapprreasonId

Class representing index 'IDXQuoteApprReasonHeadingLink'.

QuoteApprReasonRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the QuoteApprReason table.

QuoteApprReasonRecordDataExtensions

Extension methods to make it easy to fetch QuoteApprReasonRecordData objects from the database, using the infrastructure

QuoteApprReasonRow

Predefined reasons for quote approval
Row Object for table 'QuoteApprReason'. 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)

QuoteApprReasonRow.CustomSearch

Class representing a custom search against table 'QuoteApprReason'. Use this class to create a query that is pre-populated with the correct QuoteApprReasonTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteApprReasonRow. If your query matches more than one row in the database, the result will reflect the first row only.

QuoteApprReasonRow.IdxName

Class representing index 'IDXQuoteApprReasonName'.

QuoteApprReasonRow.IdxQuoteApprReasonId

Class representing index 'IDXQuoteApprReasonId'.

QuoteApprReasonRows

Predefined reasons for quote approval Collection of QuoteApprReasonRow. Each element of the collection represents one row in the QuoteApprReason table.

QuoteApprReasonRows.CustomSearch

Class representing a custom search against table 'QuoteApprReason'. Use this class to create a query that is pre-populated with the correct QuoteApprReasonTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteApprReasonRows collection of matching rows.

QuoteConnectionAccessRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the QuoteConnectionAccess table.

QuoteConnectionAccessRecordDataExtensions

Extension methods to make it easy to fetch QuoteConnectionAccessRecordData objects from the database, using the infrastructure

QuoteConnectionAccessRow

Access control for Quote Connections
Row Object for table 'QuoteConnectionAccess'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

QuoteConnectionAccessRow.CustomSearch

Class representing a custom search against table 'QuoteConnectionAccess'. Use this class to create a query that is pre-populated with the correct QuoteConnectionAccessTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteConnectionAccessRow. If your query matches more than one row in the database, the result will reflect the first row only.

QuoteConnectionAccessRow.IdxQuoteConnectionAccessId

Class representing index 'IDXQuoteConnectionAccessId'.

QuoteConnectionAccessRows

Access control for Quote Connections Collection of QuoteConnectionAccessRow. Each element of the collection represents one row in the QuoteConnectionAccess table.

QuoteConnectionAccessRows.CustomSearch

Class representing a custom search against table 'QuoteConnectionAccess'. Use this class to create a query that is pre-populated with the correct QuoteConnectionAccessTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteConnectionAccessRows collection of matching rows.

QuoteConnectionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the QuoteConnection table.

QuoteConnectionRecordDataExtensions

Extension methods to make it easy to fetch QuoteConnectionRecordData objects from the database, using the infrastructure

QuoteConnectionRow

Primary key in the CRM database. Definition of a connection to an external system, for the Quote system.
Row Object for table 'QuoteConnection'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

QuoteConnectionRow.CustomSearch

Class representing a custom search against table 'QuoteConnection'. Use this class to create a query that is pre-populated with the correct QuoteConnectionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteConnectionRow. If your query matches more than one row in the database, the result will reflect the first row only.

QuoteConnectionRow.IdxQuoteConnectionId

Class representing index 'IDXQuoteConnectionId'.

QuoteConnectionRows

Primary key in the CRM database. Definition of a connection to an external system, for the Quote system. Collection of QuoteConnectionRow. Each element of the collection represents one row in the QuoteConnection table.

QuoteConnectionRows.CustomSearch

Class representing a custom search against table 'QuoteConnection'. Use this class to create a query that is pre-populated with the correct QuoteConnectionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteConnectionRows collection of matching rows.

QuoteDenyReasonGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the QuoteDenyReasonGroupLink table.

QuoteDenyReasonGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch QuoteDenyReasonGroupLinkRecordData objects from the database, using the infrastructure

QuoteDenyReasonGroupLinkRow

User group link table for QuoteDenyReason, for MDO item hiding
Row Object for table 'QuoteDenyReasonGroupLink'. 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)

QuoteDenyReasonGroupLinkRow.CustomSearch

Class representing a custom search against table 'QuoteDenyReasonGroupLink'. Use this class to create a query that is pre-populated with the correct QuoteDenyReasonGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteDenyReasonGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

QuoteDenyReasonGroupLinkRow.IdxQuoteDenyReasonGroupLinkId

Class representing index 'IDXQuoteDenyReasonGroupLinkId'.

QuoteDenyReasonGroupLinkRows

User group link table for QuoteDenyReason, for MDO item hiding Collection of QuoteDenyReasonGroupLinkRow. Each element of the collection represents one row in the QuoteDenyReasonGroupLink table.

QuoteDenyReasonGroupLinkRows.CustomSearch

Class representing a custom search against table 'QuoteDenyReasonGroupLink'. Use this class to create a query that is pre-populated with the correct QuoteDenyReasonGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteDenyReasonGroupLinkRows collection of matching rows.

QuoteDenyReasonGroupLinkRows.IdxGroupId

Class representing index 'IDXQuoteDenyReasonGroupLinkGr'.

QuoteDenyReasonGroupLinkRows.IdxQuotedenyreasonId

Class representing index 'IDXQuoteDenyReasonGroupLinkQu'.

QuoteDenyReasonHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the QuoteDenyReasonHeadingLink table.

QuoteDenyReasonHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch QuoteDenyReasonHeadingLinkRecordData objects from the database, using the infrastructure

QuoteDenyReasonHeadingLinkRow

Heading link table for QuoteDenyReason, for MDO headers
Row Object for table 'QuoteDenyReasonHeadingLink'. 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)

QuoteDenyReasonHeadingLinkRow.CustomSearch

Class representing a custom search against table 'QuoteDenyReasonHeadingLink'. Use this class to create a query that is pre-populated with the correct QuoteDenyReasonHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteDenyReasonHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

QuoteDenyReasonHeadingLinkRow.IdxQuoteDenyReasonHeadingLinkId

Class representing index 'IDXQuoteDenyReasonHeadingLink'.

QuoteDenyReasonHeadingLinkRows

Heading link table for QuoteDenyReason, for MDO headers Collection of QuoteDenyReasonHeadingLinkRow. Each element of the collection represents one row in the QuoteDenyReasonHeadingLink table.

QuoteDenyReasonHeadingLinkRows.CustomSearch

Class representing a custom search against table 'QuoteDenyReasonHeadingLink'. Use this class to create a query that is pre-populated with the correct QuoteDenyReasonHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteDenyReasonHeadingLinkRows collection of matching rows.

QuoteDenyReasonHeadingLinkRows.IdxHeadingId

Class representing index 'IDXQuoteDenyReasonHeadingLink'.

QuoteDenyReasonHeadingLinkRows.IdxQuotedenyreasonId

Class representing index 'IDXQuoteDenyReasonHeadingLink'.

QuoteDenyReasonRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the QuoteDenyReason table.

QuoteDenyReasonRecordDataExtensions

Extension methods to make it easy to fetch QuoteDenyReasonRecordData objects from the database, using the infrastructure

QuoteDenyReasonRow

Predefined reasons for quote denial
Row Object for table 'QuoteDenyReason'. 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)

QuoteDenyReasonRow.CustomSearch

Class representing a custom search against table 'QuoteDenyReason'. Use this class to create a query that is pre-populated with the correct QuoteDenyReasonTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteDenyReasonRow. If your query matches more than one row in the database, the result will reflect the first row only.

QuoteDenyReasonRow.IdxName

Class representing index 'IDXQuoteDenyReasonName'.

QuoteDenyReasonRow.IdxQuoteDenyReasonId

Class representing index 'IDXQuoteDenyReasonId'.

QuoteDenyReasonRows

Predefined reasons for quote denial Collection of QuoteDenyReasonRow. Each element of the collection represents one row in the QuoteDenyReason table.

QuoteDenyReasonRows.CustomSearch

Class representing a custom search against table 'QuoteDenyReason'. Use this class to create a query that is pre-populated with the correct QuoteDenyReasonTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteDenyReasonRows collection of matching rows.

QuoteLineConfigurationRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the QuoteLineConfiguration table.

QuoteLineConfigurationRecordDataExtensions

Extension methods to make it easy to fetch QuoteLineConfigurationRecordData objects from the database, using the infrastructure

QuoteLineConfigurationRow

Configuration of quote lines - which fields are in use, rights, labels etc
Row Object for table 'QuoteLineConfiguration'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

QuoteLineConfigurationRow.CustomSearch

Class representing a custom search against table 'QuoteLineConfiguration'. Use this class to create a query that is pre-populated with the correct QuoteLineConfigurationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteLineConfigurationRow. If your query matches more than one row in the database, the result will reflect the first row only.

QuoteLineConfigurationRow.IdxQuoteLineConfigurationId

Class representing index 'IDXQuoteLineConfigurationId'.

QuoteLineConfigurationRows

Configuration of quote lines - which fields are in use, rights, labels etc Collection of QuoteLineConfigurationRow. Each element of the collection represents one row in the QuoteLineConfiguration table.

QuoteLineConfigurationRows.CustomSearch

Class representing a custom search against table 'QuoteLineConfiguration'. Use this class to create a query that is pre-populated with the correct QuoteLineConfigurationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteLineConfigurationRows collection of matching rows.

QuoteLineRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the QuoteLine table.

QuoteLineRecordDataExtensions

Extension methods to make it easy to fetch QuoteLineRecordData objects from the database, using the infrastructure

QuoteLineRow

One line in a QuoteAlternative. QuoteLines are mainly information copied from the Products provider. Products information is sometimes edited by the user before being included in the quote, so most information is duplicated from Product rather than referenced directly.
Row Object for table 'QuoteLine'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

QuoteLineRow.CustomSearch

Class representing a custom search against table 'QuoteLine'. Use this class to create a query that is pre-populated with the correct QuoteLineTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteLineRow. If your query matches more than one row in the database, the result will reflect the first row only.

QuoteLineRow.IdxQuoteLineId

Class representing index 'IDXQuoteLineId'.

QuoteLineRows

One line in a QuoteAlternative. QuoteLines are mainly information copied from the Products provider. Products information is sometimes edited by the user before being included in the quote, so most information is duplicated from Product rather than referenced directly. Collection of QuoteLineRow. Each element of the collection represents one row in the QuoteLine table.

QuoteLineRows.CustomSearch

Class representing a custom search against table 'QuoteLine'. Use this class to create a query that is pre-populated with the correct QuoteLineTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteLineRows collection of matching rows.

QuoteLineRows.IdxQuoteAlternativeId

Class representing index 'IDXQuoteLineQuoteAlternativeI'.

QuoteRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Quote table.

QuoteRecordDataExtensions

Extension methods to make it easy to fetch QuoteRecordData objects from the database, using the infrastructure

QuoteRow

Quote root level, at most one per Sale, always connected to one Sale
Row Object for table 'Quote'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

QuoteRow.CustomSearch

Class representing a custom search against table 'Quote'. Use this class to create a query that is pre-populated with the correct QuoteTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteRow. If your query matches more than one row in the database, the result will reflect the first row only.

QuoteRow.IdxQuoteId

Class representing index 'IDXQuoteId'.

QuoteRows

Quote root level, at most one per Sale, always connected to one Sale Collection of QuoteRow. Each element of the collection represents one row in the Quote table.

QuoteRows.CustomSearch

Class representing a custom search against table 'Quote'. Use this class to create a query that is pre-populated with the correct QuoteTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteRows collection of matching rows.

QuoteVersionAttachmentRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the QuoteVersionAttachment table.

QuoteVersionAttachmentRecordDataExtensions

Extension methods to make it easy to fetch QuoteVersionAttachmentRecordData objects from the database, using the infrastructure

QuoteVersionAttachmentRow

Actual attachments to a quote
Row Object for table 'QuoteVersionAttachment'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

QuoteVersionAttachmentRow.CustomSearch

Class representing a custom search against table 'QuoteVersionAttachment'. Use this class to create a query that is pre-populated with the correct QuoteVersionAttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteVersionAttachmentRow. If your query matches more than one row in the database, the result will reflect the first row only.

QuoteVersionAttachmentRow.IdxQuoteVersionAttachmentId

Class representing index 'IDXQuoteVersionAttachmentId'.

QuoteVersionAttachmentRow.IdxQuoteVersionIdDocumentId

Class representing index 'IQuoteVersionIdDocumentId'.

QuoteVersionAttachmentRows

Actual attachments to a quote Collection of QuoteVersionAttachmentRow. Each element of the collection represents one row in the QuoteVersionAttachment table.

QuoteVersionAttachmentRows.CustomSearch

Class representing a custom search against table 'QuoteVersionAttachment'. Use this class to create a query that is pre-populated with the correct QuoteVersionAttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteVersionAttachmentRows collection of matching rows.

QuoteVersionAttachmentRows.IdxQuoteVersionId

Class representing index 'IQuoteVersionIdDocumentId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

QuoteVersionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the QuoteVersion table.

QuoteVersionRecordDataExtensions

Extension methods to make it easy to fetch QuoteVersionRecordData objects from the database, using the infrastructure

QuoteVersionRow

There may be multiple Versions of a Quote, with one of them active
Row Object for table 'QuoteVersion'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

QuoteVersionRow.CustomSearch

Class representing a custom search against table 'QuoteVersion'. Use this class to create a query that is pre-populated with the correct QuoteVersionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteVersionRow. If your query matches more than one row in the database, the result will reflect the first row only.

QuoteVersionRow.IdxQuoteVersionId

Class representing index 'IDXQuoteVersionId'.

QuoteVersionRows

There may be multiple Versions of a Quote, with one of them active Collection of QuoteVersionRow. Each element of the collection represents one row in the QuoteVersion table.

QuoteVersionRows.CustomSearch

Class representing a custom search against table 'QuoteVersion'. Use this class to create a query that is pre-populated with the correct QuoteVersionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a QuoteVersionRows collection of matching rows.

QuoteVersionRows.IdxERPQuoteVersionKey

Class representing index 'IDXQuoteVersionERPQuoteVersio'.

QuoteVersionRows.IdxQuoteId

Class representing index 'IDXQuoteVersionQuoteId'.

ReasonGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ReasonGroupLink table.

ReasonGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch ReasonGroupLinkRecordData objects from the database, using the infrastructure

ReasonGroupLinkRow

User group link table for Reason, for MDO item hiding
Row Object for table 'ReasonGroupLink'. 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)

ReasonGroupLinkRow.CustomSearch

Class representing a custom search against table 'ReasonGroupLink'. Use this class to create a query that is pre-populated with the correct ReasonGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

ReasonGroupLinkRow.IdxReasongrouplinkId

Class representing index 'IDXReasonGLId'.

ReasonGroupLinkRows

User group link table for Reason, for MDO item hiding Collection of ReasonGroupLinkRow. Each element of the collection represents one row in the ReasonGroupLink table.

ReasonGroupLinkRows.CustomSearch

Class representing a custom search against table 'ReasonGroupLink'. Use this class to create a query that is pre-populated with the correct ReasonGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonGroupLinkRows collection of matching rows.

ReasonGroupLinkRows.IdxGroupId

Class representing index 'IDXReasonGLGroup_id'.

ReasonGroupLinkRows.IdxReasonId

Class representing index 'IDXReasonGLReason_id'.

ReasonHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ReasonHeadingLink table.

ReasonHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch ReasonHeadingLinkRecordData objects from the database, using the infrastructure

ReasonHeadingLinkRow

Heading link table for Reason, for MDO headers
Row Object for table 'ReasonHeadingLink'. 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)

ReasonHeadingLinkRow.CustomSearch

Class representing a custom search against table 'ReasonHeadingLink'. Use this class to create a query that is pre-populated with the correct ReasonHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

ReasonHeadingLinkRow.IdxReasonheadinglinkId

Class representing index 'IDXReasonHLId'.

ReasonHeadingLinkRows

Heading link table for Reason, for MDO headers Collection of ReasonHeadingLinkRow. Each element of the collection represents one row in the ReasonHeadingLink table.

ReasonHeadingLinkRows.CustomSearch

Class representing a custom search against table 'ReasonHeadingLink'. Use this class to create a query that is pre-populated with the correct ReasonHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonHeadingLinkRows collection of matching rows.

ReasonHeadingLinkRows.IdxHeadingId

Class representing index 'IDXReasonHLHeading_id'.

ReasonHeadingLinkRows.IdxReasonId

Class representing index 'IDXReasonHLReason_id'.

ReasonRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Reason table.

ReasonRecordDataExtensions

Extension methods to make it easy to fetch ReasonRecordData objects from the database, using the infrastructure

ReasonRow

Reason list table. Why we lost the sale (list)
Row Object for table 'Reason'. 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)

ReasonRow.CustomSearch

Class representing a custom search against table 'Reason'. Use this class to create a query that is pre-populated with the correct ReasonTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonRow. If your query matches more than one row in the database, the result will reflect the first row only.

ReasonRow.IdxName

Class representing index 'IDXReasonName'.

ReasonRow.IdxReasonId

Class representing index 'IDXReasonId'.

ReasonRows

Reason list table. Why we lost the sale (list) Collection of ReasonRow. Each element of the collection represents one row in the Reason table.

ReasonRows.CustomSearch

Class representing a custom search against table 'Reason'. Use this class to create a query that is pre-populated with the correct ReasonTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonRows collection of matching rows.

ReasonSoldGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ReasonSoldGroupLink table.

ReasonSoldGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch ReasonSoldGroupLinkRecordData objects from the database, using the infrastructure

ReasonSoldGroupLinkRow

User group link table for ReasonSold, for MDO item hiding
Row Object for table 'ReasonSoldGroupLink'. 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)

ReasonSoldGroupLinkRow.CustomSearch

Class representing a custom search against table 'ReasonSoldGroupLink'. Use this class to create a query that is pre-populated with the correct ReasonSoldGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonSoldGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

ReasonSoldGroupLinkRow.IdxReasonSoldGroupLinkId

Class representing index 'IDXReasonSoldGLId'.

ReasonSoldGroupLinkRows

User group link table for ReasonSold, for MDO item hiding Collection of ReasonSoldGroupLinkRow. Each element of the collection represents one row in the ReasonSoldGroupLink table.

ReasonSoldGroupLinkRows.CustomSearch

Class representing a custom search against table 'ReasonSoldGroupLink'. Use this class to create a query that is pre-populated with the correct ReasonSoldGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonSoldGroupLinkRows collection of matching rows.

ReasonSoldGroupLinkRows.IdxGroupId

Class representing index 'IDXReasonSoldGLGroup_id'.

ReasonSoldGroupLinkRows.IdxReasonSoldId

Class representing index 'IDXReasonSoldGLReasonsold_id'.

ReasonSoldHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ReasonSoldHeadingLink table.

ReasonSoldHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch ReasonSoldHeadingLinkRecordData objects from the database, using the infrastructure

ReasonSoldHeadingLinkRow

Heading link table for ReasonSold, for MDO headers
Row Object for table 'ReasonSoldHeadingLink'. 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)

ReasonSoldHeadingLinkRow.CustomSearch

Class representing a custom search against table 'ReasonSoldHeadingLink'. Use this class to create a query that is pre-populated with the correct ReasonSoldHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonSoldHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

ReasonSoldHeadingLinkRow.IdxReasonSoldHeadingLinkId

Class representing index 'IDXReasonSoldHLId'.

ReasonSoldHeadingLinkRows

Heading link table for ReasonSold, for MDO headers Collection of ReasonSoldHeadingLinkRow. Each element of the collection represents one row in the ReasonSoldHeadingLink table.

ReasonSoldHeadingLinkRows.CustomSearch

Class representing a custom search against table 'ReasonSoldHeadingLink'. Use this class to create a query that is pre-populated with the correct ReasonSoldHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonSoldHeadingLinkRows collection of matching rows.

ReasonSoldHeadingLinkRows.IdxHeadingId

Class representing index 'IDXReasonSoldHLHeading_id'.

ReasonSoldHeadingLinkRows.IdxReasonSoldId

Class representing index 'IDXReasonSoldHLReasonsold_id'.

ReasonSoldRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ReasonSold table.

ReasonSoldRecordDataExtensions

Extension methods to make it easy to fetch ReasonSoldRecordData objects from the database, using the infrastructure

ReasonSoldRow

Why was the sale marked as sold (why did we succeed)
Row Object for table 'ReasonSold'. 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)

ReasonSoldRow.CustomSearch

Class representing a custom search against table 'ReasonSold'. Use this class to create a query that is pre-populated with the correct ReasonSoldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonSoldRow. If your query matches more than one row in the database, the result will reflect the first row only.

ReasonSoldRow.IdxName

Class representing index 'IDXReasonSoldName'.

ReasonSoldRow.IdxReasonSoldId

Class representing index 'IDXReasonSoldId'.

ReasonSoldRows

Why was the sale marked as sold (why did we succeed) Collection of ReasonSoldRow. Each element of the collection represents one row in the ReasonSold table.

ReasonSoldRows.CustomSearch

Class representing a custom search against table 'ReasonSold'. Use this class to create a query that is pre-populated with the correct ReasonSoldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonSoldRows collection of matching rows.

ReasonStalledGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ReasonStalledGroupLink table.

ReasonStalledGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch ReasonStalledGroupLinkRecordData objects from the database, using the infrastructure

ReasonStalledGroupLinkRow

Link table for ReasonStalled, for MDO item hiding
Row Object for table 'ReasonStalledGroupLink'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ReasonStalledGroupLinkRow.CustomSearch

Class representing a custom search against table 'ReasonStalledGroupLink'. Use this class to create a query that is pre-populated with the correct ReasonStalledGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonStalledGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

ReasonStalledGroupLinkRow.IdxReasonStalledGroupLinkId

Class representing index 'IDXReasonStalledGLId'.

ReasonStalledGroupLinkRows

Link table for ReasonStalled, for MDO item hiding Collection of ReasonStalledGroupLinkRow. Each element of the collection represents one row in the ReasonStalledGroupLink table.

ReasonStalledGroupLinkRows.CustomSearch

Class representing a custom search against table 'ReasonStalledGroupLink'. Use this class to create a query that is pre-populated with the correct ReasonStalledGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonStalledGroupLinkRows collection of matching rows.

ReasonStalledGroupLinkRows.IdxGroupId

Class representing index 'IDXReasonStalledGLGroup_id'.

ReasonStalledGroupLinkRows.IdxReasonStalledId

Class representing index 'IDXReasonStalledGLReasonstall'.

ReasonStalledHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ReasonStalledHeadingLink table.

ReasonStalledHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch ReasonStalledHeadingLinkRecordData objects from the database, using the infrastructure

ReasonStalledHeadingLinkRow

Heading link table for ReasonStalled, for MDO headers
Row Object for table 'ReasonStalledHeadingLink'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ReasonStalledHeadingLinkRow.CustomSearch

Class representing a custom search against table 'ReasonStalledHeadingLink'. Use this class to create a query that is pre-populated with the correct ReasonStalledHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonStalledHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

ReasonStalledHeadingLinkRow.IdxReasonStalledHeadingLinkId

Class representing index 'IDXReasonStalledHLId'.

ReasonStalledHeadingLinkRows

Heading link table for ReasonStalled, for MDO headers Collection of ReasonStalledHeadingLinkRow. Each element of the collection represents one row in the ReasonStalledHeadingLink table.

ReasonStalledHeadingLinkRows.CustomSearch

Class representing a custom search against table 'ReasonStalledHeadingLink'. Use this class to create a query that is pre-populated with the correct ReasonStalledHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonStalledHeadingLinkRows collection of matching rows.

ReasonStalledHeadingLinkRows.IdxHeadingId

Class representing index 'IDXReasonStalledHLHeading_id'.

ReasonStalledHeadingLinkRows.IdxReasonStalledId

Class representing index 'IDXReasonStalledHLReasonstall'.

ReasonStalledRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ReasonStalled table.

ReasonStalledRecordDataExtensions

Extension methods to make it easy to fetch ReasonStalledRecordData objects from the database, using the infrastructure

ReasonStalledRow

Why was the sale marked as stalled
Row Object for table 'ReasonStalled'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ReasonStalledRow.CustomSearch

Class representing a custom search against table 'ReasonStalled'. Use this class to create a query that is pre-populated with the correct ReasonStalledTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonStalledRow. If your query matches more than one row in the database, the result will reflect the first row only.

ReasonStalledRow.IdxName

Class representing index 'IDXReasonStalledName'.

ReasonStalledRow.IdxReasonStalledId

Class representing index 'IDXReasonStalledId'.

ReasonStalledRows

Why was the sale marked as stalled Collection of ReasonStalledRow. Each element of the collection represents one row in the ReasonStalled table.

ReasonStalledRows.CustomSearch

Class representing a custom search against table 'ReasonStalled'. Use this class to create a query that is pre-populated with the correct ReasonStalledTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReasonStalledRows collection of matching rows.

RecurrenceRuleRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the RecurrenceRule table.

RecurrenceRuleRecordDataExtensions

Extension methods to make it easy to fetch RecurrenceRuleRecordData objects from the database, using the infrastructure

RecurrenceRuleRow

The recurrency pattern for a recurring event. Each recurring event has an appointment.recurrenceRuleId pointing to its pattern.
Row Object for table 'RecurrenceRule'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

RecurrenceRuleRow.CustomSearch

Class representing a custom search against table 'RecurrenceRule'. Use this class to create a query that is pre-populated with the correct RecurrenceRuleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RecurrenceRuleRow. If your query matches more than one row in the database, the result will reflect the first row only.

RecurrenceRuleRow.IdxRecurrenceRuleId

Class representing index 'IDXRecurrenceRuleId'.

RecurrenceRuleRows

The recurrency pattern for a recurring event. Each recurring event has an appointment.recurrenceRuleId pointing to its pattern. Collection of RecurrenceRuleRow. Each element of the collection represents one row in the RecurrenceRule table.

RecurrenceRuleRows.CustomSearch

Class representing a custom search against table 'RecurrenceRule'. Use this class to create a query that is pre-populated with the correct RecurrenceRuleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RecurrenceRuleRows collection of matching rows.

RedLetterDayRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the redletterday table.

RedLetterDayRecordDataExtensions

Extension methods to make it easy to fetch RedLetterDayRecordData objects from the database, using the infrastructure

RedLetterDayRow

Red letter days for calendar (holidays, birthday of king etc)
Row Object for table 'redletterday'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

RedLetterDayRow.CustomSearch

Class representing a custom search against table 'redletterday'. Use this class to create a query that is pre-populated with the correct RedLetterDayTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RedLetterDayRow. If your query matches more than one row in the database, the result will reflect the first row only.

RedLetterDayRow.IdxRedletterdayId

Class representing index 'IDXRldayId'.

RedLetterDayRows

Red letter days for calendar (holidays, birthday of king etc) Collection of RedLetterDayRow. Each element of the collection represents one row in the RedLetterDay table.

RedLetterDayRows.CustomSearch

Class representing a custom search against table 'redletterday'. Use this class to create a query that is pre-populated with the correct RedLetterDayTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RedLetterDayRows collection of matching rows.

RedLetterDayRows.IdxCountryId

Class representing index 'ICntry_idReddate'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

RedLetterDayRows.IdxCountryIdReddate

Class representing index 'ICntry_idReddate'.

RefCountRangeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the RefCountRange table.

RefCountRangeRecordDataExtensions

Extension methods to make it easy to fetch RefCountRangeRecordData objects from the database, using the infrastructure

RefCountRangeRow

Number allocation system, for keeping track of ranges of numbers loaned out to travel and satellite databases
Row Object for table 'RefCountRange'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

RefCountRangeRow.CustomSearch

Class representing a custom search against table 'RefCountRange'. Use this class to create a query that is pre-populated with the correct RefCountRangeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RefCountRangeRow. If your query matches more than one row in the database, the result will reflect the first row only.

RefCountRangeRow.IdxRefCountRangeId

Class representing index 'IDXRefCountRangeId'.

RefCountRangeRows

Number allocation system, for keeping track of ranges of numbers loaned out to travel and satellite databases Collection of RefCountRangeRow. Each element of the collection represents one row in the RefCountRange table.

RefCountRangeRows.CustomSearch

Class representing a custom search against table 'RefCountRange'. Use this class to create a query that is pre-populated with the correct RefCountRangeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RefCountRangeRows collection of matching rows.

RefCountRangeRows.IdxRefCountsId

Class representing index 'IDXRefCountRangeRefCounts_id'.

RefCountRangeRows.IdxTravellerId

Class representing index 'IDXRefCountRangeTraveller_id'.

RefCountsRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the RefCounts table.

RefCountsRecordDataExtensions

Extension methods to make it easy to fetch RefCountsRecordData objects from the database, using the infrastructure

RefCountsRow

Number counter for all tables that generate numbers, e.g. templates, contacts... This table is used for the number allocation system and should not be confused with sequence, used for allocating internal ID's. This table is replicated during generation of satellites and during local update for travellers, using special logic. By default it contains rows for the SuperOffice standard counters, including one row for each DocTemplate record. It is permissible to add new rows to this table, and such records are maintainable through the Maintenance client. Changing the contents of the standard records is not recommended.
Row Object for table 'RefCounts'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

RefCountsRow.CustomSearch

Class representing a custom search against table 'RefCounts'. Use this class to create a query that is pre-populated with the correct RefCountsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RefCountsRow. If your query matches more than one row in the database, the result will reflect the first row only.

RefCountsRow.IdxRefCountsId

Class representing index 'IDXRefCountsId'.

RefCountsRows

Number counter for all tables that generate numbers, e.g. templates, contacts... This table is used for the number allocation system and should not be confused with sequence, used for allocating internal ID's. This table is replicated during generation of satellites and during local update for travellers, using special logic. By default it contains rows for the SuperOffice standard counters, including one row for each DocTemplate record. It is permissible to add new rows to this table, and such records are maintainable through the Maintenance client. Changing the contents of the standard records is not recommended. Collection of RefCountsRow. Each element of the collection represents one row in the RefCounts table.

RefCountsRows.CustomSearch

Class representing a custom search against table 'RefCounts'. Use this class to create a query that is pre-populated with the correct RefCountsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RefCountsRows collection of matching rows.

RefCountsRows.IdxFieldId

Class representing index 'IDXRefCountsFieldId'.

RefCountsRows.IdxFieldIdRecordId

Class representing index 'IFieldIdRecordId'.

RefCountsRows.IdxRecordId

Class representing index 'IDXRefCountsRecordId'.

RegistryRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the registry table.

RegistryRecordDataExtensions

Extension methods to make it easy to fetch RegistryRecordData objects from the database, using the infrastructure

RegistryRow

System settings
Row Object for table 'registry'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

RegistryRow.CustomSearch

Class representing a custom search against table 'registry'. Use this class to create a query that is pre-populated with the correct RegistryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RegistryRow. If your query matches more than one row in the database, the result will reflect the first row only.

RegistryRow.IdxRegistryId

Class representing index 'IDXRegistryId'.

RegistryRows

System settings Collection of RegistryRow. Each element of the collection represents one row in the Registry table.

RegistryRows.CustomSearch

Class representing a custom search against table 'registry'. Use this class to create a query that is pre-populated with the correct RegistryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RegistryRows collection of matching rows.

RejectReasonGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the RejectReasonGroupLink table.

RejectReasonGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch RejectReasonGroupLinkRecordData objects from the database, using the infrastructure

RejectReasonGroupLinkRow

User group link table for Comptr, for MDO item hiding
Row Object for table 'RejectReasonGroupLink'. 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)

RejectReasonGroupLinkRow.CustomSearch

Class representing a custom search against table 'RejectReasonGroupLink'. Use this class to create a query that is pre-populated with the correct RejectReasonGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RejectReasonGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

RejectReasonGroupLinkRow.IdxRejectreasongrouplinkId

Class representing index 'IDXRejectReasonGLId'.

RejectReasonGroupLinkRows

User group link table for Comptr, for MDO item hiding Collection of RejectReasonGroupLinkRow. Each element of the collection represents one row in the RejectReasonGroupLink table.

RejectReasonGroupLinkRows.CustomSearch

Class representing a custom search against table 'RejectReasonGroupLink'. Use this class to create a query that is pre-populated with the correct RejectReasonGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RejectReasonGroupLinkRows collection of matching rows.

RejectReasonGroupLinkRows.IdxGroupId

Class representing index 'IDXRejectReasonGLGroup_id'.

RejectReasonGroupLinkRows.IdxRejectreasonId

Class representing index 'IDXRejectReasonGLRejectreason'.

RejectReasonHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the RejectReasonHeadingLink table.

RejectReasonHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch RejectReasonHeadingLinkRecordData objects from the database, using the infrastructure

RejectReasonHeadingLinkRow

Heading link table for RejectReason, for MDO headers
Row Object for table 'RejectReasonHeadingLink'. 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)

RejectReasonHeadingLinkRow.CustomSearch

Class representing a custom search against table 'RejectReasonHeadingLink'. Use this class to create a query that is pre-populated with the correct RejectReasonHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RejectReasonHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

RejectReasonHeadingLinkRow.IdxRejectreasonheadinglinkId

Class representing index 'IDXRejectReasonHLId'.

RejectReasonHeadingLinkRows

Heading link table for RejectReason, for MDO headers Collection of RejectReasonHeadingLinkRow. Each element of the collection represents one row in the RejectReasonHeadingLink table.

RejectReasonHeadingLinkRows.CustomSearch

Class representing a custom search against table 'RejectReasonHeadingLink'. Use this class to create a query that is pre-populated with the correct RejectReasonHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RejectReasonHeadingLinkRows collection of matching rows.

RejectReasonHeadingLinkRows.IdxHeadingId

Class representing index 'IDXRejectReasonHLHeading_id'.

RejectReasonHeadingLinkRows.IdxRejectreasonId

Class representing index 'IDXRejectReasonHLRejectreason'.

RejectReasonRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the RejectReason table.

RejectReasonRecordDataExtensions

Extension methods to make it easy to fetch RejectReasonRecordData objects from the database, using the infrastructure

RejectReasonRow

Rejection reason (suggested) for bookings
Row Object for table 'RejectReason'. 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)

RejectReasonRow.CustomSearch

Class representing a custom search against table 'RejectReason'. Use this class to create a query that is pre-populated with the correct RejectReasonTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RejectReasonRow. If your query matches more than one row in the database, the result will reflect the first row only.

RejectReasonRow.IdxName

Class representing index 'IDXRejectReasonName'.

RejectReasonRow.IdxRejectReasonId

Class representing index 'IDXRejectReasonId'.

RejectReasonRows

Rejection reason (suggested) for bookings Collection of RejectReasonRow. Each element of the collection represents one row in the RejectReason table.

RejectReasonRows.CustomSearch

Class representing a custom search against table 'RejectReason'. Use this class to create a query that is pre-populated with the correct RejectReasonTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RejectReasonRows collection of matching rows.

RelationDefinitionGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the RelDefGroupLink table.

RelationDefinitionGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch RelationDefinitionGroupLinkRecordData objects from the database, using the infrastructure

RelationDefinitionGroupLinkRow

User group link table for RelDef, for MDO item hiding
Row Object for table 'RelDefGroupLink'. 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)

RelationDefinitionGroupLinkRow.CustomSearch

Class representing a custom search against table 'RelDefGroupLink'. Use this class to create a query that is pre-populated with the correct RelationDefinitionGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RelationDefinitionGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

RelationDefinitionGroupLinkRow.IdxReldefgrouplinkId

Class representing index 'IDXRelDefGLId'.

RelationDefinitionGroupLinkRows

User group link table for RelDef, for MDO item hiding Collection of RelationDefinitionGroupLinkRow. Each element of the collection represents one row in the RelationDefinitionGroupLink table.

RelationDefinitionGroupLinkRows.CustomSearch

Class representing a custom search against table 'RelDefGroupLink'. Use this class to create a query that is pre-populated with the correct RelationDefinitionGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RelationDefinitionGroupLinkRows collection of matching rows.

RelationDefinitionGroupLinkRows.IdxGroupId

Class representing index 'IDXRelDefGLGroup_id'.

RelationDefinitionGroupLinkRows.IdxReldefId

Class representing index 'IDXRelDefGLReldef_id'.

RelationDefinitionHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the RelDefHeadingLink table.

RelationDefinitionHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch RelationDefinitionHeadingLinkRecordData objects from the database, using the infrastructure

RelationDefinitionHeadingLinkRow

Heading link table for RelDef, for MDO headers
Row Object for table 'RelDefHeadingLink'. 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)

RelationDefinitionHeadingLinkRow.CustomSearch

Class representing a custom search against table 'RelDefHeadingLink'. Use this class to create a query that is pre-populated with the correct RelationDefinitionHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RelationDefinitionHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

RelationDefinitionHeadingLinkRow.IdxReldefheadinglinkId

Class representing index 'IDXRelDefHLId'.

RelationDefinitionHeadingLinkRows

Heading link table for RelDef, for MDO headers Collection of RelationDefinitionHeadingLinkRow. Each element of the collection represents one row in the RelationDefinitionHeadingLink table.

RelationDefinitionHeadingLinkRows.CustomSearch

Class representing a custom search against table 'RelDefHeadingLink'. Use this class to create a query that is pre-populated with the correct RelationDefinitionHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RelationDefinitionHeadingLinkRows collection of matching rows.

RelationDefinitionHeadingLinkRows.IdxHeadingId

Class representing index 'IDXRelDefHLHeading_id'.

RelationDefinitionHeadingLinkRows.IdxReldefId

Class representing index 'IDXRelDefHLReldef_id'.

RelationDefinitionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the relationdefinition table.

RelationDefinitionRecordDataExtensions

Extension methods to make it easy to fetch RelationDefinitionRecordData objects from the database, using the infrastructure

RelationDefinitionRow

Definition of a relation. This table defines the relations that can exist in the database. Each relation has an active text and a passive text. The table RelationTarget specifies which pairs of tables this relation can connect. Use of the active and passive texts is dependent on which direction the relation is viewed in, e.g., active text = "Owns" and passive text = "Is owned by".
Row Object for table 'relationdefinition'. 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)

RelationDefinitionRow.CustomSearch

Class representing a custom search against table 'relationdefinition'. Use this class to create a query that is pre-populated with the correct RelationDefinitionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RelationDefinitionRow. If your query matches more than one row in the database, the result will reflect the first row only.

RelationDefinitionRow.IdxReldefId

Class representing index 'IDXRelDefId'.

RelationDefinitionRows

Definition of a relation. This table defines the relations that can exist in the database. Each relation has an active text and a passive text. The table RelationTarget specifies which pairs of tables this relation can connect. Use of the active and passive texts is dependent on which direction the relation is viewed in, e.g., active text = "Owns" and passive text = "Is owned by". Collection of RelationDefinitionRow. Each element of the collection represents one row in the RelationDefinition table.

RelationDefinitionRows.CustomSearch

Class representing a custom search against table 'relationdefinition'. Use this class to create a query that is pre-populated with the correct RelationDefinitionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RelationDefinitionRows collection of matching rows.

RelationsRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the relations table.

RelationsRecordDataExtensions

Extension methods to make it easy to fetch RelationsRecordData objects from the database, using the infrastructure

RelationsRow

Instance of a relation, in principle between any two records, as long as they are defined in RelationDefinition. All instances of relations are held in this table; their definitions are in the RelDef table (RelDef + RelTarg define which relations you can have, this table contains the relations the user has actually entered). From 6.1 all links between appointments, sales and documents are also stored in this tabel.
Row Object for table 'relations'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

RelationsRow.CustomSearch

Class representing a custom search against table 'relations'. Use this class to create a query that is pre-populated with the correct RelationsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RelationsRow. If your query matches more than one row in the database, the result will reflect the first row only.

RelationsRow.IdxRelationId

Class representing index 'IDXRelId'.

RelationsRows

Instance of a relation, in principle between any two records, as long as they are defined in RelationDefinition. All instances of relations are held in this table; their definitions are in the RelDef table (RelDef + RelTarg define which relations you can have, this table contains the relations the user has actually entered). From 6.1 all links between appointments, sales and documents are also stored in this tabel. Collection of RelationsRow. Each element of the collection represents one row in the Relations table.

RelationsRows.CustomSearch

Class representing a custom search against table 'relations'. Use this class to create a query that is pre-populated with the correct RelationsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RelationsRows collection of matching rows.

RelationsRows.IdxDestinationRecord

Class representing index 'IDXRelDestination_record'.

RelationsRows.IdxDestinationTable

Class representing index 'IDXRelDestination_table'.

RelationsRows.IdxDestinationTableDestinationRecord

Class representing index 'IDestination_tableDestination'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

RelationsRows.IdxDestinationTableDestinationRecordReversed

Class representing index 'IDestination_tableDestination'.

RelationsRows.IdxReldefId

Class representing index 'IDXRelReldef_id'.

RelationsRows.IdxReversed

Class representing index 'IDXRelReversed'.

RelationsRows.IdxSourceRecord

Class representing index 'IDXRelSource_record'.

RelationsRows.IdxSourceTable

Class representing index 'IDXRelSource_table'.

RelationsRows.IdxSourceTableSourceRecord

Class representing index 'ISource_tableSource_recordRev'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

RelationsRows.IdxSourceTableSourceRecordReversed

Class representing index 'ISource_tableSource_recordRev'.

RelationTargetRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the relationtarget table.

RelationTargetRecordDataExtensions

Extension methods to make it easy to fetch RelationTargetRecordData objects from the database, using the infrastructure

RelationTargetRow

Definition of targets for a relation. Links a relation definition (RelDef) to source and target tables. In general, a relation can be created between any pair of tables. This table is used for specifying which table pairs a particular relation can be used for. A relation definition should have at least one row in this table, and can have more. Note: The 5.0 Maintenance and GUI only support contact and person as valid values for the source_table and destination_table fields, in any combination. Other relations will not be shown, and relation definitions pointing to other tables will not be editable from the Maintenance GUI; however, nothing will crash.
Row Object for table 'relationtarget'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

RelationTargetRow.CustomSearch

Class representing a custom search against table 'relationtarget'. Use this class to create a query that is pre-populated with the correct RelationTargetTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RelationTargetRow. If your query matches more than one row in the database, the result will reflect the first row only.

RelationTargetRow.IdxReltargetId

Class representing index 'IDXRelTargId'.

RelationTargetRows

Definition of targets for a relation. Links a relation definition (RelDef) to source and target tables. In general, a relation can be created between any pair of tables. This table is used for specifying which table pairs a particular relation can be used for. A relation definition should have at least one row in this table, and can have more. Note: The 5.0 Maintenance and GUI only support contact and person as valid values for the source_table and destination_table fields, in any combination. Other relations will not be shown, and relation definitions pointing to other tables will not be editable from the Maintenance GUI; however, nothing will crash. Collection of RelationTargetRow. Each element of the collection represents one row in the RelationTarget table.

RelationTargetRows.CustomSearch

Class representing a custom search against table 'relationtarget'. Use this class to create a query that is pre-populated with the correct RelationTargetTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RelationTargetRows collection of matching rows.

RelationTargetRows.IdxBidirectional

Class representing index 'IDXRelTargBidirectional'.

RelationTargetRows.IdxDestinationTable

Class representing index 'IDXRelTargDestination_table'.

RelationTargetRows.IdxReldefId

Class representing index 'IDXRelTargReldef_id'.

RelationTargetRows.IdxSourceTable

Class representing index 'IDXRelTargSource_table'.

ReplyTemplateAttachmentRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the reply_template_attachment table.

ReplyTemplateAttachmentRecordDataExtensions

Extension methods to make it easy to fetch ReplyTemplateAttachmentRecordData objects from the database, using the infrastructure

ReplyTemplateAttachmentRow

This table is used to connect attachments to reply templates (many-to-many).
Row Object for table 'reply_template_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.

ReplyTemplateAttachmentRow.CustomSearch

Class representing a custom search against table 'reply_template_attachment'. Use this class to create a query that is pre-populated with the correct ReplyTemplateAttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReplyTemplateAttachmentRow. If your query matches more than one row in the database, the result will reflect the first row only.

ReplyTemplateAttachmentRow.IdxReplyTemplateAttachmentId

Class representing index 'IDXReply_template_attachmentI'.

ReplyTemplateAttachmentRows

This table is used to connect attachments to reply templates (many-to-many). Collection of ReplyTemplateAttachmentRow. Each element of the collection represents one row in the ReplyTemplateAttachment table.

ReplyTemplateAttachmentRows.CustomSearch

Class representing a custom search against table 'reply_template_attachment'. Use this class to create a query that is pre-populated with the correct ReplyTemplateAttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReplyTemplateAttachmentRows collection of matching rows.

ReplyTemplateAttachmentRows.IdxAttachmentId

Class representing index 'IDXReply_template_attachmentA'.

ReplyTemplateAttachmentRows.IdxEntryId

Class representing index 'IDXReply_template_attachmentE'.

ReplyTemplateBodyRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the reply_template_body table.

ReplyTemplateBodyRecordDataExtensions

Extension methods to make it easy to fetch ReplyTemplateBodyRecordData objects from the database, using the infrastructure

ReplyTemplateBodyRow

Contains the body of the reply templates in different languages
Row Object for table 'reply_template_body'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ReplyTemplateBodyRow.CustomSearch

Class representing a custom search against table 'reply_template_body'. Use this class to create a query that is pre-populated with the correct ReplyTemplateBodyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReplyTemplateBodyRow. If your query matches more than one row in the database, the result will reflect the first row only.

ReplyTemplateBodyRow.IdxReplyTemplateBodyId

Class representing index 'IDXReply_template_bodyId'.

ReplyTemplateBodyRows

Contains the body of the reply templates in different languages Collection of ReplyTemplateBodyRow. Each element of the collection represents one row in the ReplyTemplateBody table.

ReplyTemplateBodyRows.CustomSearch

Class representing a custom search against table 'reply_template_body'. Use this class to create a query that is pre-populated with the correct ReplyTemplateBodyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReplyTemplateBodyRows collection of matching rows.

ReplyTemplateBodyRows.IdxLanguageId

Class representing index 'IDXReply_template_bodyLanguag'.

ReplyTemplateBodyRows.IdxReplyTemplateId

Class representing index 'IDXReply_template_bodyReply_t'.

ReplyTemplateFolderRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the reply_template_folder table.

ReplyTemplateFolderRecordDataExtensions

Extension methods to make it easy to fetch ReplyTemplateFolderRecordData objects from the database, using the infrastructure

ReplyTemplateFolderRow

This table contains entries for folders for reply templates.
Row Object for table 'reply_template_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.

ReplyTemplateFolderRow.CustomSearch

Class representing a custom search against table 'reply_template_folder'. Use this class to create a query that is pre-populated with the correct ReplyTemplateFolderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReplyTemplateFolderRow. If your query matches more than one row in the database, the result will reflect the first row only.

ReplyTemplateFolderRow.IdxReplyTemplateFolderId

Class representing index 'IDXReply_template_folderId'.

ReplyTemplateFolderRows

This table contains entries for folders for reply templates. Collection of ReplyTemplateFolderRow. Each element of the collection represents one row in the ReplyTemplateFolder table.

ReplyTemplateFolderRows.CustomSearch

Class representing a custom search against table 'reply_template_folder'. Use this class to create a query that is pre-populated with the correct ReplyTemplateFolderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReplyTemplateFolderRows collection of matching rows.

ReplyTemplateFolderRows.IdxName

Class representing index 'IDXReply_template_folderName'.

ReplyTemplateFolderRows.IdxParentId

Class representing index 'IDXReply_template_folderParen'.

ReplyTemplateRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the reply_template table.

ReplyTemplateRecordDataExtensions

Extension methods to make it easy to fetch ReplyTemplateRecordData objects from the database, using the infrastructure

ReplyTemplateRow

Templates for automatic and manual replies to emails/sms organized hierachically
Row Object for table 'reply_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.

ReplyTemplateRow.CustomSearch

Class representing a custom search against table 'reply_template'. Use this class to create a query that is pre-populated with the correct ReplyTemplateTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReplyTemplateRow. If your query matches more than one row in the database, the result will reflect the first row only.

ReplyTemplateRow.IdxReplyTemplateId

Class representing index 'IDXReply_templateId'.

ReplyTemplateRows

Templates for automatic and manual replies to emails/sms organized hierachically Collection of ReplyTemplateRow. Each element of the collection represents one row in the ReplyTemplate table.

ReplyTemplateRows.CustomSearch

Class representing a custom search against table 'reply_template'. Use this class to create a query that is pre-populated with the correct ReplyTemplateTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReplyTemplateRows collection of matching rows.

ReplyTemplateRows.IdxFolderId

Class representing index 'IDXReply_templateFolder_id'.

ReplyTemplateRows.IdxName

Class representing index 'IDXReply_templateName'.

ReplyTemplateRows.IdxOwnedBy

Class representing index 'IDXReply_templateOwned_by'.

ReporterListDefRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ReporterListDef table.

ReporterListDefRecordDataExtensions

Extension methods to make it easy to fetch ReporterListDefRecordData objects from the database, using the infrastructure

ReporterListDefRow

Reporter definitions
Row Object for table 'ReporterListDef'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ReporterListDefRow.CustomSearch

Class representing a custom search against table 'ReporterListDef'. Use this class to create a query that is pre-populated with the correct ReporterListDefTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReporterListDefRow. If your query matches more than one row in the database, the result will reflect the first row only.

ReporterListDefRow.IdxReporterListDefId

Class representing index 'IDXReporterListDefId'.

ReporterListDefRows

Reporter definitions Collection of ReporterListDefRow. Each element of the collection represents one row in the ReporterListDef table.

ReporterListDefRows.CustomSearch

Class representing a custom search against table 'ReporterListDef'. Use this class to create a query that is pre-populated with the correct ReporterListDefTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ReporterListDefRows collection of matching rows.

ReporterListDefRows.IdxOleFieldKey

Class representing index 'IDXReporterListDefOleFieldKey'.

ReporterListDefRows.IdxOleFieldName

Class representing index 'IDXReporterListDefOleFieldNam'.

ReporterListDefRows.IdxOleViewId

Class representing index 'IDXReporterListDefOleViewId'.

ResourceOverrideRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ResourceOverride table.

ResourceOverrideRecordDataExtensions

Extension methods to make it easy to fetch ResourceOverrideRecordData objects from the database, using the infrastructure

ResourceOverrideRow

Generic mechanism for overriding (or even defining new) text resources, in multiple languages
Row Object for table 'ResourceOverride'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ResourceOverrideRow.CustomSearch

Class representing a custom search against table 'ResourceOverride'. Use this class to create a query that is pre-populated with the correct ResourceOverrideTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ResourceOverrideRow. If your query matches more than one row in the database, the result will reflect the first row only.

ResourceOverrideRow.IdxResourceNameCulture

Class representing index 'IResourceNameCulture'.

ResourceOverrideRow.IdxResourceOverrideId

Class representing index 'IDXResourceOverrideId'.

ResourceOverrideRows

Generic mechanism for overriding (or even defining new) text resources, in multiple languages Collection of ResourceOverrideRow. Each element of the collection represents one row in the ResourceOverride table.

ResourceOverrideRows.CustomSearch

Class representing a custom search against table 'ResourceOverride'. Use this class to create a query that is pre-populated with the correct ResourceOverrideTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ResourceOverrideRows collection of matching rows.

ResourceOverrideRows.IdxResourceName

Class representing index 'IResourceNameCulture'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

RoleCategoryRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the role_category table.

RoleCategoryRecordDataExtensions

Extension methods to make it easy to fetch RoleCategoryRecordData objects from the database, using the infrastructure

RoleCategoryRow

Category membership associated with a role
Row Object for table 'role_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.

RoleCategoryRow.CustomSearch

Class representing a custom search against table 'role_category'. Use this class to create a query that is pre-populated with the correct RoleCategoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RoleCategoryRow. If your query matches more than one row in the database, the result will reflect the first row only.

RoleCategoryRow.IdxRoleCategoryId

Class representing index 'IDXRole_categoryId'.

RoleCategoryRows

Category membership associated with a role Collection of RoleCategoryRow. Each element of the collection represents one row in the RoleCategory table.

RoleCategoryRows.CustomSearch

Class representing a custom search against table 'role_category'. Use this class to create a query that is pre-populated with the correct RoleCategoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RoleCategoryRows collection of matching rows.

RoleCategoryRows.IdxCategory

Class representing index 'IDXRole_categoryCategory'.

RoleCategoryRows.IdxCrmRole

Class representing index 'IDXRole_categoryCrm_role'.

RoleCategoryRows.IdxRole

Class representing index 'IDXRole_categoryRole'.

RoleElementRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the role_element table.

RoleElementRecordDataExtensions

Extension methods to make it easy to fetch RoleElementRecordData objects from the database, using the infrastructure

RoleElementRow

Profiles associated with a role
Row Object for table 'role_element'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

RoleElementRow.CustomSearch

Class representing a custom search against table 'role_element'. Use this class to create a query that is pre-populated with the correct RoleElementTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RoleElementRow. If your query matches more than one row in the database, the result will reflect the first row only.

RoleElementRow.IdxRoleElementId

Class representing index 'IDXRole_elementId'.

RoleElementRows

Profiles associated with a role Collection of RoleElementRow. Each element of the collection represents one row in the RoleElement table.

RoleElementRows.CustomSearch

Class representing a custom search against table 'role_element'. Use this class to create a query that is pre-populated with the correct RoleElementTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RoleElementRows collection of matching rows.

RoleElementRows.IdxCrmRole

Class representing index 'IDXRole_elementCrm_role'.

RoleElementRows.IdxElementProfile

Class representing index 'IDXRole_elementElement_profil'.

RoleElementRows.IdxRole

Class representing index 'IDXRole_elementRole'.

RoleMemberRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the role_member table.

RoleMemberRecordDataExtensions

Extension methods to make it easy to fetch RoleMemberRecordData objects from the database, using the infrastructure

RoleMemberRow

Users linked to a role. Deprecated.
Row Object for table 'role_member'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

RoleMemberRow.CustomSearch

Class representing a custom search against table 'role_member'. Use this class to create a query that is pre-populated with the correct RoleMemberTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RoleMemberRow. If your query matches more than one row in the database, the result will reflect the first row only.

RoleMemberRow.IdxRoleMemberId

Class representing index 'IDXRole_memberId'.

RoleMemberRows

Users linked to a role. Deprecated. Collection of RoleMemberRow. Each element of the collection represents one row in the RoleMember table.

RoleMemberRows.CustomSearch

Class representing a custom search against table 'role_member'. Use this class to create a query that is pre-populated with the correct RoleMemberTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RoleMemberRows collection of matching rows.

RoleMemberRows.IdxEjuser

Class representing index 'IDXRole_memberEjuser'.

RoleMemberRows.IdxRole

Class representing index 'IDXRole_memberRole'.

RoleRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Role table.

RoleRecordDataExtensions

Extension methods to make it easy to fetch RoleRecordData objects from the database, using the infrastructure

RoleRow

User roles for role-based security, names and tooltips are in LocaleText. For more information regarding role based security, see http://techdoc.superoffice.com
Row Object for table '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.

RoleRow.CustomSearch

Class representing a custom search against table 'Role'. Use this class to create a query that is pre-populated with the correct RoleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RoleRow. If your query matches more than one row in the database, the result will reflect the first row only.

RoleRow.IdxRoleId

Class representing index 'IDXRoleId'.

RoleRows

User roles for role-based security, names and tooltips are in LocaleText. For more information regarding role based security, see http://techdoc.superoffice.com Collection of RoleRow. Each element of the collection represents one row in the Role table.

RoleRows.CustomSearch

Class representing a custom search against table 'Role'. Use this class to create a query that is pre-populated with the correct RoleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RoleRows collection of matching rows.

RoleWorkflowRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the role_workflow table.

RoleWorkflowRecordDataExtensions

Extension methods to make it easy to fetch RoleWorkflowRecordData objects from the database, using the infrastructure

RoleWorkflowRow

Knowledge base workflow access rights associated with a role
Row Object for table 'role_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.

RoleWorkflowRow.CustomSearch

Class representing a custom search against table 'role_workflow'. Use this class to create a query that is pre-populated with the correct RoleWorkflowTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RoleWorkflowRow. If your query matches more than one row in the database, the result will reflect the first row only.

RoleWorkflowRow.IdxRoleWorkflowId

Class representing index 'IDXRole_workflowId'.

RoleWorkflowRows

Knowledge base workflow access rights associated with a role Collection of RoleWorkflowRow. Each element of the collection represents one row in the RoleWorkflow table.

RoleWorkflowRows.CustomSearch

Class representing a custom search against table 'role_workflow'. Use this class to create a query that is pre-populated with the correct RoleWorkflowTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a RoleWorkflowRows collection of matching rows.

RoleWorkflowRows.IdxCrmRole

Class representing index 'IDXRole_workflowCrm_role'.

RoleWorkflowRows.IdxRole

Class representing index 'IDXRole_workflowRole'.

RoleWorkflowRows.IdxWorkflowId

Class representing index 'IDXRole_workflowWorkflow_id'.

RowDefaulter

Defaulter for HDB row objects.

RowValidator

Class for validating database fields.

RowValidatorException

Exception holding the result of RowValidator.

RowVisibleForHelper

Utility class helping set VisibleFor permissions on row and rows objects.

RowVisibleForHelper.VisibleFor

Enumerator describing the level of visible for.

SaintConfigurationRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SaintConfiguration table.

SaintConfigurationRecordDataExtensions

Extension methods to make it easy to fetch SaintConfigurationRecordData objects from the database, using the infrastructure

SaintConfigurationRow

Configuration information for the Saint system
Row Object for table 'SaintConfiguration'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SaintConfigurationRow.CustomSearch

Class representing a custom search against table 'SaintConfiguration'. Use this class to create a query that is pre-populated with the correct SaintConfigurationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaintConfigurationRow. If your query matches more than one row in the database, the result will reflect the first row only.

SaintConfigurationRow.IdxSaintConfigurationId

Class representing index 'IDXSaintConfigurationId'.

SaintConfigurationRows

Configuration information for the Saint system Collection of SaintConfigurationRow. Each element of the collection represents one row in the SaintConfiguration table.

SaintConfigurationRows.CustomSearch

Class representing a custom search against table 'SaintConfiguration'. Use this class to create a query that is pre-populated with the correct SaintConfigurationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaintConfigurationRows collection of matching rows.

SaleHistRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SaleHist table.

SaleHistRecordDataExtensions

Extension methods to make it easy to fetch SaleHistRecordData objects from the database, using the infrastructure

SaleHistRow

Mirror image of the Sale table, providing a full transaction history. Every time you edit a sale, the current record of the sale is also saved here.
Row Object for table 'SaleHist'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SaleHistRow.CustomSearch

Class representing a custom search against table 'SaleHist'. Use this class to create a query that is pre-populated with the correct SaleHistTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleHistRow. If your query matches more than one row in the database, the result will reflect the first row only.

SaleHistRow.IdxSalehistId

Class representing index 'IDXSaleHistId'.

SaleHistRows

Mirror image of the Sale table, providing a full transaction history. Every time you edit a sale, the current record of the sale is also saved here. Collection of SaleHistRow. Each element of the collection represents one row in the SaleHist table.

SaleHistRows.CustomSearch

Class representing a custom search against table 'SaleHist'. Use this class to create a query that is pre-populated with the correct SaleHistTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleHistRows collection of matching rows.

SaleHistRows.IdxContactId

Class representing index 'IDXSaleHistCont_id'.

SaleHistRows.IdxDone

Class representing index 'IDXSaleHistDone'.

SaleHistRows.IdxHeading

Class representing index 'IDXSaleHistHeading'.

SaleHistRows.IdxNumber1

Class representing index 'IDXSaleHistNum1'.

SaleHistRows.IdxPersonId

Class representing index 'IDXSaleHistPers_id'.

SaleHistRows.IdxProjectId

Class representing index 'IDXSaleHistProj_id'.

SaleHistRows.IdxSaledate

Class representing index 'IDXSaleHistSaledate'.

SaleHistRows.IdxSaleId

Class representing index 'IDXSaleHistSale_id'.

SaleHistRows.IdxSource

Class representing index 'IDXSaleHistSource'.

SaleHistRows.IdxStatus

Class representing index 'IDXSaleHistStatus'.

SaleHistRows.IdxUserdef2Id

Class representing index 'IDXSaleHistUdef2_id'.

SaleHistRows.IdxUserdefId

Class representing index 'IDXSaleHistUdef_id'.

SaleRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the sale table.

SaleRecordDataExtensions

Extension methods to make it easy to fetch SaleRecordData objects from the database, using the infrastructure

SaleRow

Sales For every Sale record edited through the SuperOffice GUI, a copy of the current version of the record will be saved in the SaleHist table. This also applies to editing done through the SaleModel COM interface, but not to editing done through the OLE DB Provider or other channels.

Row Object for table 'sale'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SaleRow.CustomSearch

Class representing a custom search against table 'sale'. Use this class to create a query that is pre-populated with the correct SaleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleRow. If your query matches more than one row in the database, the result will reflect the first row only.

SaleRow.IdxSaleId

Class representing index 'IDXSaleId'.

SaleRows

Sales For every Sale record edited through the SuperOffice GUI, a copy of the current version of the record will be saved in the SaleHist table. This also applies to editing done through the SaleModel COM interface, but not to editing done through the OLE DB Provider or other channels.
Collection of SaleRow. Each element of the collection represents one row in the Sale table.

SaleRows.CustomSearch

Class representing a custom search against table 'sale'. Use this class to create a query that is pre-populated with the correct SaleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleRows collection of matching rows.

SaleRows.IdxAssociateId

Class representing index 'IAssoc_idDoneSaledate'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SaleRows.IdxAssociateIdDone

Class representing index 'IAssoc_idDoneSaledate'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SaleRows.IdxAssociateIdDoneSaledate

Class representing index 'IAssoc_idDoneSaledate'.

SaleRows.IdxContactId

Class representing index 'IDXSaleCont_id'.

SaleRows.IdxContactIdSaledate

Class representing index 'ICont_idSaledateAssoc_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SaleRows.IdxContactIdSaledateAssociateId

Class representing index 'ICont_idSaledateAssoc_id'.

SaleRows.IdxCreatedByWorkflowId

Class representing index 'IDXSaleCreated_by_workflow_id'.

SaleRows.IdxDone

Class representing index 'IDXSaleDone'.

SaleRows.IdxHeading

Class representing index 'IDXSaleHeading'.

SaleRows.IdxNumber1

Class representing index 'IDXSaleNum1'.

SaleRows.IdxPersonId

Class representing index 'IDXSalePers_id'.

SaleRows.IdxProjectId

Class representing index 'IDXSaleProj_id'.

SaleRows.IdxProjectIdSaledate

Class representing index 'IProj_idSaledateAssoc_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SaleRows.IdxProjectIdSaledateAssociateId

Class representing index 'IProj_idSaledateAssoc_id'.

SaleRows.IdxSaledate

Class representing index 'IDXSaleSaledate'.

SaleRows.IdxSource

Class representing index 'IDXSaleSource'.

SaleRows.IdxStatus

Class representing index 'IDXSaleStatus'.

SaleRows.IdxUserdef2Id

Class representing index 'IDXSaleUdef2_id'.

SaleRows.IdxUserdefId

Class representing index 'IDXSaleUdef_id'.

SaleStakeholderRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SaleStakeholder table.

SaleStakeholderRecordDataExtensions

Extension methods to make it easy to fetch SaleStakeholderRecordData objects from the database, using the infrastructure

SaleStakeholderRow

Stakeholders in the sale, very similar to project members
Row Object for table 'SaleStakeholder'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SaleStakeholderRow.CustomSearch

Class representing a custom search against table 'SaleStakeholder'. Use this class to create a query that is pre-populated with the correct SaleStakeholderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleStakeholderRow. If your query matches more than one row in the database, the result will reflect the first row only.

SaleStakeholderRow.IdxSaleStakeholderId

Class representing index 'IDXSaleStakeholderId'.

SaleStakeholderRows

Stakeholders in the sale, very similar to project members Collection of SaleStakeholderRow. Each element of the collection represents one row in the SaleStakeholder table.

SaleStakeholderRows.CustomSearch

Class representing a custom search against table 'SaleStakeholder'. Use this class to create a query that is pre-populated with the correct SaleStakeholderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleStakeholderRows collection of matching rows.

SaleStakeholderRows.IdxContactId

Class representing index 'IDXSaleStakeholderContact_id'.

SaleStakeholderRows.IdxPersonId

Class representing index 'IDXSaleStakeholderPerson_id'.

SaleTypeCatGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SaleTypeCatGroupLink table.

SaleTypeCatGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch SaleTypeCatGroupLinkRecordData objects from the database, using the infrastructure

SaleTypeCatGroupLinkRow

User group link table for SaleTypeCat, for MDO item hiding
Row Object for table 'SaleTypeCatGroupLink'. 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)

SaleTypeCatGroupLinkRow.CustomSearch

Class representing a custom search against table 'SaleTypeCatGroupLink'. Use this class to create a query that is pre-populated with the correct SaleTypeCatGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeCatGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

SaleTypeCatGroupLinkRow.IdxSaleTypeCatGroupLinkId

Class representing index 'IDXSaleTypeCatGLId'.

SaleTypeCatGroupLinkRows

User group link table for SaleTypeCat, for MDO item hiding Collection of SaleTypeCatGroupLinkRow. Each element of the collection represents one row in the SaleTypeCatGroupLink table.

SaleTypeCatGroupLinkRows.CustomSearch

Class representing a custom search against table 'SaleTypeCatGroupLink'. Use this class to create a query that is pre-populated with the correct SaleTypeCatGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeCatGroupLinkRows collection of matching rows.

SaleTypeCatGroupLinkRows.IdxGroupId

Class representing index 'IDXSaleTypeCatGLGroup_id'.

SaleTypeCatGroupLinkRows.IdxSaleTypeCatId

Class representing index 'IDXSaleTypeCatGLSaletypecat_i'.

SaleTypeCatHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SaleTypeCatHeadingLink table.

SaleTypeCatHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch SaleTypeCatHeadingLinkRecordData objects from the database, using the infrastructure

SaleTypeCatHeadingLinkRow

Heading link table for SaleTypeCat, for MDO headers
Row Object for table 'SaleTypeCatHeadingLink'. 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)

SaleTypeCatHeadingLinkRow.CustomSearch

Class representing a custom search against table 'SaleTypeCatHeadingLink'. Use this class to create a query that is pre-populated with the correct SaleTypeCatHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeCatHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

SaleTypeCatHeadingLinkRow.IdxSaleTypeCatHeadingLinkId

Class representing index 'IDXSaleTypeCatHLId'.

SaleTypeCatHeadingLinkRows

Heading link table for SaleTypeCat, for MDO headers Collection of SaleTypeCatHeadingLinkRow. Each element of the collection represents one row in the SaleTypeCatHeadingLink table.

SaleTypeCatHeadingLinkRows.CustomSearch

Class representing a custom search against table 'SaleTypeCatHeadingLink'. Use this class to create a query that is pre-populated with the correct SaleTypeCatHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeCatHeadingLinkRows collection of matching rows.

SaleTypeCatHeadingLinkRows.IdxHeadingId

Class representing index 'IDXSaleTypeCatHLHeading_id'.

SaleTypeCatHeadingLinkRows.IdxSaleTypeCatId

Class representing index 'IDXSaleTypeCatHLSaletypecat_i'.

SaleTypeCatRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SaleTypeCat table.

SaleTypeCatRecordDataExtensions

Extension methods to make it easy to fetch SaleTypeCatRecordData objects from the database, using the infrastructure

SaleTypeCatRow

Category for sale type
Row Object for table 'SaleTypeCat'. 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)

SaleTypeCatRow.CustomSearch

Class representing a custom search against table 'SaleTypeCat'. Use this class to create a query that is pre-populated with the correct SaleTypeCatTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeCatRow. If your query matches more than one row in the database, the result will reflect the first row only.

SaleTypeCatRow.IdxName

Class representing index 'IDXSaleTypeCatName'.

SaleTypeCatRow.IdxSaleTypeCatId

Class representing index 'IDXSaleTypeCatId'.

SaleTypeCatRows

Category for sale type Collection of SaleTypeCatRow. Each element of the collection represents one row in the SaleTypeCat table.

SaleTypeCatRows.CustomSearch

Class representing a custom search against table 'SaleTypeCat'. Use this class to create a query that is pre-populated with the correct SaleTypeCatTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeCatRows collection of matching rows.

SaleTypeGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SaleTypeGroupLink table.

SaleTypeGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch SaleTypeGroupLinkRecordData objects from the database, using the infrastructure

SaleTypeGroupLinkRow

User group link table for SaleType, for MDO item hiding
Row Object for table 'SaleTypeGroupLink'. 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)

SaleTypeGroupLinkRow.CustomSearch

Class representing a custom search against table 'SaleTypeGroupLink'. Use this class to create a query that is pre-populated with the correct SaleTypeGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

SaleTypeGroupLinkRow.IdxSaleTypegrouplinkId

Class representing index 'IDXSaleTypeGLId'.

SaleTypeGroupLinkRows

User group link table for SaleType, for MDO item hiding Collection of SaleTypeGroupLinkRow. Each element of the collection represents one row in the SaleTypeGroupLink table.

SaleTypeGroupLinkRows.CustomSearch

Class representing a custom search against table 'SaleTypeGroupLink'. Use this class to create a query that is pre-populated with the correct SaleTypeGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeGroupLinkRows collection of matching rows.

SaleTypeGroupLinkRows.IdxGroupId

Class representing index 'IDXSaleTypeGLGroup_id'.

SaleTypeGroupLinkRows.IdxSaleTypeId

Class representing index 'IDXSaleTypeGLSaletype_id'.

SaleTypeHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SaleTypeHeadingLink table.

SaleTypeHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch SaleTypeHeadingLinkRecordData objects from the database, using the infrastructure

SaleTypeHeadingLinkRow

Heading link table for SaleType, for MDO headers
Row Object for table 'SaleTypeHeadingLink'. 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)

SaleTypeHeadingLinkRow.CustomSearch

Class representing a custom search against table 'SaleTypeHeadingLink'. Use this class to create a query that is pre-populated with the correct SaleTypeHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

SaleTypeHeadingLinkRow.IdxSaleTypeheadinglinkId

Class representing index 'IDXSaleTypeHLId'.

SaleTypeHeadingLinkRows

Heading link table for SaleType, for MDO headers Collection of SaleTypeHeadingLinkRow. Each element of the collection represents one row in the SaleTypeHeadingLink table.

SaleTypeHeadingLinkRows.CustomSearch

Class representing a custom search against table 'SaleTypeHeadingLink'. Use this class to create a query that is pre-populated with the correct SaleTypeHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeHeadingLinkRows collection of matching rows.

SaleTypeHeadingLinkRows.IdxHeadingId

Class representing index 'IDXSaleTypeHLHeading_id'.

SaleTypeHeadingLinkRows.IdxSaleTypeId

Class representing index 'IDXSaleTypeHLSaletype_id'.

SaleTypeQuoteAttachmentRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SaleTypeQuoteAttachment table.

SaleTypeQuoteAttachmentRecordDataExtensions

Extension methods to make it easy to fetch SaleTypeQuoteAttachmentRecordData objects from the database, using the infrastructure

SaleTypeQuoteAttachmentRow

Default attachments to quotes linked to sales of this type
Row Object for table 'SaleTypeQuoteAttachment'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SaleTypeQuoteAttachmentRow.CustomSearch

Class representing a custom search against table 'SaleTypeQuoteAttachment'. Use this class to create a query that is pre-populated with the correct SaleTypeQuoteAttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeQuoteAttachmentRow. If your query matches more than one row in the database, the result will reflect the first row only.

SaleTypeQuoteAttachmentRow.IdxSaleTypeQuoteAttachmentId

Class representing index 'IDXSaleTypeQuoteAttachmentId'.

SaleTypeQuoteAttachmentRows

Default attachments to quotes linked to sales of this type Collection of SaleTypeQuoteAttachmentRow. Each element of the collection represents one row in the SaleTypeQuoteAttachment table.

SaleTypeQuoteAttachmentRows.CustomSearch

Class representing a custom search against table 'SaleTypeQuoteAttachment'. Use this class to create a query that is pre-populated with the correct SaleTypeQuoteAttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeQuoteAttachmentRows collection of matching rows.

SaleTypeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SaleType table.

SaleTypeRecordDataExtensions

Extension methods to make it easy to fetch SaleTypeRecordData objects from the database, using the infrastructure

SaleTypeRow

Type of sale - large solution, incremental, whatever fits the organization
Row Object for table 'SaleType'. 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)

SaleTypeRow.CustomSearch

Class representing a custom search against table 'SaleType'. Use this class to create a query that is pre-populated with the correct SaleTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeRow. If your query matches more than one row in the database, the result will reflect the first row only.

SaleTypeRow.IdxName

Class representing index 'IDXSaleTypeName'.

SaleTypeRow.IdxSaleTypeId

Class representing index 'IDXSaleTypeId'.

SaleTypeRows

Type of sale - large solution, incremental, whatever fits the organization Collection of SaleTypeRow. Each element of the collection represents one row in the SaleType table.

SaleTypeRows.CustomSearch

Class representing a custom search against table 'SaleType'. Use this class to create a query that is pre-populated with the correct SaleTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeRows collection of matching rows.

SaleTypeStageLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SaleTypeStageLink table.

SaleTypeStageLinkRecordDataExtensions

Extension methods to make it easy to fetch SaleTypeStageLinkRecordData objects from the database, using the infrastructure

SaleTypeStageLinkRow

Many-many link table between sale type and stage; and an anchor point for guide items
Row Object for table 'SaleTypeStageLink'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SaleTypeStageLinkRow.CustomSearch

Class representing a custom search against table 'SaleTypeStageLink'. Use this class to create a query that is pre-populated with the correct SaleTypeStageLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeStageLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

SaleTypeStageLinkRow.IdxSaleTypeStageLinkId

Class representing index 'IDXSaleTypeStageLinkId'.

SaleTypeStageLinkRows

Many-many link table between sale type and stage; and an anchor point for guide items Collection of SaleTypeStageLinkRow. Each element of the collection represents one row in the SaleTypeStageLink table.

SaleTypeStageLinkRows.CustomSearch

Class representing a custom search against table 'SaleTypeStageLink'. Use this class to create a query that is pre-populated with the correct SaleTypeStageLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SaleTypeStageLinkRows collection of matching rows.

SaleTypeStageLinkRows.IdxSaleTypeId

Class representing index 'ISaleType_idStageId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SaleTypeStageLinkRows.IdxSaleTypeIdStageId

Class representing index 'ISaleType_idStageId'.

SalutationGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SalutationGroupLink table.

SalutationGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch SalutationGroupLinkRecordData objects from the database, using the infrastructure

SalutationGroupLinkRow

User group link table for Salutation, for MDO item hiding
Row Object for table 'SalutationGroupLink'. 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)

SalutationGroupLinkRow.CustomSearch

Class representing a custom search against table 'SalutationGroupLink'. Use this class to create a query that is pre-populated with the correct SalutationGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SalutationGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

SalutationGroupLinkRow.IdxSalutationgrouplinkId

Class representing index 'IDXSalutationGLId'.

SalutationGroupLinkRows

User group link table for Salutation, for MDO item hiding Collection of SalutationGroupLinkRow. Each element of the collection represents one row in the SalutationGroupLink table.

SalutationGroupLinkRows.CustomSearch

Class representing a custom search against table 'SalutationGroupLink'. Use this class to create a query that is pre-populated with the correct SalutationGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SalutationGroupLinkRows collection of matching rows.

SalutationGroupLinkRows.IdxGroupId

Class representing index 'IDXSalutationGLGroup_id'.

SalutationGroupLinkRows.IdxSalutationId

Class representing index 'IDXSalutationGLSalutation_id'.

SalutationHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SalutationHeadingLink table.

SalutationHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch SalutationHeadingLinkRecordData objects from the database, using the infrastructure

SalutationHeadingLinkRow

Heading link table for Salutation, for MDO headers
Row Object for table 'SalutationHeadingLink'. 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)

SalutationHeadingLinkRow.CustomSearch

Class representing a custom search against table 'SalutationHeadingLink'. Use this class to create a query that is pre-populated with the correct SalutationHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SalutationHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

SalutationHeadingLinkRow.IdxSalutationheadinglinkId

Class representing index 'IDXSalutationHLId'.

SalutationHeadingLinkRows

Heading link table for Salutation, for MDO headers Collection of SalutationHeadingLinkRow. Each element of the collection represents one row in the SalutationHeadingLink table.

SalutationHeadingLinkRows.CustomSearch

Class representing a custom search against table 'SalutationHeadingLink'. Use this class to create a query that is pre-populated with the correct SalutationHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SalutationHeadingLinkRows collection of matching rows.

SalutationHeadingLinkRows.IdxHeadingId

Class representing index 'IDXSalutationHLHeading_id'.

SalutationHeadingLinkRows.IdxSalutationId

Class representing index 'IDXSalutationHLSalutation_id'.

SalutationRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Salutation table.

SalutationRecordDataExtensions

Extension methods to make it easy to fetch SalutationRecordData objects from the database, using the infrastructure

SalutationRow

Academic title for Person
Row Object for table 'Salutation'. 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)

SalutationRow.CustomSearch

Class representing a custom search against table 'Salutation'. Use this class to create a query that is pre-populated with the correct SalutationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SalutationRow. If your query matches more than one row in the database, the result will reflect the first row only.

SalutationRow.IdxName

Class representing index 'IDXSalutationName'.

SalutationRow.IdxSalutationId

Class representing index 'IDXSalutationId'.

SalutationRows

Academic title for Person Collection of SalutationRow. Each element of the collection represents one row in the Salutation table.

SalutationRows.CustomSearch

Class representing a custom search against table 'Salutation'. Use this class to create a query that is pre-populated with the correct SalutationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SalutationRows collection of matching rows.

SatelliteRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the satellite table.

SatelliteRecordDataExtensions

Extension methods to make it easy to fetch SatelliteRecordData objects from the database, using the infrastructure

SatelliteRow

Definition of Satellites
Row Object for table 'satellite'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SatelliteRow.CustomSearch

Class representing a custom search against table 'satellite'. Use this class to create a query that is pre-populated with the correct SatelliteTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SatelliteRow. If your query matches more than one row in the database, the result will reflect the first row only.

SatelliteRow.IdxSatelliteId

Class representing index 'IDXSatlId'.

SatelliteRows

Definition of Satellites Collection of SatelliteRow. Each element of the collection represents one row in the Satellite table.

SatelliteRows.CustomSearch

Class representing a custom search against table 'satellite'. Use this class to create a query that is pre-populated with the correct SatelliteTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SatelliteRows collection of matching rows.

SAttachmentRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_attachment table.

SAttachmentRecordDataExtensions

Extension methods to make it easy to fetch SAttachmentRecordData objects from the database, using the infrastructure

SAttachmentRow

A connector between a message and attachments. One message can contain many attachments.
Row Object for table 's_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.

SAttachmentRow.CustomSearch

Class representing a custom search against table 's_attachment'. Use this class to create a query that is pre-populated with the correct SAttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SAttachmentRow. If your query matches more than one row in the database, the result will reflect the first row only.

SAttachmentRow.IdxSAttachmentId

Class representing index 'IDXS_attachmentId'.

SAttachmentRows

A connector between a message and attachments. One message can contain many attachments. Collection of SAttachmentRow. Each element of the collection represents one row in the SAttachment table.

SAttachmentRows.CustomSearch

Class representing a custom search against table 's_attachment'. Use this class to create a query that is pre-populated with the correct SAttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SAttachmentRows collection of matching rows.

SAttachmentRows.IdxAttachmentId

Class representing index 'IDXS_attachmentAttachment_id'.

SAttachmentRows.IdxMessageId

Class representing index 'IDXS_attachmentMessage_id'.

SBounceShipmentRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_bounce_shipment table.

SBounceShipmentRecordDataExtensions

Extension methods to make it easy to fetch SBounceShipmentRecordData objects from the database, using the infrastructure

SBounceShipmentRow

Email bounces from customers
Row Object for table 's_bounce_shipment'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SBounceShipmentRow.CustomSearch

Class representing a custom search against table 's_bounce_shipment'. Use this class to create a query that is pre-populated with the correct SBounceShipmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SBounceShipmentRow. If your query matches more than one row in the database, the result will reflect the first row only.

SBounceShipmentRow.IdxSBounceShipmentId

Class representing index 'IDXS_bounce_shipmentId'.

SBounceShipmentRows

Email bounces from customers Collection of SBounceShipmentRow. Each element of the collection represents one row in the SBounceShipment table.

SBounceShipmentRows.CustomSearch

Class representing a custom search against table 's_bounce_shipment'. Use this class to create a query that is pre-populated with the correct SBounceShipmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SBounceShipmentRows collection of matching rows.

SBounceShipmentRows.IdxCustomerId

Class representing index 'IDXS_bounce_shipmentCustomer_'.

SBounceShipmentRows.IdxShipmentId

Class representing index 'IDXS_bounce_shipmentShipment_'.

ScheduledTaskRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the scheduled_task table.

ScheduledTaskRecordDataExtensions

Extension methods to make it easy to fetch ScheduledTaskRecordData objects from the database, using the infrastructure

ScheduledTaskRow

A scheduled entry executing a script at certain times
Row Object for table 'scheduled_task'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ScheduledTaskRow.CustomSearch

Class representing a custom search against table 'scheduled_task'. Use this class to create a query that is pre-populated with the correct ScheduledTaskTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScheduledTaskRow. If your query matches more than one row in the database, the result will reflect the first row only.

ScheduledTaskRow.IdxScheduledTaskId

Class representing index 'IDXScheduled_taskId'.

ScheduledTaskRows

A scheduled entry executing a script at certain times Collection of ScheduledTaskRow. Each element of the collection represents one row in the ScheduledTask table.

ScheduledTaskRows.CustomSearch

Class representing a custom search against table 'scheduled_task'. Use this class to create a query that is pre-populated with the correct ScheduledTaskTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScheduledTaskRows collection of matching rows.

ScheduledTaskRows.IdxScheduleId

Class representing index 'IDXScheduled_taskSchedule_id'.

ScheduledTaskRows.IdxScriptId

Class representing index 'IDXScheduled_taskScript_id'.

ScheduleRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the schedule table.

ScheduleRecordDataExtensions

Extension methods to make it easy to fetch ScheduleRecordData objects from the database, using the infrastructure

ScheduleRow

Generic scheduled tasked handling time scheduling, locking and error messages
Row Object for table '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.

ScheduleRow.CustomSearch

Class representing a custom search against table 'schedule'. Use this class to create a query that is pre-populated with the correct ScheduleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScheduleRow. If your query matches more than one row in the database, the result will reflect the first row only.

ScheduleRow.IdxScheduleId

Class representing index 'IDXScheduleId'.

ScheduleRows

Generic scheduled tasked handling time scheduling, locking and error messages Collection of ScheduleRow. Each element of the collection represents one row in the Schedule table.

ScheduleRows.CustomSearch

Class representing a custom search against table 'schedule'. Use this class to create a query that is pre-populated with the correct ScheduleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScheduleRows collection of matching rows.

ScheduleRows.IdxAfterScheduleId

Class representing index 'IDXScheduleAfter_schedule_id'.

ScreenChooserRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the screen_chooser table.

ScreenChooserRecordDataExtensions

Extension methods to make it easy to fetch ScreenChooserRecordData objects from the database, using the infrastructure

ScreenChooserRow

Screen choosers
Row Object for table 'screen_chooser'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ScreenChooserRow.CustomSearch

Class representing a custom search against table 'screen_chooser'. Use this class to create a query that is pre-populated with the correct ScreenChooserTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScreenChooserRow. If your query matches more than one row in the database, the result will reflect the first row only.

ScreenChooserRow.IdxScreenChooserId

Class representing index 'IDXScreen_chooserId'.

ScreenChooserRow.IdxUniqueIdentifier

Class representing index 'IDXScreen_chooserUnique_ident'.

ScreenChooserRows

Screen choosers Collection of ScreenChooserRow. Each element of the collection represents one row in the ScreenChooser table.

ScreenChooserRows.CustomSearch

Class representing a custom search against table 'screen_chooser'. Use this class to create a query that is pre-populated with the correct ScreenChooserTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScreenChooserRows collection of matching rows.

ScreenChooserRows.IdxScreenTarget

Class representing index 'IDXScreen_chooserScreen_targe'.

ScreenDefinitionActionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the screen_definition_action table.

ScreenDefinitionActionRecordDataExtensions

Extension methods to make it easy to fetch ScreenDefinitionActionRecordData objects from the database, using the infrastructure

ScreenDefinitionActionRow

An action to perform for a certain button in an screen
Row Object for table 'screen_definition_action'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ScreenDefinitionActionRow.CustomSearch

Class representing a custom search against table 'screen_definition_action'. Use this class to create a query that is pre-populated with the correct ScreenDefinitionActionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScreenDefinitionActionRow. If your query matches more than one row in the database, the result will reflect the first row only.

ScreenDefinitionActionRow.IdxScreenDefinitionActionId

Class representing index 'IDXScreen_definition_actionId'.

ScreenDefinitionActionRows

An action to perform for a certain button in an screen Collection of ScreenDefinitionActionRow. Each element of the collection represents one row in the ScreenDefinitionAction table.

ScreenDefinitionActionRows.CustomSearch

Class representing a custom search against table 'screen_definition_action'. Use this class to create a query that is pre-populated with the correct ScreenDefinitionActionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScreenDefinitionActionRows collection of matching rows.

ScreenDefinitionActionRows.IdxEjscript

Class representing index 'IDXScreen_definition_actionEj'.

ScreenDefinitionActionRows.IdxScreenDefinition

Class representing index 'IDXScreen_definition_actionSc'.

ScreenDefinitionElementRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the screen_definition_element table.

ScreenDefinitionElementRecordDataExtensions

Extension methods to make it easy to fetch ScreenDefinitionElementRecordData objects from the database, using the infrastructure

ScreenDefinitionElementRow

An element in a configurable screen
Row Object for table 'screen_definition_element'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ScreenDefinitionElementRow.CustomSearch

Class representing a custom search against table 'screen_definition_element'. Use this class to create a query that is pre-populated with the correct ScreenDefinitionElementTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScreenDefinitionElementRow. If your query matches more than one row in the database, the result will reflect the first row only.

ScreenDefinitionElementRow.IdxScreenDefinitionElementId

Class representing index 'IDXScreen_definition_elementI'.

ScreenDefinitionElementRows

An element in a configurable screen Collection of ScreenDefinitionElementRow. Each element of the collection represents one row in the ScreenDefinitionElement table.

ScreenDefinitionElementRows.CustomSearch

Class representing a custom search against table 'screen_definition_element'. Use this class to create a query that is pre-populated with the correct ScreenDefinitionElementTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScreenDefinitionElementRows collection of matching rows.

ScreenDefinitionElementRows.IdxScreenDefinition

Class representing index 'IDXScreen_definition_elementS'.

ScreenDefinitionHiddenRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the screen_definition_hidden table.

ScreenDefinitionHiddenRecordDataExtensions

Extension methods to make it easy to fetch ScreenDefinitionHiddenRecordData objects from the database, using the infrastructure

ScreenDefinitionHiddenRow

The name of a hidden variable to keep for this screen
Row Object for table 'screen_definition_hidden'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ScreenDefinitionHiddenRow.CustomSearch

Class representing a custom search against table 'screen_definition_hidden'. Use this class to create a query that is pre-populated with the correct ScreenDefinitionHiddenTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScreenDefinitionHiddenRow. If your query matches more than one row in the database, the result will reflect the first row only.

ScreenDefinitionHiddenRow.IdxScreenDefinitionHiddenId

Class representing index 'IDXScreen_definition_hiddenId'.

ScreenDefinitionHiddenRows

The name of a hidden variable to keep for this screen Collection of ScreenDefinitionHiddenRow. Each element of the collection represents one row in the ScreenDefinitionHidden table.

ScreenDefinitionHiddenRows.CustomSearch

Class representing a custom search against table 'screen_definition_hidden'. Use this class to create a query that is pre-populated with the correct ScreenDefinitionHiddenTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScreenDefinitionHiddenRows collection of matching rows.

ScreenDefinitionHiddenRows.IdxScreenDefinition

Class representing index 'IDXScreen_definition_hiddenSc'.

ScreenDefinitionLanguageRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the screen_definition_language table.

ScreenDefinitionLanguageRecordDataExtensions

Extension methods to make it easy to fetch ScreenDefinitionLanguageRecordData objects from the database, using the infrastructure

ScreenDefinitionLanguageRow

Custom language variables used for screens
Row Object for table 'screen_definition_language'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ScreenDefinitionLanguageRow.CustomSearch

Class representing a custom search against table 'screen_definition_language'. Use this class to create a query that is pre-populated with the correct ScreenDefinitionLanguageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScreenDefinitionLanguageRow. If your query matches more than one row in the database, the result will reflect the first row only.

ScreenDefinitionLanguageRow.IdxScreenDefinitionLanguageId

Class representing index 'IDXScreen_definition_language'.

ScreenDefinitionLanguageRows

Custom language variables used for screens Collection of ScreenDefinitionLanguageRow. Each element of the collection represents one row in the ScreenDefinitionLanguage table.

ScreenDefinitionLanguageRows.CustomSearch

Class representing a custom search against table 'screen_definition_language'. Use this class to create a query that is pre-populated with the correct ScreenDefinitionLanguageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScreenDefinitionLanguageRows collection of matching rows.

ScreenDefinitionLanguageRows.IdxScreenDefinition

Class representing index 'IDXScreen_definition_language'.

ScreenDefinitionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the screen_definition table.

ScreenDefinitionRecordDataExtensions

Extension methods to make it easy to fetch ScreenDefinitionRecordData objects from the database, using the infrastructure

ScreenDefinitionRow

A configurable screen
Row Object for table 'screen_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.

ScreenDefinitionRow.CustomSearch

Class representing a custom search against table 'screen_definition'. Use this class to create a query that is pre-populated with the correct ScreenDefinitionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScreenDefinitionRow. If your query matches more than one row in the database, the result will reflect the first row only.

ScreenDefinitionRow.IdxScreenDefinitionId

Class representing index 'IDXScreen_definitionId'.

ScreenDefinitionRows

A configurable screen Collection of ScreenDefinitionRow. Each element of the collection represents one row in the ScreenDefinition table.

ScreenDefinitionRows.CustomSearch

Class representing a custom search against table 'screen_definition'. Use this class to create a query that is pre-populated with the correct ScreenDefinitionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScreenDefinitionRows collection of matching rows.

ScreenDefinitionRows.IdxHierarchyId

Class representing index 'IDXScreen_definitionHierarchy'.

ScriptTraceRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the script_trace table.

ScriptTraceRecordDataExtensions

Extension methods to make it easy to fetch ScriptTraceRecordData objects from the database, using the infrastructure

ScriptTraceRow

Scripts which should be traced
Row Object for table 'script_trace'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ScriptTraceRow.CustomSearch

Class representing a custom search against table 'script_trace'. Use this class to create a query that is pre-populated with the correct ScriptTraceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScriptTraceRow. If your query matches more than one row in the database, the result will reflect the first row only.

ScriptTraceRow.IdxScriptTraceId

Class representing index 'IDXScript_traceId'.

ScriptTraceRows

Scripts which should be traced Collection of ScriptTraceRow. Each element of the collection represents one row in the ScriptTrace table.

ScriptTraceRows.CustomSearch

Class representing a custom search against table 'script_trace'. Use this class to create a query that is pre-populated with the correct ScriptTraceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScriptTraceRows collection of matching rows.

ScriptTraceRunRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the script_trace_run table.

ScriptTraceRunRecordDataExtensions

Extension methods to make it easy to fetch ScriptTraceRunRecordData objects from the database, using the infrastructure

ScriptTraceRunRow

Traces of executed scripts
Row Object for table 'script_trace_run'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ScriptTraceRunRow.CustomSearch

Class representing a custom search against table 'script_trace_run'. Use this class to create a query that is pre-populated with the correct ScriptTraceRunTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScriptTraceRunRow. If your query matches more than one row in the database, the result will reflect the first row only.

ScriptTraceRunRow.IdxScriptTraceRunId

Class representing index 'IDXScript_trace_runId'.

ScriptTraceRunRows

Traces of executed scripts Collection of ScriptTraceRunRow. Each element of the collection represents one row in the ScriptTraceRun table.

ScriptTraceRunRows.CustomSearch

Class representing a custom search against table 'script_trace_run'. Use this class to create a query that is pre-populated with the correct ScriptTraceRunTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ScriptTraceRunRows collection of matching rows.

SDynCriteriaRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_dyn_criteria table.

SDynCriteriaRecordDataExtensions

Extension methods to make it easy to fetch SDynCriteriaRecordData objects from the database, using the infrastructure

SDynCriteriaRow

Contains criterias for a dynamic list.
Row Object for table 's_dyn_criteria'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SDynCriteriaRow.CustomSearch

Class representing a custom search against table 's_dyn_criteria'. Use this class to create a query that is pre-populated with the correct SDynCriteriaTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SDynCriteriaRow. If your query matches more than one row in the database, the result will reflect the first row only.

SDynCriteriaRow.IdxSDynCriteriaId

Class representing index 'IDXS_dyn_criteriaId'.

SDynCriteriaRows

Contains criterias for a dynamic list. Collection of SDynCriteriaRow. Each element of the collection represents one row in the SDynCriteria table.

SDynCriteriaRows.CustomSearch

Class representing a custom search against table 's_dyn_criteria'. Use this class to create a query that is pre-populated with the correct SDynCriteriaTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SDynCriteriaRows collection of matching rows.

SDynCriteriaRows.IdxListId

Class representing index 'IDXS_dyn_criteriaList_id'.

SearchCatGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SearchCatGroupLink table.

SearchCatGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch SearchCatGroupLinkRecordData objects from the database, using the infrastructure

SearchCatGroupLinkRow

User group link table for SearchCat, for MDO item hiding
Row Object for table 'SearchCatGroupLink'. 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)

SearchCatGroupLinkRow.CustomSearch

Class representing a custom search against table 'SearchCatGroupLink'. Use this class to create a query that is pre-populated with the correct SearchCatGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SearchCatGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

SearchCatGroupLinkRow.IdxSearchcatgrouplinkId

Class representing index 'IDXSearchCatGLId'.

SearchCatGroupLinkRows

User group link table for SearchCat, for MDO item hiding Collection of SearchCatGroupLinkRow. Each element of the collection represents one row in the SearchCatGroupLink table.

SearchCatGroupLinkRows.CustomSearch

Class representing a custom search against table 'SearchCatGroupLink'. Use this class to create a query that is pre-populated with the correct SearchCatGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SearchCatGroupLinkRows collection of matching rows.

SearchCatGroupLinkRows.IdxGroupId

Class representing index 'IDXSearchCatGLGroup_id'.

SearchCatGroupLinkRows.IdxSearchCatId

Class representing index 'IDXSearchCatGLSearchcat_id'.

SearchCatHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SearchCatHeadingLink table.

SearchCatHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch SearchCatHeadingLinkRecordData objects from the database, using the infrastructure

SearchCatHeadingLinkRow

Heading link table for SearchCat, for MDO headers
Row Object for table 'SearchCatHeadingLink'. 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)

SearchCatHeadingLinkRow.CustomSearch

Class representing a custom search against table 'SearchCatHeadingLink'. Use this class to create a query that is pre-populated with the correct SearchCatHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SearchCatHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

SearchCatHeadingLinkRow.IdxSearchcatheadinglinkId

Class representing index 'IDXSearchCatHLId'.

SearchCatHeadingLinkRows

Heading link table for SearchCat, for MDO headers Collection of SearchCatHeadingLinkRow. Each element of the collection represents one row in the SearchCatHeadingLink table.

SearchCatHeadingLinkRows.CustomSearch

Class representing a custom search against table 'SearchCatHeadingLink'. Use this class to create a query that is pre-populated with the correct SearchCatHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SearchCatHeadingLinkRows collection of matching rows.

SearchCatHeadingLinkRows.IdxHeadingId

Class representing index 'IDXSearchCatHLHeading_id'.

SearchCatHeadingLinkRows.IdxSearchCatId

Class representing index 'IDXSearchCatHLSearchcat_id'.

SearchCatRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SearchCat table.

SearchCatRecordDataExtensions

Extension methods to make it easy to fetch SearchCatRecordData objects from the database, using the infrastructure

SearchCatRow

SearchCat list table
Row Object for table 'SearchCat'. 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)

SearchCatRow.CustomSearch

Class representing a custom search against table 'SearchCat'. Use this class to create a query that is pre-populated with the correct SearchCatTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SearchCatRow. If your query matches more than one row in the database, the result will reflect the first row only.

SearchCatRow.IdxName

Class representing index 'IDXSearchCatName'.

SearchCatRow.IdxSearchCatId

Class representing index 'IDXSearchCatId'.

SearchCatRows

SearchCat list table Collection of SearchCatRow. Each element of the collection represents one row in the SearchCat table.

SearchCatRows.CustomSearch

Class representing a custom search against table 'SearchCat'. Use this class to create a query that is pre-populated with the correct SearchCatTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SearchCatRows collection of matching rows.

SearchCriteriaGroupRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SearchCriteriaGroup table.

SearchCriteriaGroupRecordDataExtensions

Extension methods to make it easy to fetch SearchCriteriaGroupRecordData objects from the database, using the infrastructure

SearchCriteriaGroupRow

Criteria storage for Selection and other Find mechanisms
Row Object for table 'SearchCriteriaGroup'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SearchCriteriaGroupRow.CustomSearch

Class representing a custom search against table 'SearchCriteriaGroup'. Use this class to create a query that is pre-populated with the correct SearchCriteriaGroupTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SearchCriteriaGroupRow. If your query matches more than one row in the database, the result will reflect the first row only.

SearchCriteriaGroupRow.IdxSearchCriteriaGroupId

Class representing index 'IDXSearchCriteriaGroupId'.

SearchCriteriaGroupRows

Criteria storage for Selection and other Find mechanisms Collection of SearchCriteriaGroupRow. Each element of the collection represents one row in the SearchCriteriaGroup table.

SearchCriteriaGroupRows.CustomSearch

Class representing a custom search against table 'SearchCriteriaGroup'. Use this class to create a query that is pre-populated with the correct SearchCriteriaGroupTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SearchCriteriaGroupRows collection of matching rows.

SearchCriteriaGroupRows.IdxSearchCriteriaId

Class representing index 'ISearchCriteria_idRank'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SearchCriteriaGroupRows.IdxSearchCriteriaIdRank

Class representing index 'ISearchCriteria_idRank'.

SearchCriteriaRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SearchCriteria table.

SearchCriteriaRecordDataExtensions

Extension methods to make it easy to fetch SearchCriteriaRecordData objects from the database, using the infrastructure

SearchCriteriaRow

Criteria storage for Selection and other Find mechanisms
Row Object for table 'SearchCriteria'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SearchCriteriaRow.CustomSearch

Class representing a custom search against table 'SearchCriteria'. Use this class to create a query that is pre-populated with the correct SearchCriteriaTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SearchCriteriaRow. If your query matches more than one row in the database, the result will reflect the first row only.

SearchCriteriaRow.IdxSearchCriteriaId

Class representing index 'IDXSearchCriteriaId'.

SearchCriteriaRows

Criteria storage for Selection and other Find mechanisms Collection of SearchCriteriaRow. Each element of the collection represents one row in the SearchCriteria table.

SearchCriteriaRows.CustomSearch

Class representing a custom search against table 'SearchCriteria'. Use this class to create a query that is pre-populated with the correct SearchCriteriaTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SearchCriteriaRows collection of matching rows.

SearchCriteriaRows.IdxOwnerId

Class representing index 'IOwnerIdOwnerNameOwnerGuiName'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SearchCriteriaRows.IdxOwnerIdOwnerName

Class representing index 'IOwnerIdOwnerNameOwnerGuiName'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SearchCriteriaRows.IdxOwnerIdOwnerNameOwnerGuiName

Class representing index 'IOwnerIdOwnerNameOwnerGuiName'.

SearchCriteriaRows.IdxOwnerIdOwnerTable

Class representing index 'IOwnerIdOwnerTableOwnerTypeOw'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SearchCriteriaRows.IdxOwnerIdOwnerTableOwnerType

Class representing index 'IOwnerIdOwnerTableOwnerTypeOw'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SearchCriteriaRows.IdxOwnerIdOwnerTableOwnerTypeOwnerGuiName

Class representing index 'IOwnerIdOwnerTableOwnerTypeOw'.

SearchCriterionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SearchCriterion table.

SearchCriterionRecordDataExtensions

Extension methods to make it easy to fetch SearchCriterionRecordData objects from the database, using the infrastructure

SearchCriterionRow

Criteria storage for Selection and other Find mechanisms
Row Object for table 'SearchCriterion'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SearchCriterionRow.CustomSearch

Class representing a custom search against table 'SearchCriterion'. Use this class to create a query that is pre-populated with the correct SearchCriterionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SearchCriterionRow. If your query matches more than one row in the database, the result will reflect the first row only.

SearchCriterionRow.IdxSearchCriterionId

Class representing index 'IDXSearchCriterionId'.

SearchCriterionRows

Criteria storage for Selection and other Find mechanisms Collection of SearchCriterionRow. Each element of the collection represents one row in the SearchCriterion table.

SearchCriterionRows.CustomSearch

Class representing a custom search against table 'SearchCriterion'. Use this class to create a query that is pre-populated with the correct SearchCriterionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SearchCriterionRows collection of matching rows.

SearchCriterionRows.IdxColumnName

Class representing index 'IDXSearchCriterionColumnName'.

SearchCriterionRows.IdxSearchCriteriaGroupId

Class representing index 'IDXSearchCriterionSearchCrite'.

SearchCriterionValueRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SearchCriterionValue table.

SearchCriterionValueRecordDataExtensions

Extension methods to make it easy to fetch SearchCriterionValueRecordData objects from the database, using the infrastructure

SearchCriterionValueRow

Criteria storage for Selection and other Find mechanisms
Row Object for table 'SearchCriterionValue'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SearchCriterionValueRow.CustomSearch

Class representing a custom search against table 'SearchCriterionValue'. Use this class to create a query that is pre-populated with the correct SearchCriterionValueTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SearchCriterionValueRow. If your query matches more than one row in the database, the result will reflect the first row only.

SearchCriterionValueRow.IdxSearchCriterionValueId

Class representing index 'IDXSearchCriterionValueId'.

SearchCriterionValueRows

Criteria storage for Selection and other Find mechanisms Collection of SearchCriterionValueRow. Each element of the collection represents one row in the SearchCriterionValue table.

SearchCriterionValueRows.CustomSearch

Class representing a custom search against table 'SearchCriterionValue'. Use this class to create a query that is pre-populated with the correct SearchCriterionValueTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SearchCriterionValueRows collection of matching rows.

SearchCriterionValueRows.IdxSearchCriterionId

Class representing index 'IDXSearchCriterionValueSearch'.

SelectionMemberRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the selectionmember table.

SelectionMemberRecordDataExtensions

Extension methods to make it easy to fetch SelectionMemberRecordData objects from the database, using the infrastructure

SelectionMemberRow

Selection detail table Each row in a selection is represented by one record in this table. Contact_id is always filled in, person_id is optional, but if used, must point to a person belonging to the contact in contact_id.
Row Object for table 'selectionmember'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SelectionMemberRow.CustomSearch

Class representing a custom search against table 'selectionmember'. Use this class to create a query that is pre-populated with the correct SelectionMemberTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SelectionMemberRow. If your query matches more than one row in the database, the result will reflect the first row only.

SelectionMemberRow.IdxSelectionmemberId

Class representing index 'IDXSmembId'.

SelectionMemberRows

Selection detail table Each row in a selection is represented by one record in this table. Contact_id is always filled in, person_id is optional, but if used, must point to a person belonging to the contact in contact_id. Collection of SelectionMemberRow. Each element of the collection represents one row in the SelectionMember table.

SelectionMemberRows.CustomSearch

Class representing a custom search against table 'selectionmember'. Use this class to create a query that is pre-populated with the correct SelectionMemberTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SelectionMemberRows collection of matching rows.

SelectionMemberRows.IdxContactId

Class representing index 'ICont_idPers_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SelectionMemberRows.IdxContactIdPersonId

Class representing index 'ICont_idPers_id'.

SelectionMemberRows.IdxPersonId

Class representing index 'IDXSmembPers_id'.

SelectionMemberRows.IdxSelectionId

Class representing index 'IDXSmembSel_id'.

SelectionMemberRows.IdxSelectionIdContactId

Class representing index 'ISel_idCont_id'.

SelectionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the selection table.

SelectionRecordDataExtensions

Extension methods to make it easy to fetch SelectionRecordData objects from the database, using the infrastructure

SelectionRow

Selections
Row Object for table 'selection'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SelectionRow.CustomSearch

Class representing a custom search against table 'selection'. Use this class to create a query that is pre-populated with the correct SelectionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SelectionRow. If your query matches more than one row in the database, the result will reflect the first row only.

SelectionRow.IdxSelectionId

Class representing index 'IDXSelId'.

SelectionRows

Selections Collection of SelectionRow. Each element of the collection represents one row in the Selection table.

SelectionRows.CustomSearch

Class representing a custom search against table 'selection'. Use this class to create a query that is pre-populated with the correct SelectionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SelectionRows collection of matching rows.

SelectionRows.IdxAssociateId

Class representing index 'IDXSelAssoc_id'.

SelectionRows.IdxDone

Class representing index 'IDXSelDone'.

SelectionRows.IdxName

Class representing index 'IDXSelName'.

SelectionRows.IdxSoundEx

Class representing index 'IDXSelSoundEx'.

SelectionRows.IdxSource

Class representing index 'IDXSelSource'.

SequenceRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the sequence table.

SequenceRecordDataExtensions

Extension methods to make it easy to fetch SequenceRecordData objects from the database, using the infrastructure

SequenceRow

next_id to be used for each table
Row Object for table 'sequence'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SequenceRow.CustomSearch

Class representing a custom search against table 'sequence'. Use this class to create a query that is pre-populated with the correct SequenceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SequenceRow. If your query matches more than one row in the database, the result will reflect the first row only.

SequenceRow.IdxId

Class representing index 'IDXSeqId'.

SequenceRow.IdxTableName

Class representing index 'IDXSeqTableName'.

SequenceRow.IdxTableNumber

Class representing index 'IDXSeqTableNumber'.

SequenceRows

next_id to be used for each table Collection of SequenceRow. Each element of the collection represents one row in the Sequence table.

SequenceRows.CustomSearch

Class representing a custom search against table 'sequence'. Use this class to create a query that is pre-populated with the correct SequenceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SequenceRows collection of matching rows.

ServiceAuthRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the service_auth table.

ServiceAuthRecordDataExtensions

Extension methods to make it easy to fetch ServiceAuthRecordData objects from the database, using the infrastructure

ServiceAuthRow

Authentication for a service (imap, smtp...)
Row Object for table 'service_auth'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ServiceAuthRow.CustomSearch

Class representing a custom search against table 'service_auth'. Use this class to create a query that is pre-populated with the correct ServiceAuthTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ServiceAuthRow. If your query matches more than one row in the database, the result will reflect the first row only.

ServiceAuthRow.IdxServiceAuthId

Class representing index 'IDXService_authId'.

ServiceAuthRows

Authentication for a service (imap, smtp...) Collection of ServiceAuthRow. Each element of the collection represents one row in the ServiceAuth table.

ServiceAuthRows.CustomSearch

Class representing a custom search against table 'service_auth'. Use this class to create a query that is pre-populated with the correct ServiceAuthTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ServiceAuthRows collection of matching rows.

SessionObjectRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the session_object table.

SessionObjectRecordDataExtensions

Extension methods to make it easy to fetch SessionObjectRecordData objects from the database, using the infrastructure

SessionObjectRow

Generic session object, accessible from ejscript etc, typically xml or name=value syntax, may be stored over several rows if big
Row Object for table 'session_object'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SessionObjectRow.CustomSearch

Class representing a custom search against table 'session_object'. Use this class to create a query that is pre-populated with the correct SessionObjectTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SessionObjectRow. If your query matches more than one row in the database, the result will reflect the first row only.

SessionObjectRow.IdxSessionObjectId

Class representing index 'IDXSession_objectId'.

SessionObjectRows

Generic session object, accessible from ejscript etc, typically xml or name=value syntax, may be stored over several rows if big Collection of SessionObjectRow. Each element of the collection represents one row in the SessionObject table.

SessionObjectRows.CustomSearch

Class representing a custom search against table 'session_object'. Use this class to create a query that is pre-populated with the correct SessionObjectTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SessionObjectRows collection of matching rows.

SessionObjectRows.IdxLoginId

Class representing index 'IDXSession_objectLogin_id'.

SessionObjectRows.IdxName

Class representing index 'IDXSession_objectName'.

ShipmentTypeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ShipmentType table.

ShipmentTypeRecordDataExtensions

Extension methods to make it easy to fetch ShipmentTypeRecordData objects from the database, using the infrastructure

ShipmentTypeReservationRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ShipmentTypeReservation table.

ShipmentTypeReservationRecordDataExtensions

Extension methods to make it easy to fetch ShipmentTypeReservationRecordData objects from the database, using the infrastructure

ShipmentTypeReservationRow

ShipmentTypes a person has reserved against. Note that the absense of a record here implies acceptance of a mailings of this type
Row Object for table 'ShipmentTypeReservation'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ShipmentTypeReservationRow.CustomSearch

Class representing a custom search against table 'ShipmentTypeReservation'. Use this class to create a query that is pre-populated with the correct ShipmentTypeReservationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ShipmentTypeReservationRow. If your query matches more than one row in the database, the result will reflect the first row only.

ShipmentTypeReservationRow.IdxShipmentTypeReservationId

Class representing index 'IDXShipmentTypeReservationId'.

ShipmentTypeReservationRows

ShipmentTypes a person has reserved against. Note that the absense of a record here implies acceptance of a mailings of this type Collection of ShipmentTypeReservationRow. Each element of the collection represents one row in the ShipmentTypeReservation table.

ShipmentTypeReservationRows.CustomSearch

Class representing a custom search against table 'ShipmentTypeReservation'. Use this class to create a query that is pre-populated with the correct ShipmentTypeReservationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ShipmentTypeReservationRows collection of matching rows.

ShipmentTypeReservationRows.IdxPersonId

Class representing index 'IDXShipmentTypeReservationPer'.

ShipmentTypeReservationRows.IdxShipmentTypeId

Class representing index 'IShipmentType_idPerson_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

ShipmentTypeReservationRows.IdxShipmentTypeIdPersonId

Class representing index 'IShipmentType_idPerson_id'.

ShipmentTypeRow

Shipment type list table. Classification of a mailing, allowing recipients to subscribe to lists
Row Object for table 'ShipmentType'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ShipmentTypeRow.CustomSearch

Class representing a custom search against table 'ShipmentType'. Use this class to create a query that is pre-populated with the correct ShipmentTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ShipmentTypeRow. If your query matches more than one row in the database, the result will reflect the first row only.

ShipmentTypeRow.IdxShipmentTypeId

Class representing index 'IDXShipmentTypeId'.

ShipmentTypeRows

Shipment type list table. Classification of a mailing, allowing recipients to subscribe to lists Collection of ShipmentTypeRow. Each element of the collection represents one row in the ShipmentType table.

ShipmentTypeRows.CustomSearch

Class representing a custom search against table 'ShipmentType'. Use this class to create a query that is pre-populated with the correct ShipmentTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ShipmentTypeRows collection of matching rows.

SLinkCustomerRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_link_customer table.

SLinkCustomerRecordDataExtensions

Extension methods to make it easy to fetch SLinkCustomerRecordData objects from the database, using the infrastructure

SLinkCustomerRow

A connection between a customer and a link. Registered customers are identified when clicking on a link
Row Object for table 's_link_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.

SLinkCustomerRow.CustomSearch

Class representing a custom search against table 's_link_customer'. Use this class to create a query that is pre-populated with the correct SLinkCustomerTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SLinkCustomerRow. If your query matches more than one row in the database, the result will reflect the first row only.

SLinkCustomerRow.IdxSLinkCustomerId

Class representing index 'IDXS_link_customerId'.

SLinkCustomerRows

A connection between a customer and a link. Registered customers are identified when clicking on a link Collection of SLinkCustomerRow. Each element of the collection represents one row in the SLinkCustomer table.

SLinkCustomerRows.CustomSearch

Class representing a custom search against table 's_link_customer'. Use this class to create a query that is pre-populated with the correct SLinkCustomerTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SLinkCustomerRows collection of matching rows.

SLinkCustomerRows.IdxCustomerId

Class representing index 'IDXS_link_customerCustomer_id'.

SLinkCustomerRows.IdxLinkId

Class representing index 'IDXS_link_customerLink_id'.

SLinkCustomerRows.IdxLinkType

Class representing index 'ILink_typeShipment_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SLinkCustomerRows.IdxLinkTypeShipmentId

Class representing index 'ILink_typeShipment_id'.

SLinkCustomerRows.IdxShipmentId

Class representing index 'IDXS_link_customerShipment_id'.

SLinkCustomerRows.IdxShipmentIdCustomerId

Class representing index 'IShipment_idCustomer_id'.

SLinkCustomerStaticalRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_link_customer_statical table.

SLinkCustomerStaticalRecordDataExtensions

Extension methods to make it easy to fetch SLinkCustomerStaticalRecordData objects from the database, using the infrastructure

SLinkCustomerStaticalRow

A connection between a customer and a link. Registered customers are identified when clicking on a link
Row Object for table 's_link_customer_statical'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SLinkCustomerStaticalRow.CustomSearch

Class representing a custom search against table 's_link_customer_statical'. Use this class to create a query that is pre-populated with the correct SLinkCustomerStaticalTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SLinkCustomerStaticalRow. If your query matches more than one row in the database, the result will reflect the first row only.

SLinkCustomerStaticalRow.IdxSLinkCustomerStaticalId

Class representing index 'IDXS_link_customer_staticalId'.

SLinkCustomerStaticalRows

A connection between a customer and a link. Registered customers are identified when clicking on a link Collection of SLinkCustomerStaticalRow. Each element of the collection represents one row in the SLinkCustomerStatical table.

SLinkCustomerStaticalRows.CustomSearch

Class representing a custom search against table 's_link_customer_statical'. Use this class to create a query that is pre-populated with the correct SLinkCustomerStaticalTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SLinkCustomerStaticalRows collection of matching rows.

SLinkCustomerStaticalRows.IdxEmail

Class representing index 'IDXS_link_customer_staticalEm'.

SLinkCustomerStaticalRows.IdxLinkId

Class representing index 'IDXS_link_customer_staticalLi'.

SLinkCustomerStaticalRows.IdxLinkType

Class representing index 'IDXS_link_customer_staticalLi'.

SLinkCustomerStaticalRows.IdxLinkTypeShipmentId

Class representing index 'ILink_typeShipment_id'.

SLinkCustomerStaticalRows.IdxShipmentId

Class representing index 'IDXS_link_customer_staticalSh'.

SLinkCustomerStaticalRows.IdxShipmentIdEmail

Class representing index 'IShipment_idEmail'.

SLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_link table.

SLinkRecordDataExtensions

Extension methods to make it easy to fetch SLinkRecordData objects from the database, using the infrastructure

SLinkRow

Links in messages to measure success rate of a campaign.
Row Object for table 's_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.

SLinkRow.CustomSearch

Class representing a custom search against table 's_link'. Use this class to create a query that is pre-populated with the correct SLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

SLinkRow.IdxSLinkId

Class representing index 'IDXS_linkId'.

SLinkRows

Links in messages to measure success rate of a campaign. Collection of SLinkRow. Each element of the collection represents one row in the SLink table.

SLinkRows.CustomSearch

Class representing a custom search against table 's_link'. Use this class to create a query that is pre-populated with the correct SLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SLinkRows collection of matching rows.

SLinkRows.IdxAddContactInterest

Class representing index 'IDXS_linkAdd_contact_interest'.

SLinkRows.IdxAddContactSelection

Class representing index 'IDXS_linkAdd_contact_selectio'.

SLinkRows.IdxAddPersonInterest

Class representing index 'IDXS_linkAdd_person_interest'.

SLinkRows.IdxAddProject

Class representing index 'IDXS_linkAdd_project'.

SLinkRows.IdxAddToSelection

Class representing index 'IDXS_linkAdd_to_selection'.

SLinkRows.IdxRemoveContactInterest

Class representing index 'IDXS_linkRemove_contact_inter'.

SLinkRows.IdxRemoveContactSelection

Class representing index 'IDXS_linkRemove_contact_selec'.

SLinkRows.IdxRemoveFromSelection

Class representing index 'IDXS_linkRemove_from_selectio'.

SLinkRows.IdxRemovePersonInterest

Class representing index 'IDXS_linkRemove_person_intere'.

SLinkRows.IdxRemoveProject

Class representing index 'IDXS_linkRemove_project'.

SLinkRows.IdxScriptId

Class representing index 'IDXS_linkScript_id'.

SLinkRows.IdxTaskAssociateId

Class representing index 'IDXS_linkTask_associate_id'.

SLinkRows.IdxTaskCreatingAssociateId

Class representing index 'IDXS_linkTask_creating_associ'.

SLinkRows.IdxTaskProject

Class representing index 'IDXS_linkTask_project'.

SLinkRows.IdxTicketCategory

Class representing index 'IDXS_linkTicket_category'.

SLinkRows.IdxTicketOwnedBy

Class representing index 'IDXS_linkTicket_owned_by'.

SLinkRows.IdxTicketPriority

Class representing index 'IDXS_linkTicket_priority'.

SListCustomerRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_list_customer table.

SListCustomerRecordDataExtensions

Extension methods to make it easy to fetch SListCustomerRecordData objects from the database, using the infrastructure

SListCustomerRow

Elements in a customer list.
Row Object for table 's_list_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.

SListCustomerRow.CustomSearch

Class representing a custom search against table 's_list_customer'. Use this class to create a query that is pre-populated with the correct SListCustomerTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SListCustomerRow. If your query matches more than one row in the database, the result will reflect the first row only.

SListCustomerRow.IdxSListCustomerId

Class representing index 'IDXS_list_customerId'.

SListCustomerRows

Elements in a customer list. Collection of SListCustomerRow. Each element of the collection represents one row in the SListCustomer table.

SListCustomerRows.CustomSearch

Class representing a custom search against table 's_list_customer'. Use this class to create a query that is pre-populated with the correct SListCustomerTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SListCustomerRows collection of matching rows.

SListCustomerRows.IdxCustomerId

Class representing index 'IDXS_list_customerCustomer_id'.

SListCustomerRows.IdxListId

Class representing index 'IDXS_list_customerList_id'.

SListElementRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_list_element table.

SListElementRecordDataExtensions

Extension methods to make it easy to fetch SListElementRecordData objects from the database, using the infrastructure

SListElementRow

Elements in a static list.
Row Object for table 's_list_element'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SListElementRow.CustomSearch

Class representing a custom search against table 's_list_element'. Use this class to create a query that is pre-populated with the correct SListElementTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SListElementRow. If your query matches more than one row in the database, the result will reflect the first row only.

SListElementRow.IdxSListElementId

Class representing index 'IDXS_list_elementId'.

SListElementRows

Elements in a static list. Collection of SListElementRow. Each element of the collection represents one row in the SListElement table.

SListElementRows.CustomSearch

Class representing a custom search against table 's_list_element'. Use this class to create a query that is pre-populated with the correct SListElementTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SListElementRows collection of matching rows.

SListElementRows.IdxAddress

Class representing index 'IDXS_list_elementAddress'.

SListElementRows.IdxListId

Class representing index 'IDXS_list_elementList_id'.

SListElementRows.IdxSms

Class representing index 'IDXS_list_elementSms'.

SListRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_list table.

SListRecordDataExtensions

Extension methods to make it easy to fetch SListRecordData objects from the database, using the infrastructure

SListRow

A list, dynamic or static
Row Object for table 's_list'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SListRow.CustomSearch

Class representing a custom search against table 's_list'. Use this class to create a query that is pre-populated with the correct SListTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SListRow. If your query matches more than one row in the database, the result will reflect the first row only.

SListRow.IdxSListId

Class representing index 'IDXS_listId'.

SListRows

A list, dynamic or static Collection of SListRow. Each element of the collection represents one row in the SList table.

SListRows.CustomSearch

Class representing a custom search against table 's_list'. Use this class to create a query that is pre-populated with the correct SListTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SListRows collection of matching rows.

SListRows.IdxDbiAgentId

Class representing index 'IDXS_listDbi_agent_id'.

SListRows.IdxDbiKey

Class representing index 'IDXS_listDbi_key'.

SListRows.IdxDbiLastModified

Class representing index 'IDXS_listDbi_last_modified'.

SListRows.IdxDbiLastSyncronized

Class representing index 'IDXS_listDbi_last_syncronized'.

SListShipmentRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_list_shipment table.

SListShipmentRecordDataExtensions

Extension methods to make it easy to fetch SListShipmentRecordData objects from the database, using the infrastructure

SListShipmentRow

A connector between shipment and list so that one shipment can have many lists, and one list can have many shipments
Row Object for table 's_list_shipment'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SListShipmentRow.CustomSearch

Class representing a custom search against table 's_list_shipment'. Use this class to create a query that is pre-populated with the correct SListShipmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SListShipmentRow. If your query matches more than one row in the database, the result will reflect the first row only.

SListShipmentRow.IdxSListShipmentId

Class representing index 'IDXS_list_shipmentId'.

SListShipmentRows

A connector between shipment and list so that one shipment can have many lists, and one list can have many shipments Collection of SListShipmentRow. Each element of the collection represents one row in the SListShipment table.

SListShipmentRows.CustomSearch

Class representing a custom search against table 's_list_shipment'. Use this class to create a query that is pre-populated with the correct SListShipmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SListShipmentRows collection of matching rows.

SListShipmentRows.IdxListId

Class representing index 'IDXS_list_shipmentList_id'.

SListShipmentRows.IdxShipmentId

Class representing index 'IDXS_list_shipmentShipment_id'.

SMessageblockRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_messageblock table.

SMessageblockRecordDataExtensions

Extension methods to make it easy to fetch SMessageblockRecordData objects from the database, using the infrastructure

SMessageblockRow

Contains a block of a mailing message, that can be reused in a mailing
Row Object for table 's_messageblock'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SMessageblockRow.CustomSearch

Class representing a custom search against table 's_messageblock'. Use this class to create a query that is pre-populated with the correct SMessageblockTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SMessageblockRow. If your query matches more than one row in the database, the result will reflect the first row only.

SMessageblockRow.IdxSMessageblockId

Class representing index 'IDXS_messageblockId'.

SMessageblockRows

Contains a block of a mailing message, that can be reused in a mailing Collection of SMessageblockRow. Each element of the collection represents one row in the SMessageblock table.

SMessageblockRows.CustomSearch

Class representing a custom search against table 's_messageblock'. Use this class to create a query that is pre-populated with the correct SMessageblockTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SMessageblockRows collection of matching rows.

SMessageRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_message table.

SMessageRecordDataExtensions

Extension methods to make it easy to fetch SMessageRecordData objects from the database, using the infrastructure

SMessageRow

A message used in a shipment. Can be html and/or plain text
Row Object for table 's_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.

SMessageRow.CustomSearch

Class representing a custom search against table 's_message'. Use this class to create a query that is pre-populated with the correct SMessageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SMessageRow. If your query matches more than one row in the database, the result will reflect the first row only.

SMessageRow.IdxSMessageId

Class representing index 'IDXS_messageId'.

SMessageRows

A message used in a shipment. Can be html and/or plain text Collection of SMessageRow. Each element of the collection represents one row in the SMessage table.

SMessageRows.CustomSearch

Class representing a custom search against table 's_message'. Use this class to create a query that is pre-populated with the correct SMessageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SMessageRows collection of matching rows.

SmsHysteriaRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the sms_hysteria table.

SmsHysteriaRecordDataExtensions

Extension methods to make it easy to fetch SmsHysteriaRecordData objects from the database, using the infrastructure

SmsHysteriaRow

Avoid sending too many sms messages in a short time interval to one person
Row Object for table 'sms_hysteria'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SmsHysteriaRow.CustomSearch

Class representing a custom search against table 'sms_hysteria'. Use this class to create a query that is pre-populated with the correct SmsHysteriaTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SmsHysteriaRow. If your query matches more than one row in the database, the result will reflect the first row only.

SmsHysteriaRow.IdxSmsHysteriaId

Class representing index 'IDXSms_hysteriaId'.

SmsHysteriaRows

Avoid sending too many sms messages in a short time interval to one person Collection of SmsHysteriaRow. Each element of the collection represents one row in the SmsHysteria table.

SmsHysteriaRows.CustomSearch

Class representing a custom search against table 'sms_hysteria'. Use this class to create a query that is pre-populated with the correct SmsHysteriaTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SmsHysteriaRows collection of matching rows.

SmsRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the sms table.

SmsRecordDataExtensions

Extension methods to make it easy to fetch SmsRecordData objects from the database, using the infrastructure

SmsRow

This table will hold outgoing sms messages when transmitted with WebServices
Row Object for table 'sms'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SmsRow.CustomSearch

Class representing a custom search against table 'sms'. Use this class to create a query that is pre-populated with the correct SmsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SmsRow. If your query matches more than one row in the database, the result will reflect the first row only.

SmsRow.IdxSmsId

Class representing index 'IDXSmsId'.

SmsRows

This table will hold outgoing sms messages when transmitted with WebServices Collection of SmsRow. Each element of the collection represents one row in the Sms table.

SmsRows.CustomSearch

Class representing a custom search against table 'sms'. Use this class to create a query that is pre-populated with the correct SmsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SmsRows collection of matching rows.

SmsRows.IdxCustomerId

Class representing index 'IDXSmsCustomer_id'.

SmsRows.IdxMessageId

Class representing index 'IDXSmsMessage_id'.

SmsRows.IdxOutboxId

Class representing index 'IDXSmsOutbox_id'.

SmsRows.IdxOutgoingMessageId

Class representing index 'IDXSmsOutgoing_message_id'.

SmsRows.IdxReferenceKey

Class representing index 'IDXSmsReference_key'.

SmsRows.IdxSessionKey

Class representing index 'IDXSmsSession_key'.

SmsRows.IdxShipmentId

Class representing index 'IDXSmsShipment_id'.

SnapshotRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the snapshot table.

SnapshotRecordDataExtensions

Extension methods to make it easy to fetch SnapshotRecordData objects from the database, using the infrastructure

SnapshotRow

Snapshots taken of the system database and attachments via soap
Row Object for table 'snapshot'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SnapshotRow.CustomSearch

Class representing a custom search against table 'snapshot'. Use this class to create a query that is pre-populated with the correct SnapshotTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SnapshotRow. If your query matches more than one row in the database, the result will reflect the first row only.

SnapshotRow.IdxSnapshotId

Class representing index 'IDXSnapshotId'.

SnapshotRows

Snapshots taken of the system database and attachments via soap Collection of SnapshotRow. Each element of the collection represents one row in the Snapshot table.

SnapshotRows.CustomSearch

Class representing a custom search against table 'snapshot'. Use this class to create a query that is pre-populated with the correct SnapshotTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SnapshotRows collection of matching rows.

SoapAccessRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the soap_access table.

SoapAccessRecordDataExtensions

Extension methods to make it easy to fetch SoapAccessRecordData objects from the database, using the infrastructure

SoapAccessRow

Table that contains constraints on the access to the soap interface
Row Object for table 'soap_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.

SoapAccessRow.CustomSearch

Class representing a custom search against table 'soap_access'. Use this class to create a query that is pre-populated with the correct SoapAccessTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SoapAccessRow. If your query matches more than one row in the database, the result will reflect the first row only.

SoapAccessRow.IdxSoapAccessId

Class representing index 'IDXSoap_accessId'.

SoapAccessRows

Table that contains constraints on the access to the soap interface Collection of SoapAccessRow. Each element of the collection represents one row in the SoapAccess table.

SoapAccessRows.CustomSearch

Class representing a custom search against table 'soap_access'. Use this class to create a query that is pre-populated with the correct SoapAccessTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SoapAccessRows collection of matching rows.

SORCriteriaRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SORCriteria table.

SORCriteriaRecordDataExtensions

Extension methods to make it easy to fetch SORCriteriaRecordData objects from the database, using the infrastructure

SORCriteriaRow

SuperOffice reporter data
Row Object for table 'SORCriteria'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SORCriteriaRow.CustomSearch

Class representing a custom search against table 'SORCriteria'. Use this class to create a query that is pre-populated with the correct SORCriteriaTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORCriteriaRow. If your query matches more than one row in the database, the result will reflect the first row only.

SORCriteriaRow.IdxSORCriteriaId

Class representing index 'IDXSORCriteriaId'.

SORCriteriaRows

SuperOffice reporter data Collection of SORCriteriaRow. Each element of the collection represents one row in the SORCriteria table.

SORCriteriaRows.CustomSearch

Class representing a custom search against table 'SORCriteria'. Use this class to create a query that is pre-populated with the correct SORCriteriaTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORCriteriaRows collection of matching rows.

SORCriteriaRows.IdxSOROperatorsId

Class representing index 'IDXSORCriteriaSOROperators_id'.

SORCriteriaRows.IdxSORPublishId

Class representing index 'IDXSORCriteriaSORPublish_id'.

SORCriteriaRows.IdxUseIt

Class representing index 'IDXSORCriteriaUseIt'.

SORCriteriaRows.IdxWhereOrder

Class representing index 'IDXSORCriteriaWhereOrder'.

SORFCTRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SORFCT table.

SORFCTRecordDataExtensions

Extension methods to make it easy to fetch SORFCTRecordData objects from the database, using the infrastructure

SORFCTRow

SuperOffice reporter data
Row Object for table 'SORFCT'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SORFCTRow.CustomSearch

Class representing a custom search against table 'SORFCT'. Use this class to create a query that is pre-populated with the correct SORFCTTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORFCTRow. If your query matches more than one row in the database, the result will reflect the first row only.

SORFCTRow.IdxSORFCTId

Class representing index 'IDXSORFCTId'.

SORFCTRows

SuperOffice reporter data Collection of SORFCTRow. Each element of the collection represents one row in the SORFCT table.

SORFCTRows.CustomSearch

Class representing a custom search against table 'SORFCT'. Use this class to create a query that is pre-populated with the correct SORFCTTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORFCTRows collection of matching rows.

SORFCTRows.IdxFieldType

Class representing index 'IDXSORFCTFieldType'.

SORFCTRows.IdxSORSectionId

Class representing index 'IDXSORFCTSORSection_id'.

SORFieldRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SORField table.

SORFieldRecordDataExtensions

Extension methods to make it easy to fetch SORFieldRecordData objects from the database, using the infrastructure

SORFieldRow

SuperOffice reporter data
Row Object for table 'SORField'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SORFieldRow.CustomSearch

Class representing a custom search against table 'SORField'. Use this class to create a query that is pre-populated with the correct SORFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORFieldRow. If your query matches more than one row in the database, the result will reflect the first row only.

SORFieldRow.IdxSORFieldId

Class representing index 'IDXSORFieldId'.

SORFieldRows

SuperOffice reporter data Collection of SORFieldRow. Each element of the collection represents one row in the SORField table.

SORFieldRows.CustomSearch

Class representing a custom search against table 'SORField'. Use this class to create a query that is pre-populated with the correct SORFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORFieldRows collection of matching rows.

SORFieldRows.IdxFieldType

Class representing index 'IDXSORFieldFieldType'.

SORFieldRows.IdxSORSectionId

Class representing index 'IDXSORFieldSORSection_id'.

SORFieldRows.IdxVisible

Class representing index 'IDXSORFieldVisible'.

SORLabelLayoutRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SORLabelLayout table.

SORLabelLayoutRecordDataExtensions

Extension methods to make it easy to fetch SORLabelLayoutRecordData objects from the database, using the infrastructure

SORLabelLayoutRow

SuperOffice reporter data
Row Object for table 'SORLabelLayout'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SORLabelLayoutRow.CustomSearch

Class representing a custom search against table 'SORLabelLayout'. Use this class to create a query that is pre-populated with the correct SORLabelLayoutTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORLabelLayoutRow. If your query matches more than one row in the database, the result will reflect the first row only.

SORLabelLayoutRow.IdxSORLabelLayoutId

Class representing index 'IDXSORLabelLayoutId'.

SORLabelLayoutRows

SuperOffice reporter data Collection of SORLabelLayoutRow. Each element of the collection represents one row in the SORLabelLayout table.

SORLabelLayoutRows.CustomSearch

Class representing a custom search against table 'SORLabelLayout'. Use this class to create a query that is pre-populated with the correct SORLabelLayoutTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORLabelLayoutRows collection of matching rows.

SORLabelLayoutRows.IdxName

Class representing index 'IDXSORLabelLayoutName'.

SOROperatorsRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SOROperators table.

SOROperatorsRecordDataExtensions

Extension methods to make it easy to fetch SOROperatorsRecordData objects from the database, using the infrastructure

SOROperatorsRow

SuperOffice reporter data
Row Object for table 'SOROperators'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SOROperatorsRow.CustomSearch

Class representing a custom search against table 'SOROperators'. Use this class to create a query that is pre-populated with the correct SOROperatorsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SOROperatorsRow. If your query matches more than one row in the database, the result will reflect the first row only.

SOROperatorsRow.IdxSOROperatorsId

Class representing index 'IDXSOROperatorsId'.

SOROperatorsRows

SuperOffice reporter data Collection of SOROperatorsRow. Each element of the collection represents one row in the SOROperators table.

SOROperatorsRows.CustomSearch

Class representing a custom search against table 'SOROperators'. Use this class to create a query that is pre-populated with the correct SOROperatorsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SOROperatorsRows collection of matching rows.

SOROperatorsRows.IdxOperatorType

Class representing index 'IDXSOROperatorsOperatorType'.

SORPublishGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SORPublishGroupLink table.

SORPublishGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch SORPublishGroupLinkRecordData objects from the database, using the infrastructure

SORPublishGroupLinkRow

Link table used for filtering reports by user group
Row Object for table 'SORPublishGroupLink'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SORPublishGroupLinkRow.CustomSearch

Class representing a custom search against table 'SORPublishGroupLink'. Use this class to create a query that is pre-populated with the correct SORPublishGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORPublishGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

SORPublishGroupLinkRow.IdxSORPublishGoupLinkId

Class representing index 'IDXSORPublishGroupLinkId'.

SORPublishGroupLinkRows

Link table used for filtering reports by user group Collection of SORPublishGroupLinkRow. Each element of the collection represents one row in the SORPublishGroupLink table.

SORPublishGroupLinkRows.CustomSearch

Class representing a custom search against table 'SORPublishGroupLink'. Use this class to create a query that is pre-populated with the correct SORPublishGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORPublishGroupLinkRows collection of matching rows.

SORPublishGroupLinkRows.IdxSORPublishId

Class representing index 'IDXSORPublishGroupLinkSORPubl'.

SORPublishGroupLinkRows.IdxUserGroupId

Class representing index 'IDXSORPublishGroupLinkUserGro'.

SORPublishRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SORPublish table.

SORPublishRecordDataExtensions

Extension methods to make it easy to fetch SORPublishRecordData objects from the database, using the infrastructure

SORPublishRow

SuperOffice reporter data
Row Object for table 'SORPublish'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SORPublishRow.CustomSearch

Class representing a custom search against table 'SORPublish'. Use this class to create a query that is pre-populated with the correct SORPublishTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORPublishRow. If your query matches more than one row in the database, the result will reflect the first row only.

SORPublishRow.IdxSORPublishId

Class representing index 'IDXSORPublishId'.

SORPublishRows

SuperOffice reporter data Collection of SORPublishRow. Each element of the collection represents one row in the SORPublish table.

SORPublishRows.CustomSearch

Class representing a custom search against table 'SORPublish'. Use this class to create a query that is pre-populated with the correct SORPublishTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORPublishRows collection of matching rows.

SORPublishRows.IdxAssociateId

Class representing index 'IDXSORPublishAssociate_id'.

SORPublishRows.IdxDefaultLabelLayout

Class representing index 'IDXSORPublishDefaultLabelLayo'.

SORPublishRows.IdxForceDefault

Class representing index 'IDXSORPublishForceDefault'.

SORPublishRows.IdxName

Class representing index 'IDXSORPublishName'.

SORPublishRows.IdxSORTemplateId

Class representing index 'IDXSORPublishSORTemplate_id'.

SORSectionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SORSection table.

SORSectionRecordDataExtensions

Extension methods to make it easy to fetch SORSectionRecordData objects from the database, using the infrastructure

SORSectionRow

SuperOffice reporter data
Row Object for table 'SORSection'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SORSectionRow.CustomSearch

Class representing a custom search against table 'SORSection'. Use this class to create a query that is pre-populated with the correct SORSectionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORSectionRow. If your query matches more than one row in the database, the result will reflect the first row only.

SORSectionRow.IdxSORSectionId

Class representing index 'IDXSORSectionId'.

SORSectionRows

SuperOffice reporter data Collection of SORSectionRow. Each element of the collection represents one row in the SORSection table.

SORSectionRows.CustomSearch

Class representing a custom search against table 'SORSection'. Use this class to create a query that is pre-populated with the correct SORSectionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORSectionRows collection of matching rows.

SORSectionRows.IdxSORTemplateId

Class representing index 'IDXSORSectionSORTemplate_id'.

SORTemplateRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SORTemplate table.

SORTemplateRecordDataExtensions

Extension methods to make it easy to fetch SORTemplateRecordData objects from the database, using the infrastructure

SORTemplateRow

SuperOffice reporter data
Row Object for table 'SORTemplate'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SORTemplateRow.CustomSearch

Class representing a custom search against table 'SORTemplate'. Use this class to create a query that is pre-populated with the correct SORTemplateTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORTemplateRow. If your query matches more than one row in the database, the result will reflect the first row only.

SORTemplateRow.IdxSORTemplateId

Class representing index 'IDXSORTemplateId'.

SORTemplateRows

SuperOffice reporter data Collection of SORTemplateRow. Each element of the collection represents one row in the SORTemplate table.

SORTemplateRows.CustomSearch

Class representing a custom search against table 'SORTemplate'. Use this class to create a query that is pre-populated with the correct SORTemplateTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SORTemplateRows collection of matching rows.

SORTemplateRows.IdxPublished

Class representing index 'IDXSORTemplatePublished'.

SORTemplateRows.IdxSubject

Class representing index 'IDXSORTemplateSubject'.

SourceGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SourceGroupLink table.

SourceGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch SourceGroupLinkRecordData objects from the database, using the infrastructure

SourceGroupLinkRow

User group link table for Source, for MDO item hiding
Row Object for table 'SourceGroupLink'. 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)

SourceGroupLinkRow.CustomSearch

Class representing a custom search against table 'SourceGroupLink'. Use this class to create a query that is pre-populated with the correct SourceGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SourceGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

SourceGroupLinkRow.IdxSourcegrouplinkId

Class representing index 'IDXSourceGLId'.

SourceGroupLinkRows

User group link table for Source, for MDO item hiding Collection of SourceGroupLinkRow. Each element of the collection represents one row in the SourceGroupLink table.

SourceGroupLinkRows.CustomSearch

Class representing a custom search against table 'SourceGroupLink'. Use this class to create a query that is pre-populated with the correct SourceGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SourceGroupLinkRows collection of matching rows.

SourceGroupLinkRows.IdxGroupId

Class representing index 'IDXSourceGLGroup_id'.

SourceGroupLinkRows.IdxSourceId

Class representing index 'IDXSourceGLSource_id'.

SourceHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SourceHeadingLink table.

SourceHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch SourceHeadingLinkRecordData objects from the database, using the infrastructure

SourceHeadingLinkRow

Heading link table for Source, for MDO headers
Row Object for table 'SourceHeadingLink'. 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)

SourceHeadingLinkRow.CustomSearch

Class representing a custom search against table 'SourceHeadingLink'. Use this class to create a query that is pre-populated with the correct SourceHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SourceHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

SourceHeadingLinkRow.IdxSourceheadinglinkId

Class representing index 'IDXSourceHLId'.

SourceHeadingLinkRows

Heading link table for Source, for MDO headers Collection of SourceHeadingLinkRow. Each element of the collection represents one row in the SourceHeadingLink table.

SourceHeadingLinkRows.CustomSearch

Class representing a custom search against table 'SourceHeadingLink'. Use this class to create a query that is pre-populated with the correct SourceHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SourceHeadingLinkRows collection of matching rows.

SourceHeadingLinkRows.IdxHeadingId

Class representing index 'IDXSourceHLHeading_id'.

SourceHeadingLinkRows.IdxSourceId

Class representing index 'IDXSourceHLSource_id'.

SourceRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Source table.

SourceRecordDataExtensions

Extension methods to make it easy to fetch SourceRecordData objects from the database, using the infrastructure

SourceRow

Source list table. Source for sale (list)
Row Object for table 'Source'. 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)

SourceRow.CustomSearch

Class representing a custom search against table 'Source'. Use this class to create a query that is pre-populated with the correct SourceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SourceRow. If your query matches more than one row in the database, the result will reflect the first row only.

SourceRow.IdxName

Class representing index 'IDXSourceName'.

SourceRow.IdxSourceId

Class representing index 'IDXSourceId'.

SourceRows

Source list table. Source for sale (list) Collection of SourceRow. Each element of the collection represents one row in the Source table.

SourceRows.CustomSearch

Class representing a custom search against table 'Source'. Use this class to create a query that is pre-populated with the correct SourceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SourceRows collection of matching rows.

SPictureEntryRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_picture_entry table.

SPictureEntryRecordDataExtensions

Extension methods to make it easy to fetch SPictureEntryRecordData objects from the database, using the infrastructure

SPictureEntryRow

This table describes each picture in the database
Row Object for table 's_picture_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.

SPictureEntryRow.CustomSearch

Class representing a custom search against table 's_picture_entry'. Use this class to create a query that is pre-populated with the correct SPictureEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SPictureEntryRow. If your query matches more than one row in the database, the result will reflect the first row only.

SPictureEntryRow.IdxSPictureEntryId

Class representing index 'IDXS_picture_entryId'.

SPictureEntryRows

This table describes each picture in the database Collection of SPictureEntryRow. Each element of the collection represents one row in the SPictureEntry table.

SPictureEntryRows.CustomSearch

Class representing a custom search against table 's_picture_entry'. Use this class to create a query that is pre-populated with the correct SPictureEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SPictureEntryRows collection of matching rows.

SPictureEntryRows.IdxAttachmentId

Class representing index 'IDXS_picture_entryAttachment_'.

SPictureFolderRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_picture_folder table.

SPictureFolderRecordDataExtensions

Extension methods to make it easy to fetch SPictureFolderRecordData objects from the database, using the infrastructure

SPictureFolderRow

This table contains all picture folders
Row Object for table 's_picture_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.

SPictureFolderRow.CustomSearch

Class representing a custom search against table 's_picture_folder'. Use this class to create a query that is pre-populated with the correct SPictureFolderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SPictureFolderRow. If your query matches more than one row in the database, the result will reflect the first row only.

SPictureFolderRow.IdxSPictureFolderId

Class representing index 'IDXS_picture_folderId'.

SPictureFolderRows

This table contains all picture folders Collection of SPictureFolderRow. Each element of the collection represents one row in the SPictureFolder table.

SPictureFolderRows.CustomSearch

Class representing a custom search against table 's_picture_folder'. Use this class to create a query that is pre-populated with the correct SPictureFolderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SPictureFolderRows collection of matching rows.

SPictureFolderRows.IdxFolderType

Class representing index 'IDXS_picture_folderFolder_typ'.

SPictureFolderRows.IdxParentId

Class representing index 'IParent_idFolder_type'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SPictureFolderRows.IdxParentIdFolderType

Class representing index 'IParent_idFolder_type'.

SSentMessageRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_sent_message table.

SSentMessageRecordDataExtensions

Extension methods to make it easy to fetch SSentMessageRecordData objects from the database, using the infrastructure

SSentMessageRow

Emarketeer message control
Row Object for table 's_sent_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.

SSentMessageRow.CustomSearch

Class representing a custom search against table 's_sent_message'. Use this class to create a query that is pre-populated with the correct SSentMessageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SSentMessageRow. If your query matches more than one row in the database, the result will reflect the first row only.

SSentMessageRow.IdxSSentMessageId

Class representing index 'IDXS_sent_messageId'.

SSentMessageRows

Emarketeer message control Collection of SSentMessageRow. Each element of the collection represents one row in the SSentMessage table.

SSentMessageRows.CustomSearch

Class representing a custom search against table 's_sent_message'. Use this class to create a query that is pre-populated with the correct SSentMessageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SSentMessageRows collection of matching rows.

SSentMessageRows.IdxCustomerId

Class representing index 'IDXS_sent_messageCustomer_id'.

SSentMessageRows.IdxMessageId

Class representing index 'IDXS_sent_messageMessage_id'.

SSentMessageRows.IdxShipmentId

Class representing index 'IDXS_sent_messageShipment_id'.

SShipmentAddrRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_shipment_addr table.

SShipmentAddrRecordDataExtensions

Extension methods to make it easy to fetch SShipmentAddrRecordData objects from the database, using the infrastructure

SShipmentAddrRow

Addresses that are ready to be sent in a shipment.
Row Object for table 's_shipment_addr'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SShipmentAddrRow.CustomSearch

Class representing a custom search against table 's_shipment_addr'. Use this class to create a query that is pre-populated with the correct SShipmentAddrTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SShipmentAddrRow. If your query matches more than one row in the database, the result will reflect the first row only.

SShipmentAddrRow.IdxSShipmentAddrId

Class representing index 'IDXS_shipment_addrId'.

SShipmentAddrRows

Addresses that are ready to be sent in a shipment. Collection of SShipmentAddrRow. Each element of the collection represents one row in the SShipmentAddr table.

SShipmentAddrRows.CustomSearch

Class representing a custom search against table 's_shipment_addr'. Use this class to create a query that is pre-populated with the correct SShipmentAddrTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SShipmentAddrRows collection of matching rows.

SShipmentAddrRows.IdxAddress

Class representing index 'IDXS_shipment_addrAddress'.

SShipmentAddrRows.IdxContactId

Class representing index 'IDXS_shipment_addrContact_id'.

SShipmentAddrRows.IdxCustomerId

Class representing index 'IDXS_shipment_addrCustomer_id'.

SShipmentAddrRows.IdxShipmentId

Class representing index 'IDXS_shipment_addrShipment_id'.

SShipmentAddrRows.IdxStatus

Class representing index 'IStatusShipment_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SShipmentAddrRows.IdxStatusShipmentId

Class representing index 'IStatusShipment_id'.

SShipmentAddrRows.IdxTicketId

Class representing index 'IDXS_shipment_addrTicket_id'.

SShipmentAddrRows.IdxWorkflowInstanceId

Class representing index 'IDXS_shipment_addrWorkflow_in'.

SShipmentAddrRows.IdxWorkflowStepId

Class representing index 'IDXS_shipment_addrWorkflow_st'.

SShipmentRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_shipment table.

SShipmentRecordDataExtensions

Extension methods to make it easy to fetch SShipmentRecordData objects from the database, using the infrastructure

SShipmentRow

Contains info about one shipment. The addresses are stored in s_shipment_addr
Row Object for table 's_shipment'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SShipmentRow.CustomSearch

Class representing a custom search against table 's_shipment'. Use this class to create a query that is pre-populated with the correct SShipmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SShipmentRow. If your query matches more than one row in the database, the result will reflect the first row only.

SShipmentRow.IdxSShipmentId

Class representing index 'IDXS_shipmentId'.

SShipmentRows

Contains info about one shipment. The addresses are stored in s_shipment_addr Collection of SShipmentRow. Each element of the collection represents one row in the SShipment table.

SShipmentRows.CustomSearch

Class representing a custom search against table 's_shipment'. Use this class to create a query that is pre-populated with the correct SShipmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SShipmentRows collection of matching rows.

SShipmentRows.IdxAreStatisticsDirty

Class representing index 'IAre_statistics_dirtyId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SShipmentRows.IdxMessageId

Class representing index 'IDXS_shipmentMessage_id'.

SSmtpServersRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_smtp_servers table.

SSmtpServersRecordDataExtensions

Extension methods to make it easy to fetch SSmtpServersRecordData objects from the database, using the infrastructure

SSmtpServersRow

Contains the smtp server for a shipment
Row Object for table 's_smtp_servers'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SSmtpServersRow.CustomSearch

Class representing a custom search against table 's_smtp_servers'. Use this class to create a query that is pre-populated with the correct SSmtpServersTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SSmtpServersRow. If your query matches more than one row in the database, the result will reflect the first row only.

SSmtpServersRow.IdxSSmtpServersId

Class representing index 'IDXS_smtp_serversId'.

SSmtpServersRows

Contains the smtp server for a shipment Collection of SSmtpServersRow. Each element of the collection represents one row in the SSmtpServers table.

SSmtpServersRows.CustomSearch

Class representing a custom search against table 's_smtp_servers'. Use this class to create a query that is pre-populated with the correct SSmtpServersTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SSmtpServersRows collection of matching rows.

SSmtpServersRows.IdxShipmentId

Class representing index 'IDXS_smtp_serversShipment_id'.

StakeholderRoleGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the StakeholderRoleGroupLink table.

StakeholderRoleGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch StakeholderRoleGroupLinkRecordData objects from the database, using the infrastructure

StakeholderRoleGroupLinkRow

User group link table for StakeholderRole, for MDO item hiding
Row Object for table 'StakeholderRoleGroupLink'. 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)

StakeholderRoleGroupLinkRow.CustomSearch

Class representing a custom search against table 'StakeholderRoleGroupLink'. Use this class to create a query that is pre-populated with the correct StakeholderRoleGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a StakeholderRoleGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

StakeholderRoleGroupLinkRow.IdxStakeholderRoleGroupLinkId

Class representing index 'IDXStakeholderRoleGLId'.

StakeholderRoleGroupLinkRows

User group link table for StakeholderRole, for MDO item hiding Collection of StakeholderRoleGroupLinkRow. Each element of the collection represents one row in the StakeholderRoleGroupLink table.

StakeholderRoleGroupLinkRows.CustomSearch

Class representing a custom search against table 'StakeholderRoleGroupLink'. Use this class to create a query that is pre-populated with the correct StakeholderRoleGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a StakeholderRoleGroupLinkRows collection of matching rows.

StakeholderRoleGroupLinkRows.IdxGroupId

Class representing index 'IDXStakeholderRoleGLGroup_id'.

StakeholderRoleGroupLinkRows.IdxStakeholderRoleId

Class representing index 'IDXStakeholderRoleGLStakehold'.

StakeholderRoleHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the StakeholderRoleHeadingLink table.

StakeholderRoleHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch StakeholderRoleHeadingLinkRecordData objects from the database, using the infrastructure

StakeholderRoleHeadingLinkRow

Heading link table for StakeholderRole, for MDO headers
Row Object for table 'StakeholderRoleHeadingLink'. 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)

StakeholderRoleHeadingLinkRow.CustomSearch

Class representing a custom search against table 'StakeholderRoleHeadingLink'. Use this class to create a query that is pre-populated with the correct StakeholderRoleHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a StakeholderRoleHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

StakeholderRoleHeadingLinkRow.IdxStakeholderRoleHeadingLinkId

Class representing index 'IDXStakeholderRoleHLId'.

StakeholderRoleHeadingLinkRows

Heading link table for StakeholderRole, for MDO headers Collection of StakeholderRoleHeadingLinkRow. Each element of the collection represents one row in the StakeholderRoleHeadingLink table.

StakeholderRoleHeadingLinkRows.CustomSearch

Class representing a custom search against table 'StakeholderRoleHeadingLink'. Use this class to create a query that is pre-populated with the correct StakeholderRoleHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a StakeholderRoleHeadingLinkRows collection of matching rows.

StakeholderRoleHeadingLinkRows.IdxHeadingId

Class representing index 'IDXStakeholderRoleHLHeading_i'.

StakeholderRoleHeadingLinkRows.IdxStakeholderRoleId

Class representing index 'IDXStakeholderRoleHLStakehold'.

StakeholderRoleRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the StakeholderRole table.

StakeholderRoleRecordDataExtensions

Extension methods to make it easy to fetch StakeholderRoleRecordData objects from the database, using the infrastructure

StakeholderRoleRow

Role a stakeholder has in a sale
Row Object for table 'StakeholderRole'. 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)

StakeholderRoleRow.CustomSearch

Class representing a custom search against table 'StakeholderRole'. Use this class to create a query that is pre-populated with the correct StakeholderRoleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a StakeholderRoleRow. If your query matches more than one row in the database, the result will reflect the first row only.

StakeholderRoleRow.IdxName

Class representing index 'IDXStakeholderRoleName'.

StakeholderRoleRow.IdxStakeholderRoleId

Class representing index 'IDXStakeholderRoleId'.

StakeholderRoleRows

Role a stakeholder has in a sale Collection of StakeholderRoleRow. Each element of the collection represents one row in the StakeholderRole table.

StakeholderRoleRows.CustomSearch

Class representing a custom search against table 'StakeholderRole'. Use this class to create a query that is pre-populated with the correct StakeholderRoleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a StakeholderRoleRows collection of matching rows.

StaticListRefRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the static_list_ref table.

StaticListRefRecordDataExtensions

Extension methods to make it easy to fetch StaticListRefRecordData objects from the database, using the infrastructure

StaticListRefRow

This table stores id references for selections id lists
Row Object for table 'static_list_ref'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

StaticListRefRow.CustomSearch

Class representing a custom search against table 'static_list_ref'. Use this class to create a query that is pre-populated with the correct StaticListRefTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a StaticListRefRow. If your query matches more than one row in the database, the result will reflect the first row only.

StaticListRefRow.IdxStaticListRefId

Class representing index 'IDXStatic_list_refId'.

StaticListRefRows

This table stores id references for selections id lists Collection of StaticListRefRow. Each element of the collection represents one row in the StaticListRef table.

StaticListRefRows.CustomSearch

Class representing a custom search against table 'static_list_ref'. Use this class to create a query that is pre-populated with the correct StaticListRefTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a StaticListRefRows collection of matching rows.

StaticListRefRows.IdxListId

Class representing index 'IDXStatic_list_refList_id'.

StaticListRefRows.IdxRefId

Class representing index 'IDXStatic_list_refRef_id'.

StatusDefRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the StatusDef table.

StatusDefRecordDataExtensions

Extension methods to make it easy to fetch StatusDefRecordData objects from the database, using the infrastructure

StatusDefRow

Status definitions. Name and description are in LocaleText for internationalization
Row Object for table 'StatusDef'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

StatusDefRow.CustomSearch

Class representing a custom search against table 'StatusDef'. Use this class to create a query that is pre-populated with the correct StatusDefTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a StatusDefRow. If your query matches more than one row in the database, the result will reflect the first row only.

StatusDefRow.IdxStatusDefId

Class representing index 'IDXStatusDefId'.

StatusDefRows

Status definitions. Name and description are in LocaleText for internationalization Collection of StatusDefRow. Each element of the collection represents one row in the StatusDef table.

StatusDefRows.CustomSearch

Class representing a custom search against table 'StatusDef'. Use this class to create a query that is pre-populated with the correct StatusDefTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a StatusDefRows collection of matching rows.

StatusValueRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the StatusValue table.

StatusValueRecordDataExtensions

Extension methods to make it easy to fetch StatusValueRecordData objects from the database, using the infrastructure

StatusValueRow

Values for statuses
Row Object for table 'StatusValue'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

StatusValueRow.CustomSearch

Class representing a custom search against table 'StatusValue'. Use this class to create a query that is pre-populated with the correct StatusValueTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a StatusValueRow. If your query matches more than one row in the database, the result will reflect the first row only.

StatusValueRow.IdxStatusValueId

Class representing index 'IDXStatusValueId'.

StatusValueRows

Values for statuses Collection of StatusValueRow. Each element of the collection represents one row in the StatusValue table.

StatusValueRows.CustomSearch

Class representing a custom search against table 'StatusValue'. Use this class to create a query that is pre-populated with the correct StatusValueTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a StatusValueRows collection of matching rows.

StatusValueRows.IdxContactId

Class representing index 'IDXStatusValueContact_id'.

StatusValueRows.IdxContactIdIsSignalled

Class representing index 'IContact_idIsSignalledStatusD'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

StatusValueRows.IdxContactIdIsSignalledStatusDefId

Class representing index 'IContact_idIsSignalledStatusD'.

StatusValueRows.IdxExtra1Id

Class representing index 'IDXStatusValueExtra1_id'.

StatusValueRows.IdxExtra1IdIsSignalled

Class representing index 'IExtra1_idIsSignalledStatusDe'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

StatusValueRows.IdxExtra1IdIsSignalledStatusDefId

Class representing index 'IExtra1_idIsSignalledStatusDe'.

StatusValueRows.IdxExtra2Id

Class representing index 'IDXStatusValueExtra2_id'.

StatusValueRows.IdxExtra2IdIsSignalled

Class representing index 'IExtra2_idIsSignalledStatusDe'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

StatusValueRows.IdxExtra2IdIsSignalledStatusDefId

Class representing index 'IExtra2_idIsSignalledStatusDe'.

StatusValueRows.IdxIsSignalled

Class representing index 'IDXStatusValueIsSignalled'.

StatusValueRows.IdxPersonId

Class representing index 'IDXStatusValuePerson_id'.

StatusValueRows.IdxPersonIdIsSignalled

Class representing index 'IPerson_idIsSignalledStatusDe'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

StatusValueRows.IdxPersonIdIsSignalledStatusDefId

Class representing index 'IPerson_idIsSignalledStatusDe'.

StatusValueRows.IdxProjectId

Class representing index 'IDXStatusValueProject_id'.

StatusValueRows.IdxProjectIdIsSignalled

Class representing index 'IProject_idIsSignalledStatusD'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

StatusValueRows.IdxProjectIdIsSignalledStatusDefId

Class representing index 'IProject_idIsSignalledStatusD'.

StatusValueRows.IdxStatusDefId

Class representing index 'IDXStatusValueStatusDef_id'.

StringLengthValidationRule

ValidationRule stating that a maximum length of a string has been exceeded.

SubscriptionUnitGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SubscriptionUnitGroupLink table.

SubscriptionUnitGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch SubscriptionUnitGroupLinkRecordData objects from the database, using the infrastructure

SubscriptionUnitGroupLinkRow

User group link table for SubscriptionUnit, for MDO item hiding
Row Object for table 'SubscriptionUnitGroupLink'. 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)

SubscriptionUnitGroupLinkRow.CustomSearch

Class representing a custom search against table 'SubscriptionUnitGroupLink'. Use this class to create a query that is pre-populated with the correct SubscriptionUnitGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SubscriptionUnitGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

SubscriptionUnitGroupLinkRow.IdxSubscriptionUnitGroupLinkId

Class representing index 'IDXSubscriptionUnitGLId'.

SubscriptionUnitGroupLinkRows

User group link table for SubscriptionUnit, for MDO item hiding Collection of SubscriptionUnitGroupLinkRow. Each element of the collection represents one row in the SubscriptionUnitGroupLink table.

SubscriptionUnitGroupLinkRows.CustomSearch

Class representing a custom search against table 'SubscriptionUnitGroupLink'. Use this class to create a query that is pre-populated with the correct SubscriptionUnitGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SubscriptionUnitGroupLinkRows collection of matching rows.

SubscriptionUnitGroupLinkRows.IdxGroupId

Class representing index 'IDXSubscriptionUnitGLGroup_id'.

SubscriptionUnitGroupLinkRows.IdxSubscriptionUnitId

Class representing index 'IDXSubscriptionUnitGLSubscrip'.

SubscriptionUnitHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SubscriptionUnitHeadingLink table.

SubscriptionUnitHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch SubscriptionUnitHeadingLinkRecordData objects from the database, using the infrastructure

SubscriptionUnitHeadingLinkRow

Heading link table for SubscriptionUnit, for MDO item headings
Row Object for table 'SubscriptionUnitHeadingLink'. 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)

SubscriptionUnitHeadingLinkRow.CustomSearch

Class representing a custom search against table 'SubscriptionUnitHeadingLink'. Use this class to create a query that is pre-populated with the correct SubscriptionUnitHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SubscriptionUnitHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

SubscriptionUnitHeadingLinkRow.IdxSubscriptionUnitHeadingLinkId

Class representing index 'IDXSubscriptionUnitHLId'.

SubscriptionUnitHeadingLinkRows

Heading link table for SubscriptionUnit, for MDO item headings Collection of SubscriptionUnitHeadingLinkRow. Each element of the collection represents one row in the SubscriptionUnitHeadingLink table.

SubscriptionUnitHeadingLinkRows.CustomSearch

Class representing a custom search against table 'SubscriptionUnitHeadingLink'. Use this class to create a query that is pre-populated with the correct SubscriptionUnitHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SubscriptionUnitHeadingLinkRows collection of matching rows.

SubscriptionUnitHeadingLinkRows.IdxHeadingId

Class representing index 'IDXSubscriptionUnitHLHeading_'.

SubscriptionUnitHeadingLinkRows.IdxSubscriptionUnitId

Class representing index 'IDXSubscriptionUnitHLSubscrip'.

SubscriptionUnitRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SubscriptionUnit table.

SubscriptionUnitRecordDataExtensions

Extension methods to make it easy to fetch SubscriptionUnitRecordData objects from the database, using the infrastructure

SubscriptionUnitRow

The list of Subscription units, in the internal product register (year/quarter/month etc., or perhaps amounts if volume-based subscription)
Row Object for table 'SubscriptionUnit'. 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)

SubscriptionUnitRow.CustomSearch

Class representing a custom search against table 'SubscriptionUnit'. Use this class to create a query that is pre-populated with the correct SubscriptionUnitTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SubscriptionUnitRow. If your query matches more than one row in the database, the result will reflect the first row only.

SubscriptionUnitRow.IdxName

Class representing index 'IDXSubscriptionUnitName'.

SubscriptionUnitRow.IdxSubscriptionUnitId

Class representing index 'IDXSubscriptionUnitId'.

SubscriptionUnitRows

The list of Subscription units, in the internal product register (year/quarter/month etc., or perhaps amounts if volume-based subscription) Collection of SubscriptionUnitRow. Each element of the collection represents one row in the SubscriptionUnit table.

SubscriptionUnitRows.CustomSearch

Class representing a custom search against table 'SubscriptionUnit'. Use this class to create a query that is pre-populated with the correct SubscriptionUnitTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SubscriptionUnitRows collection of matching rows.

SuggestedAppointmentRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SuggestedAppointment table.

SuggestedAppointmentRecordDataExtensions

Extension methods to make it easy to fetch SuggestedAppointmentRecordData objects from the database, using the infrastructure

SuggestedAppointmentRow

Defines a suggested appointment for use in a Sale Guide or Project Guide
Row Object for table 'SuggestedAppointment'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SuggestedAppointmentRow.CustomSearch

Class representing a custom search against table 'SuggestedAppointment'. Use this class to create a query that is pre-populated with the correct SuggestedAppointmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SuggestedAppointmentRow. If your query matches more than one row in the database, the result will reflect the first row only.

SuggestedAppointmentRow.IdxSuggestedAppointmentId

Class representing index 'IDXSuggestedAppointmentId'.

SuggestedAppointmentRows

Defines a suggested appointment for use in a Sale Guide or Project Guide Collection of SuggestedAppointmentRow. Each element of the collection represents one row in the SuggestedAppointment table.

SuggestedAppointmentRows.CustomSearch

Class representing a custom search against table 'SuggestedAppointment'. Use this class to create a query that is pre-populated with the correct SuggestedAppointmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SuggestedAppointmentRows collection of matching rows.

SuggestedAppointmentRows.IdxName

Class representing index 'IDXSuggestedAppointmentName'.

SuggestedAppointmentRows.IdxProjectTypeStatusLinkId

Class representing index 'IDXSuggestedAppointmentProjec'.

SuggestedAppointmentRows.IdxSaleTypeStageLinkId

Class representing index 'IDXSuggestedAppointmentSaleTy'.

SuggestedDocumentRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SuggestedDocument table.

SuggestedDocumentRecordDataExtensions

Extension methods to make it easy to fetch SuggestedDocumentRecordData objects from the database, using the infrastructure

SuggestedDocumentRow

Unique owner of a set of licensed modules
Row Object for table 'SuggestedDocument'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SuggestedDocumentRow.CustomSearch

Class representing a custom search against table 'SuggestedDocument'. Use this class to create a query that is pre-populated with the correct SuggestedDocumentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SuggestedDocumentRow. If your query matches more than one row in the database, the result will reflect the first row only.

SuggestedDocumentRow.IdxSuggestedDocumentId

Class representing index 'IDXSuggestedDocumentId'.

SuggestedDocumentRows

Unique owner of a set of licensed modules Collection of SuggestedDocumentRow. Each element of the collection represents one row in the SuggestedDocument table.

SuggestedDocumentRows.CustomSearch

Class representing a custom search against table 'SuggestedDocument'. Use this class to create a query that is pre-populated with the correct SuggestedDocumentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SuggestedDocumentRows collection of matching rows.

SuggestedDocumentRows.IdxName

Class representing index 'IDXSuggestedDocumentName'.

SuggestedDocumentRows.IdxProjectTypeStatusLinkId

Class representing index 'IDXSuggestedDocumentProjectTy'.

SuggestedDocumentRows.IdxSaleTypeStageLinkId

Class representing index 'IDXSuggestedDocumentSaleTypeS'.

SuperListColumnSizeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SuperListColumnSize table.

SuperListColumnSizeRecordDataExtensions

Extension methods to make it easy to fetch SuperListColumnSizeRecordData objects from the database, using the infrastructure

SuperListColumnSizeRow

Stores the relative size (in percent) or in characters of a column in a SuperList
Row Object for table 'SuperListColumnSize'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SuperListColumnSizeRow.CustomSearch

Class representing a custom search against table 'SuperListColumnSize'. Use this class to create a query that is pre-populated with the correct SuperListColumnSizeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SuperListColumnSizeRow. If your query matches more than one row in the database, the result will reflect the first row only.

SuperListColumnSizeRow.IdxSuperListColumnSizeId

Class representing index 'IDXSuperListColumnSizeId'.

SuperListColumnSizeRows

Stores the relative size (in percent) or in characters of a column in a SuperList Collection of SuperListColumnSizeRow. Each element of the collection represents one row in the SuperListColumnSize table.

SuperListColumnSizeRows.CustomSearch

Class representing a custom search against table 'SuperListColumnSize'. Use this class to create a query that is pre-populated with the correct SuperListColumnSizeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SuperListColumnSizeRows collection of matching rows.

SuperListColumnSizeRows.IdxAssocId

Class representing index 'IAssoc_idListOwner'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SuperListColumnSizeRows.IdxAssocIdListOwner

Class representing index 'IAssoc_idListOwner'.

SWashingListRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_washing_list table.

SWashingListRecordDataExtensions

Extension methods to make it easy to fetch SWashingListRecordData objects from the database, using the infrastructure

SWashingListRow

Unused table that is ment to be used for active washing in spm v2
Row Object for table 's_washing_list'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SWashingListRow.CustomSearch

Class representing a custom search against table 's_washing_list'. Use this class to create a query that is pre-populated with the correct SWashingListTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SWashingListRow. If your query matches more than one row in the database, the result will reflect the first row only.

SWashingListRow.IdxSWashingListId

Class representing index 'IDXS_washing_listId'.

SWashingListRows

Unused table that is ment to be used for active washing in spm v2 Collection of SWashingListRow. Each element of the collection represents one row in the SWashingList table.

SWashingListRows.CustomSearch

Class representing a custom search against table 's_washing_list'. Use this class to create a query that is pre-populated with the correct SWashingListTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SWashingListRows collection of matching rows.

SWashingListRows.IdxListId

Class representing index 'IDXS_washing_listList_id'.

SWashingRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_washing table.

SWashingRecordDataExtensions

Extension methods to make it easy to fetch SWashingRecordData objects from the database, using the infrastructure

SWashingRow

Register of all bounced mail to enabel washing
Row Object for table 's_washing'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SWashingRow.CustomSearch

Class representing a custom search against table 's_washing'. Use this class to create a query that is pre-populated with the correct SWashingTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SWashingRow. If your query matches more than one row in the database, the result will reflect the first row only.

SWashingRow.IdxSWashingId

Class representing index 'IDXS_washingId'.

SWashingRows

Register of all bounced mail to enabel washing Collection of SWashingRow. Each element of the collection represents one row in the SWashing table.

SWashingRows.CustomSearch

Class representing a custom search against table 's_washing'. Use this class to create a query that is pre-populated with the correct SWashingTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SWashingRows collection of matching rows.

SystemEventRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SystemEvent table.

SystemEventRecordDataExtensions

Extension methods to make it easy to fetch SystemEventRecordData objects from the database, using the infrastructure

SystemEventRow

System events, such as freetext rebuild, SAINT rebuild and such. Makes broadcasts to keep its siblings and clients updated.
Row Object for table 'SystemEvent'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

SystemEventRow.CustomSearch

Class representing a custom search against table 'SystemEvent'. Use this class to create a query that is pre-populated with the correct SystemEventTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SystemEventRow. If your query matches more than one row in the database, the result will reflect the first row only.

SystemEventRow.IdxEventkeyScopeOwner

Class representing index 'IEventkeyScopeOwner'.

SystemEventRow.IdxSystemEventId

Class representing index 'IDXSystemEventId'.

SystemEventRows

System events, such as freetext rebuild, SAINT rebuild and such. Makes broadcasts to keep its siblings and clients updated. Collection of SystemEventRow. Each element of the collection represents one row in the SystemEvent table.

SystemEventRows.CustomSearch

Class representing a custom search against table 'SystemEvent'. Use this class to create a query that is pre-populated with the correct SystemEventTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SystemEventRows collection of matching rows.

SystemEventRows.IdxEventkey

Class representing index 'IEventkeyScopeOwner'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SystemEventRows.IdxEventkeyScope

Class representing index 'IEventkeyScopeOwner'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

SystemScriptRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the system_script table.

SystemScriptRecordDataExtensions

Extension methods to make it easy to fetch SystemScriptRecordData objects from the database, using the infrastructure

SystemScriptRow

A table containing the system script
Row Object for table 'system_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.

SystemScriptRow.CustomSearch

Class representing a custom search against table 'system_script'. Use this class to create a query that is pre-populated with the correct SystemScriptTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SystemScriptRow. If your query matches more than one row in the database, the result will reflect the first row only.

SystemScriptRow.IdxSystemScriptId

Class representing index 'IDXSystem_scriptId'.

SystemScriptRows

A table containing the system script Collection of SystemScriptRow. Each element of the collection represents one row in the SystemScript table.

SystemScriptRows.CustomSearch

Class representing a custom search against table 'system_script'. Use this class to create a query that is pre-populated with the correct SystemScriptTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a SystemScriptRows collection of matching rows.

TableRowBase

Summary description for TableBase.

TableRowLoadHandler

This class is used for fetching extra values from a row custom query where other tables and fields are joined into the query.

TableRowsBase

Summary description for TableCollectionBase.

TabOrderRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TabOrder table.

TabOrderRecordDataExtensions

Extension methods to make it easy to fetch TabOrderRecordData objects from the database, using the infrastructure

TabOrderRow

Order of tabs within a tab control, if configured by a user
Row Object for table 'TabOrder'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TabOrderRow.CustomSearch

Class representing a custom search against table 'TabOrder'. Use this class to create a query that is pre-populated with the correct TabOrderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TabOrderRow. If your query matches more than one row in the database, the result will reflect the first row only.

TabOrderRow.IdxTabOrderId

Class representing index 'IDXTabOrderId'.

TabOrderRows

Order of tabs within a tab control, if configured by a user Collection of TabOrderRow. Each element of the collection represents one row in the TabOrder table.

TabOrderRows.CustomSearch

Class representing a custom search against table 'TabOrder'. Use this class to create a query that is pre-populated with the correct TabOrderTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TabOrderRows collection of matching rows.

TabOrderRows.IdxAssociateId

Class representing index 'IAssociateIdTabName'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

TabOrderRows.IdxAssociateIdTabName

Class representing index 'IAssociateIdTabName'.

TagsGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TagsGroupLink table.

TagsGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch TagsGroupLinkRecordData objects from the database, using the infrastructure

TagsGroupLinkRow

User group link table for Tags, for MDO item hiding
Row Object for table 'TagsGroupLink'. 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)

TagsGroupLinkRow.CustomSearch

Class representing a custom search against table 'TagsGroupLink'. Use this class to create a query that is pre-populated with the correct TagsGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TagsGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

TagsGroupLinkRow.IdxTagsGroupLinkId

Class representing index 'IDXTagsGroupLinkId'.

TagsGroupLinkRows

User group link table for Tags, for MDO item hiding Collection of TagsGroupLinkRow. Each element of the collection represents one row in the TagsGroupLink table.

TagsGroupLinkRows.CustomSearch

Class representing a custom search against table 'TagsGroupLink'. Use this class to create a query that is pre-populated with the correct TagsGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TagsGroupLinkRows collection of matching rows.

TagsGroupLinkRows.IdxGroupId

Class representing index 'IDXTagsGroupLinkGroup_id'.

TagsGroupLinkRows.IdxTagsId

Class representing index 'IDXTagsGroupLinkTags_id'.

TagsHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TagsHeadingLink table.

TagsHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch TagsHeadingLinkRecordData objects from the database, using the infrastructure

TagsHeadingLinkRow

Heading link table for Source, for MDO headers
Row Object for table 'TagsHeadingLink'. 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)

TagsHeadingLinkRow.CustomSearch

Class representing a custom search against table 'TagsHeadingLink'. Use this class to create a query that is pre-populated with the correct TagsHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TagsHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

TagsHeadingLinkRow.IdxTagsHeadingLinkId

Class representing index 'IDXTagsHeadingLinkId'.

TagsHeadingLinkRows

Heading link table for Source, for MDO headers Collection of TagsHeadingLinkRow. Each element of the collection represents one row in the TagsHeadingLink table.

TagsHeadingLinkRows.CustomSearch

Class representing a custom search against table 'TagsHeadingLink'. Use this class to create a query that is pre-populated with the correct TagsHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TagsHeadingLinkRows collection of matching rows.

TagsHeadingLinkRows.IdxHeadingId

Class representing index 'IDXTagsHeadingLinkHeading_id'.

TagsHeadingLinkRows.IdxTagsId

Class representing index 'IDXTagsHeadingLinkTags_id'.

TagsRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Tags table.

TagsRecordDataExtensions

Extension methods to make it easy to fetch TagsRecordData objects from the database, using the infrastructure

TagsRow

MDO List of tags for Service entities
Row Object for table '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.
This table is an Editable MDO list; fields are writeable if you have list- or general admin rights (or superoffice code signature)

TagsRow.CustomSearch

Class representing a custom search against table 'Tags'. Use this class to create a query that is pre-populated with the correct TagsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TagsRow. If your query matches more than one row in the database, the result will reflect the first row only.

TagsRow.IdxName

Class representing index 'IDXTagsName'.

TagsRow.IdxTagsId

Class representing index 'IDXTagsId'.

TagsRows

MDO List of tags for Service entities Collection of TagsRow. Each element of the collection represents one row in the Tags table.

TagsRows.CustomSearch

Class representing a custom search against table 'Tags'. Use this class to create a query that is pre-populated with the correct TagsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TagsRows collection of matching rows.

TargetAssignmentInfoRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the target_assignment_info table.

TargetAssignmentInfoRecordDataExtensions

Extension methods to make it easy to fetch TargetAssignmentInfoRecordData objects from the database, using the infrastructure

TargetAssignmentInfoRow

Linking associate, company or user group target and other information with target values
Row Object for table 'target_assignment_info'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TargetAssignmentInfoRow.CustomSearch

Class representing a custom search against table 'target_assignment_info'. Use this class to create a query that is pre-populated with the correct TargetAssignmentInfoTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetAssignmentInfoRow. If your query matches more than one row in the database, the result will reflect the first row only.

TargetAssignmentInfoRow.IdxTargetAssignmentInfoId

Class representing index 'IDXTarget_assignment_infoId'.

TargetAssignmentInfoRows

Linking associate, company or user group target and other information with target values Collection of TargetAssignmentInfoRow. Each element of the collection represents one row in the TargetAssignmentInfo table.

TargetAssignmentInfoRows.CustomSearch

Class representing a custom search against table 'target_assignment_info'. Use this class to create a query that is pre-populated with the correct TargetAssignmentInfoTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetAssignmentInfoRows collection of matching rows.

TargetAssignmentInfoRows.IdxAssociateId

Class representing index 'IDXTarget_assignment_infoAsso'.

TargetAssignmentInfoRows.IdxContactId

Class representing index 'IDXTarget_assignment_infoCont'.

TargetAssignmentInfoRows.IdxUsergroupId

Class representing index 'IDXTarget_assignment_infoUser'.

TargetAssignmentValueRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the target_assignment_value table.

TargetAssignmentValueRecordDataExtensions

Extension methods to make it easy to fetch TargetAssignmentValueRecordData objects from the database, using the infrastructure

TargetAssignmentValueRow

A set of values linked to assignment info and a period in a target group.
Row Object for table 'target_assignment_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.

TargetAssignmentValueRow.CustomSearch

Class representing a custom search against table 'target_assignment_value'. Use this class to create a query that is pre-populated with the correct TargetAssignmentValueTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetAssignmentValueRow. If your query matches more than one row in the database, the result will reflect the first row only.

TargetAssignmentValueRow.IdxTargetAssignmentValueId

Class representing index 'IDXTarget_assignment_valueId'.

TargetAssignmentValueRows

A set of values linked to assignment info and a period in a target group. Collection of TargetAssignmentValueRow. Each element of the collection represents one row in the TargetAssignmentValue table.

TargetAssignmentValueRows.CustomSearch

Class representing a custom search against table 'target_assignment_value'. Use this class to create a query that is pre-populated with the correct TargetAssignmentValueTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetAssignmentValueRows collection of matching rows.

TargetChangeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the target_change table.

TargetChangeRecordDataExtensions

Extension methods to make it easy to fetch TargetChangeRecordData objects from the database, using the infrastructure

TargetChangeRow

A single field change.
Row Object for table 'target_change'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TargetChangeRow.CustomSearch

Class representing a custom search against table 'target_change'. Use this class to create a query that is pre-populated with the correct TargetChangeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetChangeRow. If your query matches more than one row in the database, the result will reflect the first row only.

TargetChangeRow.IdxTargetChangeId

Class representing index 'IDXTarget_changeId'.

TargetChangeRows

A single field change. Collection of TargetChangeRow. Each element of the collection represents one row in the TargetChange table.

TargetChangeRows.CustomSearch

Class representing a custom search against table 'target_change'. Use this class to create a query that is pre-populated with the correct TargetChangeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetChangeRows collection of matching rows.

TargetChangeRows.IdxTargetRevisionId

Class representing index 'IDXTarget_changeTarget_revisi'.

TargetDimensionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the target_dimension table.

TargetDimensionRecordDataExtensions

Extension methods to make it easy to fetch TargetDimensionRecordData objects from the database, using the infrastructure

TargetDimensionRow

Defining target dimension
Row Object for table 'target_dimension'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TargetDimensionRow.CustomSearch

Class representing a custom search against table 'target_dimension'. Use this class to create a query that is pre-populated with the correct TargetDimensionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetDimensionRow. If your query matches more than one row in the database, the result will reflect the first row only.

TargetDimensionRow.IdxTargetDimensionId

Class representing index 'IDXTarget_dimensionId'.

TargetDimensionRows

Defining target dimension Collection of TargetDimensionRow. Each element of the collection represents one row in the TargetDimension table.

TargetDimensionRows.CustomSearch

Class representing a custom search against table 'target_dimension'. Use this class to create a query that is pre-populated with the correct TargetDimensionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetDimensionRows collection of matching rows.

TargetDimensionRows.IdxEntityType

Class representing index 'IDXTarget_dimensionEntity_typ'.

TargetDimensionRows.IdxSelectedDimensions

Class representing index 'IDXTarget_dimensionSelected_d'.

TargetGroupRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the target_group table.

TargetGroupRecordDataExtensions

Extension methods to make it easy to fetch TargetGroupRecordData objects from the database, using the infrastructure

TargetGroupRow

Info about a set of (sales, project, selection...) targets
Row Object for table 'target_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.

TargetGroupRow.CustomSearch

Class representing a custom search against table 'target_group'. Use this class to create a query that is pre-populated with the correct TargetGroupTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetGroupRow. If your query matches more than one row in the database, the result will reflect the first row only.

TargetGroupRow.IdxTargetGroupId

Class representing index 'IDXTarget_groupId'.

TargetGroupRows

Info about a set of (sales, project, selection...) targets Collection of TargetGroupRow. Each element of the collection represents one row in the TargetGroup table.

TargetGroupRows.CustomSearch

Class representing a custom search against table 'target_group'. Use this class to create a query that is pre-populated with the correct TargetGroupTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetGroupRows collection of matching rows.

TargetPeriodRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the target_period table.

TargetPeriodRecordDataExtensions

Extension methods to make it easy to fetch TargetPeriodRecordData objects from the database, using the infrastructure

TargetPeriodRow

A set of periods linked with target amounts for users/usergroups and the target groups/years.
Row Object for table 'target_period'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TargetPeriodRow.CustomSearch

Class representing a custom search against table 'target_period'. Use this class to create a query that is pre-populated with the correct TargetPeriodTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetPeriodRow. If your query matches more than one row in the database, the result will reflect the first row only.

TargetPeriodRow.IdxTargetPeriodId

Class representing index 'IDXTarget_periodId'.

TargetPeriodRows

A set of periods linked with target amounts for users/usergroups and the target groups/years. Collection of TargetPeriodRow. Each element of the collection represents one row in the TargetPeriod table.

TargetPeriodRows.CustomSearch

Class representing a custom search against table 'target_period'. Use this class to create a query that is pre-populated with the correct TargetPeriodTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetPeriodRows collection of matching rows.

TargetRevisionHistoryRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the target_revision_history table.

TargetRevisionHistoryRecordDataExtensions

Extension methods to make it easy to fetch TargetRevisionHistoryRecordData objects from the database, using the infrastructure

TargetRevisionHistoryRow

Revision history info in case the original target group or assignment info was deleted
Row Object for table 'target_revision_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.

TargetRevisionHistoryRow.CustomSearch

Class representing a custom search against table 'target_revision_history'. Use this class to create a query that is pre-populated with the correct TargetRevisionHistoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetRevisionHistoryRow. If your query matches more than one row in the database, the result will reflect the first row only.

TargetRevisionHistoryRow.IdxTargetGroupId

Class representing index 'IDXTarget_revision_historyTar'.

TargetRevisionHistoryRow.IdxTargetRevisionHistoryId

Class representing index 'IDXTarget_revision_historyId'.

TargetRevisionHistoryRows

Revision history info in case the original target group or assignment info was deleted Collection of TargetRevisionHistoryRow. Each element of the collection represents one row in the TargetRevisionHistory table.

TargetRevisionHistoryRows.CustomSearch

Class representing a custom search against table 'target_revision_history'. Use this class to create a query that is pre-populated with the correct TargetRevisionHistoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetRevisionHistoryRows collection of matching rows.

TargetRevisionHistoryRows.IdxTargetAssignmentInfoId

Class representing index 'IDXTarget_revision_historyTar'.

TargetRevisionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the target_revision table.

TargetRevisionRecordDataExtensions

Extension methods to make it easy to fetch TargetRevisionRecordData objects from the database, using the infrastructure

TargetRevisionRow

One batch of changes made to targets
Row Object for table 'target_revision'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TargetRevisionRow.CustomSearch

Class representing a custom search against table 'target_revision'. Use this class to create a query that is pre-populated with the correct TargetRevisionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetRevisionRow. If your query matches more than one row in the database, the result will reflect the first row only.

TargetRevisionRow.IdxTargetRevisionId

Class representing index 'IDXTarget_revisionId'.

TargetRevisionRows

One batch of changes made to targets Collection of TargetRevisionRow. Each element of the collection represents one row in the TargetRevision table.

TargetRevisionRows.CustomSearch

Class representing a custom search against table 'target_revision'. Use this class to create a query that is pre-populated with the correct TargetRevisionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TargetRevisionRows collection of matching rows.

TargetRevisionRows.IdxAssignmentInfoId

Class representing index 'IDXTarget_revisionAssignment_'.

TaskGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TaskGroupLink table.

TaskGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch TaskGroupLinkRecordData objects from the database, using the infrastructure

TaskGroupLinkRow

User group link table for Task, for MDO item hiding
Row Object for table 'TaskGroupLink'. 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)

TaskGroupLinkRow.CustomSearch

Class representing a custom search against table 'TaskGroupLink'. Use this class to create a query that is pre-populated with the correct TaskGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TaskGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

TaskGroupLinkRow.IdxTaskgrouplinkId

Class representing index 'IDXTaskGLId'.

TaskGroupLinkRows

User group link table for Task, for MDO item hiding Collection of TaskGroupLinkRow. Each element of the collection represents one row in the TaskGroupLink table.

TaskGroupLinkRows.CustomSearch

Class representing a custom search against table 'TaskGroupLink'. Use this class to create a query that is pre-populated with the correct TaskGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TaskGroupLinkRows collection of matching rows.

TaskGroupLinkRows.IdxGroupId

Class representing index 'IDXTaskGLGroup_id'.

TaskGroupLinkRows.IdxTaskId

Class representing index 'IDXTaskGLTask_id'.

TaskHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TaskHeadingLink table.

TaskHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch TaskHeadingLinkRecordData objects from the database, using the infrastructure

TaskHeadingLinkRow

Heading link table for Task, for MDO headers
Row Object for table 'TaskHeadingLink'. 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)

TaskHeadingLinkRow.CustomSearch

Class representing a custom search against table 'TaskHeadingLink'. Use this class to create a query that is pre-populated with the correct TaskHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TaskHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

TaskHeadingLinkRow.IdxTaskheadinglinkId

Class representing index 'IDXTaskHLId'.

TaskHeadingLinkRows

Heading link table for Task, for MDO headers Collection of TaskHeadingLinkRow. Each element of the collection represents one row in the TaskHeadingLink table.

TaskHeadingLinkRows.CustomSearch

Class representing a custom search against table 'TaskHeadingLink'. Use this class to create a query that is pre-populated with the correct TaskHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TaskHeadingLinkRows collection of matching rows.

TaskHeadingLinkRows.IdxHeadingId

Class representing index 'IDXTaskHLHeading_id'.

TaskHeadingLinkRows.IdxTaskId

Class representing index 'IDXTaskHLTask_id'.

TaskMenuGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TaskMenuGroupLink table.

TaskMenuGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch TaskMenuGroupLinkRecordData objects from the database, using the infrastructure

TaskMenuGroupLinkRow

User group link table for TaskMenu, for MDO item hiding
Row Object for table 'TaskMenuGroupLink'. 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)

TaskMenuGroupLinkRow.CustomSearch

Class representing a custom search against table 'TaskMenuGroupLink'. Use this class to create a query that is pre-populated with the correct TaskMenuGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TaskMenuGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

TaskMenuGroupLinkRow.IdxTaskMenuGroupLinkId

Class representing index 'IDXTaskMenuGroupLinkId'.

TaskMenuGroupLinkRows

User group link table for TaskMenu, for MDO item hiding Collection of TaskMenuGroupLinkRow. Each element of the collection represents one row in the TaskMenuGroupLink table.

TaskMenuGroupLinkRows.CustomSearch

Class representing a custom search against table 'TaskMenuGroupLink'. Use this class to create a query that is pre-populated with the correct TaskMenuGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TaskMenuGroupLinkRows collection of matching rows.

TaskMenuGroupLinkRows.IdxGroupId

Class representing index 'IDXTaskMenuGroupLinkGroup_id'.

TaskMenuGroupLinkRows.IdxTaskMenuId

Class representing index 'IDXTaskMenuGroupLinkTaskMenu_'.

TaskMenuHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TaskMenuHeadingLink table.

TaskMenuHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch TaskMenuHeadingLinkRecordData objects from the database, using the infrastructure

TaskMenuHeadingLinkRow

Heading link table for TaskMenu, for MDO headers
Row Object for table 'TaskMenuHeadingLink'. 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)

TaskMenuHeadingLinkRow.CustomSearch

Class representing a custom search against table 'TaskMenuHeadingLink'. Use this class to create a query that is pre-populated with the correct TaskMenuHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TaskMenuHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

TaskMenuHeadingLinkRow.IdxTaskMenuHeadingLinkId

Class representing index 'IDXTaskMenuHeadingLinkId'.

TaskMenuHeadingLinkRows

Heading link table for TaskMenu, for MDO headers Collection of TaskMenuHeadingLinkRow. Each element of the collection represents one row in the TaskMenuHeadingLink table.

TaskMenuHeadingLinkRows.CustomSearch

Class representing a custom search against table 'TaskMenuHeadingLink'. Use this class to create a query that is pre-populated with the correct TaskMenuHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TaskMenuHeadingLinkRows collection of matching rows.

TaskMenuHeadingLinkRows.IdxHeadingId

Class representing index 'IDXTaskMenuHeadingLinkHeading'.

TaskMenuHeadingLinkRows.IdxTaskMenuId

Class representing index 'IDXTaskMenuHeadingLinkTaskMen'.

TaskMenuRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TaskMenu table.

TaskMenuRecordDataExtensions

Extension methods to make it easy to fetch TaskMenuRecordData objects from the database, using the infrastructure

TaskMenuRow

List items to merge into menues
Row Object for table 'TaskMenu'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TaskMenuRow.CustomSearch

Class representing a custom search against table 'TaskMenu'. Use this class to create a query that is pre-populated with the correct TaskMenuTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TaskMenuRow. If your query matches more than one row in the database, the result will reflect the first row only.

TaskMenuRow.IdxName

Class representing index 'IDXTaskMenuName'.

TaskMenuRow.IdxTaskMenuId

Class representing index 'IDXTaskMenuId'.

TaskMenuRows

List items to merge into menues Collection of TaskMenuRow. Each element of the collection represents one row in the TaskMenu table.

TaskMenuRows.CustomSearch

Class representing a custom search against table 'TaskMenu'. Use this class to create a query that is pre-populated with the correct TaskMenuTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TaskMenuRows collection of matching rows.

TaskRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Task table.

TaskRecordDataExtensions

Extension methods to make it easy to fetch TaskRecordData objects from the database, using the infrastructure

TaskRow

Task list table, activity types, like Phone, Meeting
Row Object for table 'Task'. 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)

TaskRow.CustomSearch

Class representing a custom search against table 'Task'. Use this class to create a query that is pre-populated with the correct TaskTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TaskRow. If your query matches more than one row in the database, the result will reflect the first row only.

TaskRow.IdxName

Class representing index 'IDXTaskName'.

TaskRow.IdxTaskId

Class representing index 'IDXTaskId'.

TaskRows

Task list table, activity types, like Phone, Meeting Collection of TaskRow. Each element of the collection represents one row in the Task table.

TaskRows.CustomSearch

Class representing a custom search against table 'Task'. Use this class to create a query that is pre-populated with the correct TaskTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TaskRows collection of matching rows.

TempDbLockRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the temp_db_lock table.

TempDbLockRecordDataExtensions

Extension methods to make it easy to fetch TempDbLockRecordData objects from the database, using the infrastructure

TempDbLockRow

Represents a temporary lock on a resource identified by table_id and key
Row Object for table 'temp_db_lock'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TempDbLockRow.CustomSearch

Class representing a custom search against table 'temp_db_lock'. Use this class to create a query that is pre-populated with the correct TempDbLockTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TempDbLockRow. If your query matches more than one row in the database, the result will reflect the first row only.

TempDbLockRow.IdxTempDbLockId

Class representing index 'IDXTemp_db_lockId'.

TempDbLockRows

Represents a temporary lock on a resource identified by table_id and key Collection of TempDbLockRow. Each element of the collection represents one row in the TempDbLock table.

TempDbLockRows.CustomSearch

Class representing a custom search against table 'temp_db_lock'. Use this class to create a query that is pre-populated with the correct TempDbLockTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TempDbLockRows collection of matching rows.

TempDbLockRows.IdxKey

Class representing index 'IDXTemp_db_lockKey'.

TempDbLockRows.IdxTableNumber

Class representing index 'IDXTemp_db_lockTable_number'.

TemporaryKeyRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TemporaryKey table.

TemporaryKeyRecordDataExtensions

Extension methods to make it easy to fetch TemporaryKeyRecordData objects from the database, using the infrastructure

TemporaryKeyRow

Temporary keys for lightweight authentications such as changing ones subscriptions
Row Object for table 'TemporaryKey'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TemporaryKeyRow.CustomSearch

Class representing a custom search against table 'TemporaryKey'. Use this class to create a query that is pre-populated with the correct TemporaryKeyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TemporaryKeyRow. If your query matches more than one row in the database, the result will reflect the first row only.

TemporaryKeyRow.IdxTemporaryKeyId

Class representing index 'IDXTemporaryKeyId'.

TemporaryKeyRows

Temporary keys for lightweight authentications such as changing ones subscriptions Collection of TemporaryKeyRow. Each element of the collection represents one row in the TemporaryKey table.

TemporaryKeyRows.CustomSearch

Class representing a custom search against table 'TemporaryKey'. Use this class to create a query that is pre-populated with the correct TemporaryKeyTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TemporaryKeyRows collection of matching rows.

TemporaryWordsRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the temporary_words table.

TemporaryWordsRecordDataExtensions

Extension methods to make it easy to fetch TemporaryWordsRecordData objects from the database, using the infrastructure

TemporaryWordsRow

This table is used as a temporary table, containing the words we want to search for in the FAQs
Row Object for table 'temporary_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.

TemporaryWordsRow.CustomSearch

Class representing a custom search against table 'temporary_words'. Use this class to create a query that is pre-populated with the correct TemporaryWordsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TemporaryWordsRow. If your query matches more than one row in the database, the result will reflect the first row only.

TemporaryWordsRow.IdxTemporaryWordsId

Class representing index 'IDXTemporary_wordsId'.

TemporaryWordsRows

This table is used as a temporary table, containing the words we want to search for in the FAQs Collection of TemporaryWordsRow. Each element of the collection represents one row in the TemporaryWords table.

TemporaryWordsRows.CustomSearch

Class representing a custom search against table 'temporary_words'. Use this class to create a query that is pre-populated with the correct TemporaryWordsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TemporaryWordsRows collection of matching rows.

TemporaryWordsRows.IdxWord

Class representing index 'IDXTemporary_wordsWord'.

TemporaryWordsRows.IdxWordLength

Class representing index 'IDXTemporary_wordsWord_length'.

TextRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the text table.

TextRecordDataExtensions

Extension methods to make it easy to fetch TextRecordData objects from the database, using the infrastructure

TextRow

Long text fields from all over the system
Row Object for table 'text'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TextRow.CustomSearch

Class representing a custom search against table 'text'. Use this class to create a query that is pre-populated with the correct TextTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TextRow. If your query matches more than one row in the database, the result will reflect the first row only.

TextRow.IdxTextId

Class representing index 'IDXTextId'.

TextRows

Long text fields from all over the system Collection of TextRow. Each element of the collection represents one row in the Text table.

TextRows.CustomSearch

Class representing a custom search against table 'text'. Use this class to create a query that is pre-populated with the correct TextTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TextRows collection of matching rows.

TextRows.IdxOwnerId

Class representing index 'IOwner_idType'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

TextRows.IdxOwnerIdType

Class representing index 'IOwner_idType'.

TextRows.IdxText

Class representing index 'IDXTextText'.

TicketAlertRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket_alert table.

TicketAlertRecordDataExtensions

Extension methods to make it easy to fetch TicketAlertRecordData objects from the database, using the infrastructure

TicketAlertRow

This table will contain ticket escalation levels. A ticket will be escalated along a 'chain' of these levels.
Row Object for table 'ticket_alert'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TicketAlertRow.CustomSearch

Class representing a custom search against table 'ticket_alert'. Use this class to create a query that is pre-populated with the correct TicketAlertTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketAlertRow. If your query matches more than one row in the database, the result will reflect the first row only.

TicketAlertRow.IdxTicketAlertId

Class representing index 'IDXTicket_alertId'.

TicketAlertRows

This table will contain ticket escalation levels. A ticket will be escalated along a 'chain' of these levels. Collection of TicketAlertRow. Each element of the collection represents one row in the TicketAlert table.

TicketAlertRows.CustomSearch

Class representing a custom search against table 'ticket_alert'. Use this class to create a query that is pre-populated with the correct TicketAlertTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketAlertRows collection of matching rows.

TicketAlertRows.IdxDelegateTo

Class representing index 'IDXTicket_alertDelegate_to'.

TicketAlertRows.IdxPriority

Class representing index 'IDXTicket_alertPriority'.

TicketAlertRows.IdxReplyTemplateIdCatmast

Class representing index 'IDXTicket_alertReply_template'.

TicketAlertRows.IdxReplyTemplateIdCatmastSms

Class representing index 'IDXTicket_alertReply_template'.

TicketAlertRows.IdxReplyTemplateIdCustomer

Class representing index 'IDXTicket_alertReply_template'.

TicketAlertRows.IdxReplyTemplateIdEmail

Class representing index 'IDXTicket_alertReply_template'.

TicketAlertRows.IdxReplyTemplateIdSms

Class representing index 'IDXTicket_alertReply_template'.

TicketAlertRows.IdxReplyTemplateIdUser

Class representing index 'IDXTicket_alertReply_template'.

TicketAlertRows.IdxReplyTemplateIdUserSms

Class representing index 'IDXTicket_alertReply_template'.

TicketAlertRows.IdxRtiCustomerSms

Class representing index 'IDXTicket_alertRti_customer_s'.

TicketAlertRows.IdxScriptId

Class representing index 'IDXTicket_alertScript_id'.

TicketAttachmentRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket_attachment table.

TicketAttachmentRecordDataExtensions

Extension methods to make it easy to fetch TicketAttachmentRecordData objects from the database, using the infrastructure

TicketAttachmentRow

This table connects an attachment to a message. It references the entry in the attachment table, and the message.
Row Object for table 'ticket_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.

TicketAttachmentRow.CustomSearch

Class representing a custom search against table 'ticket_attachment'. Use this class to create a query that is pre-populated with the correct TicketAttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketAttachmentRow. If your query matches more than one row in the database, the result will reflect the first row only.

TicketAttachmentRow.IdxTicketAttachmentId

Class representing index 'IDXTicket_attachmentId'.

TicketAttachmentRows

This table connects an attachment to a message. It references the entry in the attachment table, and the message. Collection of TicketAttachmentRow. Each element of the collection represents one row in the TicketAttachment table.

TicketAttachmentRows.CustomSearch

Class representing a custom search against table 'ticket_attachment'. Use this class to create a query that is pre-populated with the correct TicketAttachmentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketAttachmentRows collection of matching rows.

TicketAttachmentRows.IdxAttachmentId

Class representing index 'IDXTicket_attachmentAttachmen'.

TicketAttachmentRows.IdxMessageId

Class representing index 'IDXTicket_attachmentMessage_i'.

TicketCustomersRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket_customers table.

TicketCustomersRecordDataExtensions

Extension methods to make it easy to fetch TicketCustomersRecordData objects from the database, using the infrastructure

TicketCustomersRow

This table allows several customers to be connected to several tickets (many-to-many)
Row Object for table 'ticket_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.

TicketCustomersRow.CustomSearch

Class representing a custom search against table 'ticket_customers'. Use this class to create a query that is pre-populated with the correct TicketCustomersTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketCustomersRow. If your query matches more than one row in the database, the result will reflect the first row only.

TicketCustomersRow.IdxTicketCustomersId

Class representing index 'IDXTicket_customersId'.

TicketCustomersRows

This table allows several customers to be connected to several tickets (many-to-many) Collection of TicketCustomersRow. Each element of the collection represents one row in the TicketCustomers table.

TicketCustomersRows.CustomSearch

Class representing a custom search against table 'ticket_customers'. Use this class to create a query that is pre-populated with the correct TicketCustomersTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketCustomersRows collection of matching rows.

TicketCustomersRows.IdxCustomerId

Class representing index 'IDXTicket_customersCustomer_i'.

TicketCustomersRows.IdxTicketId

Class representing index 'IDXTicket_customersTicket_id'.

TicketCustomersRows.IdxTicketIdCustomerId

Class representing index 'ITicket_idCustomer_id'.

TicketLogActionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket_log_action table.

TicketLogActionRecordDataExtensions

Extension methods to make it easy to fetch TicketLogActionRecordData objects from the database, using the infrastructure

TicketLogActionRow

This table contains actions for the tickets.
Row Object for table 'ticket_log_action'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TicketLogActionRow.CustomSearch

Class representing a custom search against table 'ticket_log_action'. Use this class to create a query that is pre-populated with the correct TicketLogActionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketLogActionRow. If your query matches more than one row in the database, the result will reflect the first row only.

TicketLogActionRow.IdxTicketLogActionId

Class representing index 'IDXTicket_log_actionId'.

TicketLogActionRows

This table contains actions for the tickets. Collection of TicketLogActionRow. Each element of the collection represents one row in the TicketLogAction table.

TicketLogActionRows.CustomSearch

Class representing a custom search against table 'ticket_log_action'. Use this class to create a query that is pre-populated with the correct TicketLogActionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketLogActionRows collection of matching rows.

TicketLogActionRows.IdxCustomerId

Class representing index 'IDXTicket_log_actionCustomer_'.

TicketLogActionRows.IdxMessageId

Class representing index 'IDXTicket_log_actionMessage_i'.

TicketLogActionRows.IdxOrgTicketId

Class representing index 'IDXTicket_log_actionOrg_ticke'.

TicketLogActionRows.IdxTicketId

Class representing index 'IDXTicket_log_actionTicket_id'.

TicketLogActionRows.IdxUserId

Class representing index 'IDXTicket_log_actionUser_id'.

TicketLogChangeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket_log_change table.

TicketLogChangeRecordDataExtensions

Extension methods to make it easy to fetch TicketLogChangeRecordData objects from the database, using the infrastructure

TicketLogChangeRow

This table contains log entries for the tickets.
Row Object for table 'ticket_log_change'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TicketLogChangeRow.CustomSearch

Class representing a custom search against table 'ticket_log_change'. Use this class to create a query that is pre-populated with the correct TicketLogChangeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketLogChangeRow. If your query matches more than one row in the database, the result will reflect the first row only.

TicketLogChangeRow.IdxTicketLogChangeId

Class representing index 'IDXTicket_log_changeId'.

TicketLogChangeRows

This table contains log entries for the tickets. Collection of TicketLogChangeRow. Each element of the collection represents one row in the TicketLogChange table.

TicketLogChangeRows.CustomSearch

Class representing a custom search against table 'ticket_log_change'. Use this class to create a query that is pre-populated with the correct TicketLogChangeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketLogChangeRows collection of matching rows.

TicketLogChangeRows.IdxActionId

Class representing index 'IDXTicket_log_changeAction_id'.

TicketLogChangeRows.IdxExtraFieldId

Class representing index 'IDXTicket_log_changeExtra_fie'.

TicketLogChangeRows.IdxMessageId

Class representing index 'IDXTicket_log_changeMessage_i'.

TicketLogChangeRows.IdxTicketId

Class representing index 'IDXTicket_log_changeTicket_id'.

TicketLogRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket_log table.

TicketLogRecordDataExtensions

Extension methods to make it easy to fetch TicketLogRecordData objects from the database, using the infrastructure

TicketLogRow

This table contains log entries for the tickets.
Row Object for table 'ticket_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.

TicketLogRow.CustomSearch

Class representing a custom search against table 'ticket_log'. Use this class to create a query that is pre-populated with the correct TicketLogTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketLogRow. If your query matches more than one row in the database, the result will reflect the first row only.

TicketLogRow.IdxTicketLogId

Class representing index 'IDXTicket_logId'.

TicketLogRows

This table contains log entries for the tickets. Collection of TicketLogRow. Each element of the collection represents one row in the TicketLog table.

TicketLogRows.CustomSearch

Class representing a custom search against table 'ticket_log'. Use this class to create a query that is pre-populated with the correct TicketLogTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketLogRows collection of matching rows.

TicketLogRows.IdxLogCode

Class representing index 'IDXTicket_logLog_code'.

TicketLogRows.IdxLogWhatValue2

Class representing index 'IDXTicket_logLog_what_value2'.

TicketLogRows.IdxLogWhen

Class representing index 'IDXTicket_logLog_when'.

TicketLogRows.IdxTicketId

Class representing index 'IDXTicket_logTicket_id'.

TicketPriorityRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket_priority table.

TicketPriorityRecordDataExtensions

Extension methods to make it easy to fetch TicketPriorityRecordData objects from the database, using the infrastructure

TicketPriorityRow

This table contains the ticket priorities.
Row Object for table 'ticket_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.

TicketPriorityRow.CustomSearch

Class representing a custom search against table 'ticket_priority'. Use this class to create a query that is pre-populated with the correct TicketPriorityTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketPriorityRow. If your query matches more than one row in the database, the result will reflect the first row only.

TicketPriorityRow.IdxTicketPriorityId

Class representing index 'IDXTicket_priorityId'.

TicketPriorityRows

This table contains the ticket priorities. Collection of TicketPriorityRow. Each element of the collection represents one row in the TicketPriority table.

TicketPriorityRows.CustomSearch

Class representing a custom search against table 'ticket_priority'. Use this class to create a query that is pre-populated with the correct TicketPriorityTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketPriorityRows collection of matching rows.

TicketRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket table.

TicketRecordDataExtensions

Extension methods to make it easy to fetch TicketRecordData objects from the database, using the infrastructure

TicketRow

This table contains the tickets (requests) of the system. Its purpose should be evident.
Row Object for table 'ticket'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TicketRow.CustomSearch

Class representing a custom search against table 'ticket'. Use this class to create a query that is pre-populated with the correct TicketTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketRow. If your query matches more than one row in the database, the result will reflect the first row only.

TicketRow.IdxTicketId

Class representing index 'IDXTicketId'.

TicketRows

This table contains the tickets (requests) of the system. Its purpose should be evident. Collection of TicketRow. Each element of the collection represents one row in the Ticket table.

TicketRows.CustomSearch

Class representing a custom search against table 'ticket'. Use this class to create a query that is pre-populated with the correct TicketTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketRows collection of matching rows.

TicketRows.IdxAlertTimeout

Class representing index 'IDXTicketAlert_timeout'.

TicketRows.IdxCategory

Class representing index 'IDXTicketCategory'.

TicketRows.IdxConnectId

Class representing index 'IDXTicketConnect_id'.

TicketRows.IdxCreatedAt

Class representing index 'IDXTicketCreated_at'.

TicketRows.IdxCreatedBy

Class representing index 'IDXTicketCreated_by'.

TicketRows.IdxCreatedByWorkflowId

Class representing index 'IDXTicketCreated_by_workflow_'.

TicketRows.IdxCustId

Class representing index 'IDXTicketCust_id'.

TicketRows.IdxDbiAgentId

Class representing index 'IDXTicketDbi_agent_id'.

TicketRows.IdxDbiKey

Class representing index 'IDXTicketDbi_key'.

TicketRows.IdxDbiLastModified

Class representing index 'IDXTicketDbi_last_modified'.

TicketRows.IdxDbiLastSyncronized

Class representing index 'IDXTicketDbi_last_syncronized'.

TicketRows.IdxFilterId

Class representing index 'IDXTicketFilter_id'.

TicketRows.IdxOrigCategory

Class representing index 'IDXTicketOrig_category'.

TicketRows.IdxOrigPriority

Class representing index 'IDXTicketOrig_priority'.

TicketRows.IdxOwnedBy

Class representing index 'IDXTicketOwned_by'.

TicketRows.IdxPriority

Class representing index 'IDXTicketPriority'.

TicketRows.IdxReadStatus

Class representing index 'IDXTicketRead_status'.

TicketRows.IdxStatus

Class representing index 'IDXTicketStatus'.

TicketRows.IdxTags

Class representing index 'IDXTicketTags'.

TicketRows.IdxTicketStatus

Class representing index 'IDXTicketTicket_status'.

TicketRows.IdxTicketType

Class representing index 'IDXTicketTicket_type'.

TicketStatusHistoryRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket_status_history table.

TicketStatusHistoryRecordDataExtensions

Extension methods to make it easy to fetch TicketStatusHistoryRecordData objects from the database, using the infrastructure

TicketStatusHistoryRow

This table contains the history of a tickets statuses. Each time a ticket changes status a copy of the previous status of the record will be saved
Row Object for table 'ticket_status_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.

TicketStatusHistoryRow.CustomSearch

Class representing a custom search against table 'ticket_status_history'. Use this class to create a query that is pre-populated with the correct TicketStatusHistoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketStatusHistoryRow. If your query matches more than one row in the database, the result will reflect the first row only.

TicketStatusHistoryRow.IdxTicketStatusHistoryId

Class representing index 'IDXTicket_status_historyId'.

TicketStatusHistoryRows

This table contains the history of a tickets statuses. Each time a ticket changes status a copy of the previous status of the record will be saved Collection of TicketStatusHistoryRow. Each element of the collection represents one row in the TicketStatusHistory table.

TicketStatusHistoryRows.CustomSearch

Class representing a custom search against table 'ticket_status_history'. Use this class to create a query that is pre-populated with the correct TicketStatusHistoryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketStatusHistoryRows collection of matching rows.

TicketStatusHistoryRows.IdxTicketId

Class representing index 'IDXTicket_status_historyTicke'.

TicketStatusHistoryRows.IdxTicketStatus

Class representing index 'IDXTicket_status_historyTicke'.

TicketStatusRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket_status table.

TicketStatusRecordDataExtensions

Extension methods to make it easy to fetch TicketStatusRecordData objects from the database, using the infrastructure

TicketStatusRow

This table user defined ticket status values.
Row Object for table 'ticket_status'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TicketStatusRow.CustomSearch

Class representing a custom search against table 'ticket_status'. Use this class to create a query that is pre-populated with the correct TicketStatusTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketStatusRow. If your query matches more than one row in the database, the result will reflect the first row only.

TicketStatusRow.IdxTicketStatusId

Class representing index 'IDXTicket_statusId'.

TicketStatusRows

This table user defined ticket status values. Collection of TicketStatusRow. Each element of the collection represents one row in the TicketStatus table.

TicketStatusRows.CustomSearch

Class representing a custom search against table 'ticket_status'. Use this class to create a query that is pre-populated with the correct TicketStatusTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketStatusRows collection of matching rows.

TicketStatusRows.IdxStatus

Class representing index 'IDXTicket_statusStatus'.

TicketTypePriorityRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket_type_priority table.

TicketTypePriorityRecordDataExtensions

Extension methods to make it easy to fetch TicketTypePriorityRecordData objects from the database, using the infrastructure

TicketTypePriorityRow

Link table defining what Priorities are relevant to a particular Ticket type
Row Object for table 'ticket_type_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.

TicketTypePriorityRow.CustomSearch

Class representing a custom search against table 'ticket_type_priority'. Use this class to create a query that is pre-populated with the correct TicketTypePriorityTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketTypePriorityRow. If your query matches more than one row in the database, the result will reflect the first row only.

TicketTypePriorityRow.IdxTicketTypePriorityId

Class representing index 'IDXTicket_type_priorityId'.

TicketTypePriorityRows

Link table defining what Priorities are relevant to a particular Ticket type Collection of TicketTypePriorityRow. Each element of the collection represents one row in the TicketTypePriority table.

TicketTypePriorityRows.CustomSearch

Class representing a custom search against table 'ticket_type_priority'. Use this class to create a query that is pre-populated with the correct TicketTypePriorityTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketTypePriorityRows collection of matching rows.

TicketTypeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket_type table.

TicketTypeRecordDataExtensions

Extension methods to make it easy to fetch TicketTypeRecordData objects from the database, using the infrastructure

TicketTypeRow

A ticket (request) type
Row Object for table 'ticket_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.

TicketTypeRow.CustomSearch

Class representing a custom search against table 'ticket_type'. Use this class to create a query that is pre-populated with the correct TicketTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketTypeRow. If your query matches more than one row in the database, the result will reflect the first row only.

TicketTypeRow.IdxName

Class representing index 'IDXTicket_typeName'.

TicketTypeRow.IdxTicketTypeId

Class representing index 'IDXTicket_typeId'.

TicketTypeRows

A ticket (request) type Collection of TicketTypeRow. Each element of the collection represents one row in the TicketType table.

TicketTypeRows.CustomSearch

Class representing a custom search against table 'ticket_type'. Use this class to create a query that is pre-populated with the correct TicketTypeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketTypeRows collection of matching rows.

TicketTypeRows.IdxDefaultPriority

Class representing index 'IDXTicket_typeDefault_priorit'.

TicketTypeRows.IdxDefaultStatus

Class representing index 'IDXTicket_typeDefault_status'.

TicketTypeRows.IdxReplyTemplate

Class representing index 'IDXTicket_typeReply_template'.

TicketTypeRows.IdxVisibleForGroups

Class representing index 'IDXTicket_typeVisible_for_gro'.

TicketTypeStatusRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket_type_status table.

TicketTypeStatusRecordDataExtensions

Extension methods to make it easy to fetch TicketTypeStatusRecordData objects from the database, using the infrastructure

TicketTypeStatusRow

Link table defining what Statuses are relevant to a particular Ticket type
Row Object for table 'ticket_type_status'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TicketTypeStatusRow.CustomSearch

Class representing a custom search against table 'ticket_type_status'. Use this class to create a query that is pre-populated with the correct TicketTypeStatusTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketTypeStatusRow. If your query matches more than one row in the database, the result will reflect the first row only.

TicketTypeStatusRow.IdxTicketTypeStatusId

Class representing index 'IDXTicket_type_statusId'.

TicketTypeStatusRows

Link table defining what Statuses are relevant to a particular Ticket type Collection of TicketTypeStatusRow. Each element of the collection represents one row in the TicketTypeStatus table.

TicketTypeStatusRows.CustomSearch

Class representing a custom search against table 'ticket_type_status'. Use this class to create a query that is pre-populated with the correct TicketTypeStatusTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TicketTypeStatusRows collection of matching rows.

TimestampsRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the timestamps table.

TimestampsRecordDataExtensions

Extension methods to make it easy to fetch TimestampsRecordData objects from the database, using the infrastructure

TimestampsRow

Timestamp information
Row Object for table 'timestamps'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TimestampsRow.CustomSearch

Class representing a custom search against table 'timestamps'. Use this class to create a query that is pre-populated with the correct TimestampsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TimestampsRow. If your query matches more than one row in the database, the result will reflect the first row only.

TimestampsRow.IdxTimestampsId

Class representing index 'IDXTimestampsId'.

TimestampsRows

Timestamp information Collection of TimestampsRow. Each element of the collection represents one row in the Timestamps table.

TimestampsRows.CustomSearch

Class representing a custom search against table 'timestamps'. Use this class to create a query that is pre-populated with the correct TimestampsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TimestampsRows collection of matching rows.

TravelCurrentRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the travelcurrent table.

TravelCurrentRecordDataExtensions

Extension methods to make it easy to fetch TravelCurrentRecordData objects from the database, using the infrastructure

TravelCurrentRow

Information about this database and its place in the hierarchy
Row Object for table 'travelcurrent'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TravelCurrentRow.CustomSearch

Class representing a custom search against table 'travelcurrent'. Use this class to create a query that is pre-populated with the correct TravelCurrentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TravelCurrentRow. If your query matches more than one row in the database, the result will reflect the first row only.

TravelCurrentRow.IdxTravelcurrentId

Class representing index 'IDXTrcurId'.

TravelCurrentRows

Information about this database and its place in the hierarchy Collection of TravelCurrentRow. Each element of the collection represents one row in the TravelCurrent table.

TravelCurrentRows.CustomSearch

Class representing a custom search against table 'travelcurrent'. Use this class to create a query that is pre-populated with the correct TravelCurrentTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TravelCurrentRows collection of matching rows.

TravelGeneratedDatabaseRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the travelgenerateddatabase table.

TravelGeneratedDatabaseRecordDataExtensions

Extension methods to make it easy to fetch TravelGeneratedDatabaseRecordData objects from the database, using the infrastructure

TravelGeneratedDatabaseRow

Information about all databases generated from this database
Row Object for table 'travelgenerateddatabase'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TravelGeneratedDatabaseRow.CustomSearch

Class representing a custom search against table 'travelgenerateddatabase'. Use this class to create a query that is pre-populated with the correct TravelGeneratedDatabaseTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TravelGeneratedDatabaseRow. If your query matches more than one row in the database, the result will reflect the first row only.

TravelGeneratedDatabaseRow.IdxTravelgenerateddatabaseId

Class representing index 'IDXTrgdbId'.

TravelGeneratedDatabaseRows

Information about all databases generated from this database Collection of TravelGeneratedDatabaseRow. Each element of the collection represents one row in the TravelGeneratedDatabase table.

TravelGeneratedDatabaseRows.CustomSearch

Class representing a custom search against table 'travelgenerateddatabase'. Use this class to create a query that is pre-populated with the correct TravelGeneratedDatabaseTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TravelGeneratedDatabaseRows collection of matching rows.

TravelGeneratedTransactionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the travelgeneratedtransaction table.

TravelGeneratedTransactionRecordDataExtensions

Extension methods to make it easy to fetch TravelGeneratedTransactionRecordData objects from the database, using the infrastructure

TravelGeneratedTransactionRow

Record of all generated replication data files from this database (*.dwn files from mother database to child, *.up from child database to mother)
Row Object for table 'travelgeneratedtransaction'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TravelGeneratedTransactionRow.CustomSearch

Class representing a custom search against table 'travelgeneratedtransaction'. Use this class to create a query that is pre-populated with the correct TravelGeneratedTransactionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TravelGeneratedTransactionRow. If your query matches more than one row in the database, the result will reflect the first row only.

TravelGeneratedTransactionRow.IdxTravelgeneratedtransactionId

Class representing index 'IDXTrgtrId'.

TravelGeneratedTransactionRows

Record of all generated replication data files from this database (*.dwn files from mother database to child, *.up from child database to mother) Collection of TravelGeneratedTransactionRow. Each element of the collection represents one row in the TravelGeneratedTransaction table.

TravelGeneratedTransactionRows.CustomSearch

Class representing a custom search against table 'travelgeneratedtransaction'. Use this class to create a query that is pre-populated with the correct TravelGeneratedTransactionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TravelGeneratedTransactionRows collection of matching rows.

TravelGeneratedTransactionRows.IdxTransmissionnumber

Class representing index 'ITrnumTrav_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

TravelGeneratedTransactionRows.IdxTransmissionnumberTravelId

Class representing index 'ITrnumTrav_id'.

TravelGeneratedTransactionRows.IdxTravelId

Class representing index 'IDXTrgtrTrav_id'.

TravelIDMappingRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the travelidmapping table.

TravelIDMappingRecordDataExtensions

Extension methods to make it easy to fetch TravelIDMappingRecordData objects from the database, using the infrastructure

TravelIDMappingRow

Mapping of primary keys between Travel databases and the mother database All travel database transactions get a high id to be able to see that this entry came from a database outside the central database. When update files are read into the central database, they get a normal low id. This table remembers the high travel id to map it to the low central id as long as this travel user is travelling.
Row Object for table 'travelidmapping'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TravelIDMappingRow.CustomSearch

Class representing a custom search against table 'travelidmapping'. Use this class to create a query that is pre-populated with the correct TravelIDMappingTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TravelIDMappingRow. If your query matches more than one row in the database, the result will reflect the first row only.

TravelIDMappingRow.IdxTravelidmappingId

Class representing index 'IDXTrmapId'.

TravelIDMappingRows

Mapping of primary keys between Travel databases and the mother database All travel database transactions get a high id to be able to see that this entry came from a database outside the central database. When update files are read into the central database, they get a normal low id. This table remembers the high travel id to map it to the low central id as long as this travel user is travelling. Collection of TravelIDMappingRow. Each element of the collection represents one row in the TravelIDMapping table.

TravelIDMappingRows.CustomSearch

Class representing a custom search against table 'travelidmapping'. Use this class to create a query that is pre-populated with the correct TravelIDMappingTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TravelIDMappingRows collection of matching rows.

TravelIDMappingRows.IdxAssociateId

Class representing index 'IAssoc_idTabnoPar_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

TravelIDMappingRows.IdxAssociateIdTableNumber

Class representing index 'IAssoc_idTabnoPar_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

TravelIDMappingRows.IdxAssociateIdTableNumberParentId

Class representing index 'IAssoc_idTabnoPar_id'.

TravelIDMappingRows.IdxLocalId

Class representing index 'IDXTrmapLoc_id'.

TravellerRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the traveller table.

TravellerRecordDataExtensions

Extension methods to make it easy to fetch TravellerRecordData objects from the database, using the infrastructure

TravellerRow

Associates traveling out from this database
Row Object for table 'traveller'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TravellerRow.CustomSearch

Class representing a custom search against table 'traveller'. Use this class to create a query that is pre-populated with the correct TravellerTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TravellerRow. If your query matches more than one row in the database, the result will reflect the first row only.

TravellerRow.IdxTravellerId

Class representing index 'IDXTrlerId'.

TravellerRows

Associates traveling out from this database Collection of TravellerRow. Each element of the collection represents one row in the Traveller table.

TravellerRows.CustomSearch

Class representing a custom search against table 'traveller'. Use this class to create a query that is pre-populated with the correct TravellerTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TravellerRows collection of matching rows.

TravelTransactionLogRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the traveltransactionlog table.

TravelTransactionLogRecordDataExtensions

Extension methods to make it easy to fetch TravelTransactionLogRecordData objects from the database, using the infrastructure

TravelTransactionLogRow

Log of all updates made to the database, that need to be replicated.
Row Object for table 'traveltransactionlog'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TravelTransactionLogRow.CustomSearch

Class representing a custom search against table 'traveltransactionlog'. Use this class to create a query that is pre-populated with the correct TravelTransactionLogTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TravelTransactionLogRow. If your query matches more than one row in the database, the result will reflect the first row only.

TravelTransactionLogRow.IdxTraveltransactionlogId

Class representing index 'IDXTrlogId'.

TravelTransactionLogRows

Log of all updates made to the database, that need to be replicated. Collection of TravelTransactionLogRow. Each element of the collection represents one row in the TravelTransactionLog table.

TravelTransactionLogRows.CustomSearch

Class representing a custom search against table 'traveltransactionlog'. Use this class to create a query that is pre-populated with the correct TravelTransactionLogTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TravelTransactionLogRows collection of matching rows.

TravelTransactionLogRows.IdxTablenumber

Class representing index 'ITabnoRec_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

TravelTransactionLogRows.IdxTablenumberRecordId

Class representing index 'ITabnoRec_id'.

TravelTransactionLogRows.IdxTtime

Class representing index 'IDXTrlogTime'.

TravelTransactionLogRows.IdxType

Class representing index 'ITypeTabnoId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

TravelTransactionLogRows.IdxTypeTablenumber

Class representing index 'ITypeTabnoId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

TrayAppRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TrayApp table.

TrayAppRecordDataExtensions

Extension methods to make it easy to fetch TrayAppRecordData objects from the database, using the infrastructure

TrayAppRow

Tray application presence. SuperOffice CRM web extensions.
Row Object for table 'TrayApp'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TrayAppRow.CustomSearch

Class representing a custom search against table 'TrayApp'. Use this class to create a query that is pre-populated with the correct TrayAppTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TrayAppRow. If your query matches more than one row in the database, the result will reflect the first row only.

TrayAppRow.IdxGuid

Class representing index 'IDXTrayAppGuid'.

TrayAppRow.IdxTrayAppId

Class representing index 'IDXTrayAppId'.

TrayAppRows

Tray application presence. SuperOffice CRM web extensions. Collection of TrayAppRow. Each element of the collection represents one row in the TrayApp table.

TrayAppRows.CustomSearch

Class representing a custom search against table 'TrayApp'. Use this class to create a query that is pre-populated with the correct TrayAppTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TrayAppRows collection of matching rows.

TrayAppRows.IdxAssociateId

Class representing index 'IDXTrayAppAssociateId'.

TreeExplorerEntryRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the tree_explorer_entry table.

TreeExplorerEntryRecordDataExtensions

Extension methods to make it easy to fetch TreeExplorerEntryRecordData objects from the database, using the infrastructure

TreeExplorerEntryRow

This table stores the entries in a tree-explorer
Row Object for table 'tree_explorer_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.

TreeExplorerEntryRow.CustomSearch

Class representing a custom search against table 'tree_explorer_entry'. Use this class to create a query that is pre-populated with the correct TreeExplorerEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TreeExplorerEntryRow. If your query matches more than one row in the database, the result will reflect the first row only.

TreeExplorerEntryRow.IdxTreeExplorerEntryId

Class representing index 'IDXTree_explorer_entryId'.

TreeExplorerEntryRows

This table stores the entries in a tree-explorer Collection of TreeExplorerEntryRow. Each element of the collection represents one row in the TreeExplorerEntry table.

TreeExplorerEntryRows.CustomSearch

Class representing a custom search against table 'tree_explorer_entry'. Use this class to create a query that is pre-populated with the correct TreeExplorerEntryTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TreeExplorerEntryRows collection of matching rows.

TreeExplorerEntryRows.IdxExpandOrder

Class representing index 'IDXTree_explorer_entryExpand_'.

TreeExplorerEntryRows.IdxParentId

Class representing index 'IDXTree_explorer_entryParent_'.

TreeExplorerEntryRows.IdxSessionKey

Class representing index 'IDXTree_explorer_entrySession'.

TreeExplorerEntryRows.IdxTreeKey

Class representing index 'IDXTree_explorer_entryTree_ke'.

TreeExplorerLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the tree_explorer_link table.

TreeExplorerLinkRecordDataExtensions

Extension methods to make it easy to fetch TreeExplorerLinkRecordData objects from the database, using the infrastructure

TreeExplorerLinkRow

This table stores the link of entries in a tree-explorer
Row Object for table 'tree_explorer_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.

TreeExplorerLinkRow.CustomSearch

Class representing a custom search against table 'tree_explorer_link'. Use this class to create a query that is pre-populated with the correct TreeExplorerLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TreeExplorerLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

TreeExplorerLinkRow.IdxTreeExplorerLinkId

Class representing index 'IDXTree_explorer_linkId'.

TreeExplorerLinkRows

This table stores the link of entries in a tree-explorer Collection of TreeExplorerLinkRow. Each element of the collection represents one row in the TreeExplorerLink table.

TreeExplorerLinkRows.CustomSearch

Class representing a custom search against table 'tree_explorer_link'. Use this class to create a query that is pre-populated with the correct TreeExplorerLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TreeExplorerLinkRows collection of matching rows.

TreeExplorerLinkRows.IdxEntryId

Class representing index 'IDXTree_explorer_linkEntry_id'.

TreeExplorerLinkRows.IdxSessionKey

Class representing index 'IDXTree_explorer_linkSession_'.

TypicalSearchRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TypicalSearch table.

TypicalSearchRecordDataExtensions

Extension methods to make it easy to fetch TypicalSearchRecordData objects from the database, using the infrastructure

TypicalSearchRow

Owner of a set of predefined selection criteria
Row Object for table 'TypicalSearch'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TypicalSearchRow.CustomSearch

Class representing a custom search against table 'TypicalSearch'. Use this class to create a query that is pre-populated with the correct TypicalSearchTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TypicalSearchRow. If your query matches more than one row in the database, the result will reflect the first row only.

TypicalSearchRow.IdxTypicalSearchId

Class representing index 'IDXTypicalSearchId'.

TypicalSearchRows

Owner of a set of predefined selection criteria Collection of TypicalSearchRow. Each element of the collection represents one row in the TypicalSearch table.

TypicalSearchRows.CustomSearch

Class representing a custom search against table 'TypicalSearch'. Use this class to create a query that is pre-populated with the correct TypicalSearchTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TypicalSearchRows collection of matching rows.

TypicalSearchRows.IdxEntityName

Class representing index 'IEntityNameSource'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

TypicalSearchRows.IdxEntityNameSource

Class representing index 'IEntityNameSource'.

TZDstRuleRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TZDstRule table.

TZDstRuleRecordDataExtensions

Extension methods to make it easy to fetch TZDstRuleRecordData objects from the database, using the infrastructure

TZDstRuleRow

Time zone rule for daylight saving time
Row Object for table 'TZDstRule'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TZDstRuleRow.CustomSearch

Class representing a custom search against table 'TZDstRule'. Use this class to create a query that is pre-populated with the correct TZDstRuleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TZDstRuleRow. If your query matches more than one row in the database, the result will reflect the first row only.

TZDstRuleRow.IdxTZDstRuleId

Class representing index 'IDXTZDstRuleId'.

TZDstRuleRows

Time zone rule for daylight saving time Collection of TZDstRuleRow. Each element of the collection represents one row in the TZDstRule table.

TZDstRuleRows.CustomSearch

Class representing a custom search against table 'TZDstRule'. Use this class to create a query that is pre-populated with the correct TZDstRuleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TZDstRuleRows collection of matching rows.

TZDstRuleRows.IdxTZLocationId

Class representing index 'IDXTZDstRuleTZLocationId'.

TZLocationRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TZLocation table.

TZLocationRecordDataExtensions

Extension methods to make it easy to fetch TZLocationRecordData objects from the database, using the infrastructure

TZLocationRow

Time zone location
Row Object for table 'TZLocation'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TZLocationRow.CustomSearch

Class representing a custom search against table 'TZLocation'. Use this class to create a query that is pre-populated with the correct TZLocationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TZLocationRow. If your query matches more than one row in the database, the result will reflect the first row only.

TZLocationRow.IdxLocationCode

Class representing index 'IDXTZLocationLocationCode'.

TZLocationRow.IdxTZLocationId

Class representing index 'IDXTZLocationId'.

TZLocationRows

Time zone location Collection of TZLocationRow. Each element of the collection represents one row in the TZLocation table.

TZLocationRows.CustomSearch

Class representing a custom search against table 'TZLocation'. Use this class to create a query that is pre-populated with the correct TZLocationTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TZLocationRows collection of matching rows.

TZStdRuleRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TZStdRule table.

TZStdRuleRecordDataExtensions

Extension methods to make it easy to fetch TZStdRuleRecordData objects from the database, using the infrastructure

TZStdRuleRow

Time zone rule for standard time
Row Object for table 'TZStdRule'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

TZStdRuleRow.CustomSearch

Class representing a custom search against table 'TZStdRule'. Use this class to create a query that is pre-populated with the correct TZStdRuleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TZStdRuleRow. If your query matches more than one row in the database, the result will reflect the first row only.

TZStdRuleRow.IdxTZStdRuleId

Class representing index 'IDXTZStdRuleId'.

TZStdRuleRows

Time zone rule for standard time Collection of TZStdRuleRow. Each element of the collection represents one row in the TZStdRule table.

TZStdRuleRows.CustomSearch

Class representing a custom search against table 'TZStdRule'. Use this class to create a query that is pre-populated with the correct TZStdRuleTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a TZStdRuleRows collection of matching rows.

TZStdRuleRows.IdxTZLocationId

Class representing index 'IDXTZStdRuleTZLocationId'.

UDAppntLargeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the udappntlarge table.

UDAppntLargeRecordDataExtensions

Extension methods to make it easy to fetch UDAppntLargeRecordData objects from the database, using the infrastructure

UDAppntLargeRow

User-defined fields
Row Object for table 'udappntlarge'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDAppntLargeRow.CustomSearch

Class representing a custom search against table 'udappntlarge'. Use this class to create a query that is pre-populated with the correct UDAppntLargeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDAppntLargeRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDAppntLargeRow.IdxUdappntlargeId

Class representing index 'IDXUdAppntLargeId'.

UDAppntLargeRows

User-defined fields Collection of UDAppntLargeRow. Each element of the collection represents one row in the UDAppntLarge table.

UDAppntLargeRows.CustomSearch

Class representing a custom search against table 'udappntlarge'. Use this class to create a query that is pre-populated with the correct UDAppntLargeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDAppntLargeRows collection of matching rows.

UDAppntLargeRows.IdxString41

Class representing index 'IDXUdAppntLargeString41'.

UDAppntLargeRows.IdxString42

Class representing index 'IDXUdAppntLargeString42'.

UDAppntLargeRows.IdxString43

Class representing index 'IDXUdAppntLargeString43'.

UDAppntLargeRows.IdxString44

Class representing index 'IDXUdAppntLargeString44'.

UDAppntSmallRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the udappntsmall table.

UDAppntSmallRecordDataExtensions

Extension methods to make it easy to fetch UDAppntSmallRecordData objects from the database, using the infrastructure

UDAppntSmallRow

User-defined fields
Row Object for table 'udappntsmall'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDAppntSmallRow.CustomSearch

Class representing a custom search against table 'udappntsmall'. Use this class to create a query that is pre-populated with the correct UDAppntSmallTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDAppntSmallRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDAppntSmallRow.IdxUdappntsmallId

Class representing index 'IDXUdAppntSmallId'.

UDAppntSmallRows

User-defined fields Collection of UDAppntSmallRow. Each element of the collection represents one row in the UDAppntSmall table.

UDAppntSmallRows.CustomSearch

Class representing a custom search against table 'udappntsmall'. Use this class to create a query that is pre-populated with the correct UDAppntSmallTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDAppntSmallRows collection of matching rows.

UDAppntSmallRows.IdxDouble01

Class representing index 'IDXUdAppntSmallDouble01'.

UDAppntSmallRows.IdxDouble02

Class representing index 'IDXUdAppntSmallDouble02'.

UDAppntSmallRows.IdxDouble03

Class representing index 'IDXUdAppntSmallDouble03'.

UDAppntSmallRows.IdxDouble04

Class representing index 'IDXUdAppntSmallDouble04'.

UDAppntSmallRows.IdxLong01

Class representing index 'IDXUdAppntSmallLong01'.

UDAppntSmallRows.IdxLong02

Class representing index 'IDXUdAppntSmallLong02'.

UDAppntSmallRows.IdxLong03

Class representing index 'IDXUdAppntSmallLong03'.

UDAppntSmallRows.IdxLong04

Class representing index 'IDXUdAppntSmallLong04'.

UDAppntSmallRows.IdxString01

Class representing index 'IDXUdAppntSmallString01'.

UDAppntSmallRows.IdxString02

Class representing index 'IDXUdAppntSmallString02'.

UDAppntSmallRows.IdxString03

Class representing index 'IDXUdAppntSmallString03'.

UDAppntSmallRows.IdxString04

Class representing index 'IDXUdAppntSmallString04'.

UDContactLargeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the udcontactLarge table.

UDContactLargeRecordDataExtensions

Extension methods to make it easy to fetch UDContactLargeRecordData objects from the database, using the infrastructure

UDContactLargeRow

User-defined fields for contact (long strings)
Row Object for table 'udcontactLarge'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDContactLargeRow.CustomSearch

Class representing a custom search against table 'udcontactLarge'. Use this class to create a query that is pre-populated with the correct UDContactLargeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDContactLargeRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDContactLargeRow.IdxUdcontactLargeId

Class representing index 'IDXUdcontLargeId'.

UDContactLargeRows

User-defined fields for contact (long strings) Collection of UDContactLargeRow. Each element of the collection represents one row in the UDContactLarge table.

UDContactLargeRows.CustomSearch

Class representing a custom search against table 'udcontactLarge'. Use this class to create a query that is pre-populated with the correct UDContactLargeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDContactLargeRows collection of matching rows.

UDContactLargeRows.IdxString41

Class representing index 'IDXUdcontLargeString41'.

UDContactLargeRows.IdxString42

Class representing index 'IDXUdcontLargeString42'.

UDContactLargeRows.IdxString43

Class representing index 'IDXUdcontLargeString43'.

UDContactLargeRows.IdxString44

Class representing index 'IDXUdcontLargeString44'.

UDContactSmallRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the udcontactSmall table.

UDContactSmallRecordDataExtensions

Extension methods to make it easy to fetch UDContactSmallRecordData objects from the database, using the infrastructure

UDContactSmallRow

User-defined fields for contact
Row Object for table 'udcontactSmall'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDContactSmallRow.CustomSearch

Class representing a custom search against table 'udcontactSmall'. Use this class to create a query that is pre-populated with the correct UDContactSmallTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDContactSmallRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDContactSmallRow.IdxUdcontactSmallId

Class representing index 'IDXUdcontSmallId'.

UDContactSmallRows

User-defined fields for contact Collection of UDContactSmallRow. Each element of the collection represents one row in the UDContactSmall table.

UDContactSmallRows.CustomSearch

Class representing a custom search against table 'udcontactSmall'. Use this class to create a query that is pre-populated with the correct UDContactSmallTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDContactSmallRows collection of matching rows.

UDContactSmallRows.IdxDouble01

Class representing index 'IDXUdcontSmallDouble01'.

UDContactSmallRows.IdxDouble02

Class representing index 'IDXUdcontSmallDouble02'.

UDContactSmallRows.IdxDouble03

Class representing index 'IDXUdcontSmallDouble03'.

UDContactSmallRows.IdxDouble04

Class representing index 'IDXUdcontSmallDouble04'.

UDContactSmallRows.IdxLong01

Class representing index 'IDXUdcontSmallLong01'.

UDContactSmallRows.IdxLong02

Class representing index 'IDXUdcontSmallLong02'.

UDContactSmallRows.IdxLong03

Class representing index 'IDXUdcontSmallLong03'.

UDContactSmallRows.IdxLong04

Class representing index 'IDXUdcontSmallLong04'.

UDContactSmallRows.IdxString01

Class representing index 'IDXUdcontSmallString01'.

UDContactSmallRows.IdxString02

Class representing index 'IDXUdcontSmallString02'.

UDContactSmallRows.IdxString03

Class representing index 'IDXUdcontSmallString03'.

UDContactSmallRows.IdxString04

Class representing index 'IDXUdcontSmallString04'.

UDDocLargeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the uddoclarge table.

UDDocLargeRecordDataExtensions

Extension methods to make it easy to fetch UDDocLargeRecordData objects from the database, using the infrastructure

UDDocLargeRow

User-defined fields
Row Object for table 'uddoclarge'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDDocLargeRow.CustomSearch

Class representing a custom search against table 'uddoclarge'. Use this class to create a query that is pre-populated with the correct UDDocLargeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDDocLargeRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDDocLargeRow.IdxUddoclargeId

Class representing index 'IDXUdDocLargeId'.

UDDocLargeRows

User-defined fields Collection of UDDocLargeRow. Each element of the collection represents one row in the UDDocLarge table.

UDDocLargeRows.CustomSearch

Class representing a custom search against table 'uddoclarge'. Use this class to create a query that is pre-populated with the correct UDDocLargeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDDocLargeRows collection of matching rows.

UDDocLargeRows.IdxString41

Class representing index 'IDXUdDocLargeString41'.

UDDocLargeRows.IdxString42

Class representing index 'IDXUdDocLargeString42'.

UDDocLargeRows.IdxString43

Class representing index 'IDXUdDocLargeString43'.

UDDocLargeRows.IdxString44

Class representing index 'IDXUdDocLargeString44'.

UDDocSmallRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the uddocsmall table.

UDDocSmallRecordDataExtensions

Extension methods to make it easy to fetch UDDocSmallRecordData objects from the database, using the infrastructure

UDDocSmallRow

User-defined fields
Row Object for table 'uddocsmall'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDDocSmallRow.CustomSearch

Class representing a custom search against table 'uddocsmall'. Use this class to create a query that is pre-populated with the correct UDDocSmallTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDDocSmallRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDDocSmallRow.IdxUddocsmallId

Class representing index 'IDXUdDocSmallId'.

UDDocSmallRows

User-defined fields Collection of UDDocSmallRow. Each element of the collection represents one row in the UDDocSmall table.

UDDocSmallRows.CustomSearch

Class representing a custom search against table 'uddocsmall'. Use this class to create a query that is pre-populated with the correct UDDocSmallTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDDocSmallRows collection of matching rows.

UDDocSmallRows.IdxDouble01

Class representing index 'IDXUdDocSmallDouble01'.

UDDocSmallRows.IdxDouble02

Class representing index 'IDXUdDocSmallDouble02'.

UDDocSmallRows.IdxDouble03

Class representing index 'IDXUdDocSmallDouble03'.

UDDocSmallRows.IdxDouble04

Class representing index 'IDXUdDocSmallDouble04'.

UDDocSmallRows.IdxLong01

Class representing index 'IDXUdDocSmallLong01'.

UDDocSmallRows.IdxLong02

Class representing index 'IDXUdDocSmallLong02'.

UDDocSmallRows.IdxLong03

Class representing index 'IDXUdDocSmallLong03'.

UDDocSmallRows.IdxLong04

Class representing index 'IDXUdDocSmallLong04'.

UDDocSmallRows.IdxString01

Class representing index 'IDXUdDocSmallString01'.

UDDocSmallRows.IdxString02

Class representing index 'IDXUdDocSmallString02'.

UDDocSmallRows.IdxString03

Class representing index 'IDXUdDocSmallString03'.

UDDocSmallRows.IdxString04

Class representing index 'IDXUdDocSmallString04'.

UDefFieldAdminCache

Udef fields cache for unpublished fields

UDefFieldCache

Udef field cache for published fields

UDefFieldCacheBase

UDefFieldCacheBase.PageOneFieldInfo

Value class for the page one dictionary, contains a field definition and its corresponding page one line number.

UDefFieldGLRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the UDefFieldGL table.

UDefFieldGLRecordDataExtensions

Extension methods to make it easy to fetch UDefFieldGLRecordData objects from the database, using the infrastructure

UDefFieldGLRow

User group link table for UDefField, for MDO item hiding
Row Object for table 'UDefFieldGL'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDefFieldGLRow.CustomSearch

Class representing a custom search against table 'UDefFieldGL'. Use this class to create a query that is pre-populated with the correct UDefFieldGLTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDefFieldGLRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDefFieldGLRow.IdxUDefFieldGLId

Class representing index 'IDXUDefFieldGLId'.

UDefFieldGLRows

User group link table for UDefField, for MDO item hiding Collection of UDefFieldGLRow. Each element of the collection represents one row in the UDefFieldGL table.

UDefFieldGLRows.CustomSearch

Class representing a custom search against table 'UDefFieldGL'. Use this class to create a query that is pre-populated with the correct UDefFieldGLTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDefFieldGLRows collection of matching rows.

UDefFieldGLRows.IdxGroupId

Class representing index 'IDXUDefFieldGLGroup_id'.

UDefFieldGLRows.IdxUDefFieldId

Class representing index 'IDXUDefFieldGLUDefFieldId'.

UDefFieldRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the UDefField table.

UDefFieldRecordDataExtensions

Extension methods to make it easy to fetch UDefFieldRecordData objects from the database, using the infrastructure

UDefFieldRow

Definition table for user-defined fields; one row in this table corresponds to one generation of one field. The user defined fields that are in use, and earlier versions of user defined fields. ColumnId refers to the field type; see UDXXXSmall or UDXXXLarge for the referring ID. Preferences prefsection='System', prefkey='CurrentUdefVersioncontact' (or CurrentUdefVersionperson, project, sale), gives you the current version of user defined fields. prefkey='AdminUdefVersion<...>' gives you the current version that's being edited. If Current version = admin version, no editing has been done since the last Publish of user defined field was performed.
Row Object for table 'UDefField'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDefFieldRow.CustomSearch

Class representing a custom search against table 'UDefField'. Use this class to create a query that is pre-populated with the correct UDefFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDefFieldRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDefFieldRow.IdxUDefFieldId

Class representing index 'IDXUDefFieldId'.

UDefFieldRows

Definition table for user-defined fields; one row in this table corresponds to one generation of one field. The user defined fields that are in use, and earlier versions of user defined fields. ColumnId refers to the field type; see UDXXXSmall or UDXXXLarge for the referring ID. Preferences prefsection='System', prefkey='CurrentUdefVersioncontact' (or CurrentUdefVersionperson, project, sale), gives you the current version of user defined fields. prefkey='AdminUdefVersion<...>' gives you the current version that's being edited. If Current version = admin version, no editing has been done since the last Publish of user defined field was performed. Collection of UDefFieldRow. Each element of the collection represents one row in the UDefField table.

UDefFieldRows.CustomSearch

Class representing a custom search against table 'UDefField'. Use this class to create a query that is pre-populated with the correct UDefFieldTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDefFieldRows collection of matching rows.

UDefFieldRows.IdxOwnerTableId

Class representing index 'IDXUDefFieldOwnerTable_id'.

UDListDefinitionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the UDListDefinition table.

UDListDefinitionRecordDataExtensions

Extension methods to make it easy to fetch UDListDefinitionRecordData objects from the database, using the infrastructure

UDListDefinitionRow

List table that contains the list of user-defined lists, as well as system-defined lists. The list items are stored in the UDList table.
Row Object for table 'UDListDefinition'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDListDefinitionRow.CustomSearch

Class representing a custom search against table 'UDListDefinition'. Use this class to create a query that is pre-populated with the correct UDListDefinitionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDListDefinitionRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDListDefinitionRow.IdxName

Class representing index 'IDXUDListDefName'.

UDListDefinitionRow.IdxUDListDefinitionId

Class representing index 'IDXUDListDefId'.

UDListDefinitionRows

List table that contains the list of user-defined lists, as well as system-defined lists. The list items are stored in the UDList table. Collection of UDListDefinitionRow. Each element of the collection represents one row in the UDListDefinition table.

UDListDefinitionRows.CustomSearch

Class representing a custom search against table 'UDListDefinition'. Use this class to create a query that is pre-populated with the correct UDListDefinitionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDListDefinitionRows collection of matching rows.

UDListGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the UDListGroupLink table.

UDListGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch UDListGroupLinkRecordData objects from the database, using the infrastructure

UDListGroupLinkRow

User group link table for UDList, for MDO item hiding. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others.
Row Object for table 'UDListGroupLink'. 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)

UDListGroupLinkRow.CustomSearch

Class representing a custom search against table 'UDListGroupLink'. Use this class to create a query that is pre-populated with the correct UDListGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDListGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDListGroupLinkRow.IdxUdlistgrouplinkId

Class representing index 'IDXUDListGLId'.

UDListGroupLinkRows

User group link table for UDList, for MDO item hiding. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others. Collection of UDListGroupLinkRow. Each element of the collection represents one row in the UDListGroupLink table.

UDListGroupLinkRows.CustomSearch

Class representing a custom search against table 'UDListGroupLink'. Use this class to create a query that is pre-populated with the correct UDListGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDListGroupLinkRows collection of matching rows.

UDListGroupLinkRows.IdxGroupId

Class representing index 'IDXUDListGLGroup_id'.

UDListGroupLinkRows.IdxUDListId

Class representing index 'IDXUDListGLUdlist_id'.

UDListHeadingLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the UDListHeadingLink table.

UDListHeadingLinkRecordDataExtensions

Extension methods to make it easy to fetch UDListHeadingLinkRecordData objects from the database, using the infrastructure

UDListHeadingLinkRow

Heading link table for UDList, for MDO headers. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others.
Row Object for table 'UDListHeadingLink'. 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)

UDListHeadingLinkRow.CustomSearch

Class representing a custom search against table 'UDListHeadingLink'. Use this class to create a query that is pre-populated with the correct UDListHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDListHeadingLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDListHeadingLinkRow.IdxUdlistheadinglinkId

Class representing index 'IDXUDListHLId'.

UDListHeadingLinkRows

Heading link table for UDList, for MDO headers. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others. Collection of UDListHeadingLinkRow. Each element of the collection represents one row in the UDListHeadingLink table.

UDListHeadingLinkRows.CustomSearch

Class representing a custom search against table 'UDListHeadingLink'. Use this class to create a query that is pre-populated with the correct UDListHeadingLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDListHeadingLinkRows collection of matching rows.

UDListHeadingLinkRows.IdxHeadingId

Class representing index 'IDXUDListHLHeading_id'.

UDListHeadingLinkRows.IdxUDListId

Class representing index 'IDXUDListHLUdlist_id'.

UDListRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the UDList table.

UDListRecordDataExtensions

Extension methods to make it easy to fetch UDListRecordData objects from the database, using the infrastructure

UDListRow

List table for user-defined lists, contains all user-defined lists. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others.
Row Object for table 'UDList'. 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)

UDListRow.CustomSearch

Class representing a custom search against table 'UDList'. Use this class to create a query that is pre-populated with the correct UDListTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDListRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDListRow.IdxUDListId

Class representing index 'IDXUDListId'.

UDListRows

List table for user-defined lists, contains all user-defined lists. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others. Collection of UDListRow. Each element of the collection represents one row in the UDList table.

UDListRows.CustomSearch

Class representing a custom search against table 'UDList'. Use this class to create a query that is pre-populated with the correct UDListTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDListRows collection of matching rows.

UDListRows.IdxName

Class representing index 'IDXUDListName'.

UDPersonLargeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the udpersonLarge table.

UDPersonLargeRecordDataExtensions

Extension methods to make it easy to fetch UDPersonLargeRecordData objects from the database, using the infrastructure

UDPersonLargeRow

User-defined fields
Row Object for table 'udpersonLarge'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDPersonLargeRow.CustomSearch

Class representing a custom search against table 'udpersonLarge'. Use this class to create a query that is pre-populated with the correct UDPersonLargeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDPersonLargeRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDPersonLargeRow.IdxUdpersonLargeId

Class representing index 'IDXUdpersLargeId'.

UDPersonLargeRows

User-defined fields Collection of UDPersonLargeRow. Each element of the collection represents one row in the UDPersonLarge table.

UDPersonLargeRows.CustomSearch

Class representing a custom search against table 'udpersonLarge'. Use this class to create a query that is pre-populated with the correct UDPersonLargeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDPersonLargeRows collection of matching rows.

UDPersonLargeRows.IdxString41

Class representing index 'IDXUdpersLargeString41'.

UDPersonLargeRows.IdxString42

Class representing index 'IDXUdpersLargeString42'.

UDPersonLargeRows.IdxString43

Class representing index 'IDXUdpersLargeString43'.

UDPersonLargeRows.IdxString44

Class representing index 'IDXUdpersLargeString44'.

UDPersonSmallRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the udpersonSmall table.

UDPersonSmallRecordDataExtensions

Extension methods to make it easy to fetch UDPersonSmallRecordData objects from the database, using the infrastructure

UDPersonSmallRow

User-defined fields
Row Object for table 'udpersonSmall'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDPersonSmallRow.CustomSearch

Class representing a custom search against table 'udpersonSmall'. Use this class to create a query that is pre-populated with the correct UDPersonSmallTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDPersonSmallRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDPersonSmallRow.IdxUdpersonSmallId

Class representing index 'IDXUdpersSmallId'.

UDPersonSmallRows

User-defined fields Collection of UDPersonSmallRow. Each element of the collection represents one row in the UDPersonSmall table.

UDPersonSmallRows.CustomSearch

Class representing a custom search against table 'udpersonSmall'. Use this class to create a query that is pre-populated with the correct UDPersonSmallTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDPersonSmallRows collection of matching rows.

UDPersonSmallRows.IdxDouble01

Class representing index 'IDXUdpersSmallDouble01'.

UDPersonSmallRows.IdxDouble02

Class representing index 'IDXUdpersSmallDouble02'.

UDPersonSmallRows.IdxDouble03

Class representing index 'IDXUdpersSmallDouble03'.

UDPersonSmallRows.IdxDouble04

Class representing index 'IDXUdpersSmallDouble04'.

UDPersonSmallRows.IdxLong01

Class representing index 'IDXUdpersSmallLong01'.

UDPersonSmallRows.IdxLong02

Class representing index 'IDXUdpersSmallLong02'.

UDPersonSmallRows.IdxLong03

Class representing index 'IDXUdpersSmallLong03'.

UDPersonSmallRows.IdxLong04

Class representing index 'IDXUdpersSmallLong04'.

UDPersonSmallRows.IdxString01

Class representing index 'IDXUdpersSmallString01'.

UDPersonSmallRows.IdxString02

Class representing index 'IDXUdpersSmallString02'.

UDPersonSmallRows.IdxString03

Class representing index 'IDXUdpersSmallString03'.

UDPersonSmallRows.IdxString04

Class representing index 'IDXUdpersSmallString04'.

UDProjectLargeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the udprojectLarge table.

UDProjectLargeRecordDataExtensions

Extension methods to make it easy to fetch UDProjectLargeRecordData objects from the database, using the infrastructure

UDProjectLargeRow

User-defined fields. During conversion of user defined fields the data is stored in this table.
Row Object for table 'udprojectLarge'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDProjectLargeRow.CustomSearch

Class representing a custom search against table 'udprojectLarge'. Use this class to create a query that is pre-populated with the correct UDProjectLargeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDProjectLargeRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDProjectLargeRow.IdxUdprojectLargeId

Class representing index 'IDXUdprojLargeId'.

UDProjectLargeRows

User-defined fields. During conversion of user defined fields the data is stored in this table. Collection of UDProjectLargeRow. Each element of the collection represents one row in the UDProjectLarge table.

UDProjectLargeRows.CustomSearch

Class representing a custom search against table 'udprojectLarge'. Use this class to create a query that is pre-populated with the correct UDProjectLargeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDProjectLargeRows collection of matching rows.

UDProjectLargeRows.IdxString41

Class representing index 'IDXUdprojLargeString41'.

UDProjectLargeRows.IdxString42

Class representing index 'IDXUdprojLargeString42'.

UDProjectLargeRows.IdxString43

Class representing index 'IDXUdprojLargeString43'.

UDProjectLargeRows.IdxString44

Class representing index 'IDXUdprojLargeString44'.

UDProjectSmallRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the udprojectSmall table.

UDProjectSmallRecordDataExtensions

Extension methods to make it easy to fetch UDProjectSmallRecordData objects from the database, using the infrastructure

UDProjectSmallRow

User-defined fields
Row Object for table 'udprojectSmall'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDProjectSmallRow.CustomSearch

Class representing a custom search against table 'udprojectSmall'. Use this class to create a query that is pre-populated with the correct UDProjectSmallTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDProjectSmallRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDProjectSmallRow.IdxUdprojectSmallId

Class representing index 'IDXUdprojSmallId'.

UDProjectSmallRows

User-defined fields Collection of UDProjectSmallRow. Each element of the collection represents one row in the UDProjectSmall table.

UDProjectSmallRows.CustomSearch

Class representing a custom search against table 'udprojectSmall'. Use this class to create a query that is pre-populated with the correct UDProjectSmallTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDProjectSmallRows collection of matching rows.

UDProjectSmallRows.IdxDouble01

Class representing index 'IDXUdprojSmallDouble01'.

UDProjectSmallRows.IdxDouble02

Class representing index 'IDXUdprojSmallDouble02'.

UDProjectSmallRows.IdxDouble03

Class representing index 'IDXUdprojSmallDouble03'.

UDProjectSmallRows.IdxDouble04

Class representing index 'IDXUdprojSmallDouble04'.

UDProjectSmallRows.IdxLong01

Class representing index 'IDXUdprojSmallLong01'.

UDProjectSmallRows.IdxLong02

Class representing index 'IDXUdprojSmallLong02'.

UDProjectSmallRows.IdxLong03

Class representing index 'IDXUdprojSmallLong03'.

UDProjectSmallRows.IdxLong04

Class representing index 'IDXUdprojSmallLong04'.

UDProjectSmallRows.IdxString01

Class representing index 'IDXUdprojSmallString01'.

UDProjectSmallRows.IdxString02

Class representing index 'IDXUdprojSmallString02'.

UDProjectSmallRows.IdxString03

Class representing index 'IDXUdprojSmallString03'.

UDProjectSmallRows.IdxString04

Class representing index 'IDXUdprojSmallString04'.

UDSaleLargeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the udsalelarge table.

UDSaleLargeRecordDataExtensions

Extension methods to make it easy to fetch UDSaleLargeRecordData objects from the database, using the infrastructure

UDSaleLargeRow

User-defined fields
Row Object for table 'udsalelarge'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDSaleLargeRow.CustomSearch

Class representing a custom search against table 'udsalelarge'. Use this class to create a query that is pre-populated with the correct UDSaleLargeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDSaleLargeRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDSaleLargeRow.IdxUdsalelargeId

Class representing index 'IDXUdSaleLargeId'.

UDSaleLargeRows

User-defined fields Collection of UDSaleLargeRow. Each element of the collection represents one row in the UDSaleLarge table.

UDSaleLargeRows.CustomSearch

Class representing a custom search against table 'udsalelarge'. Use this class to create a query that is pre-populated with the correct UDSaleLargeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDSaleLargeRows collection of matching rows.

UDSaleLargeRows.IdxString41

Class representing index 'IDXUdSaleLargeString41'.

UDSaleLargeRows.IdxString42

Class representing index 'IDXUdSaleLargeString42'.

UDSaleLargeRows.IdxString43

Class representing index 'IDXUdSaleLargeString43'.

UDSaleLargeRows.IdxString44

Class representing index 'IDXUdSaleLargeString44'.

UDSaleSmallRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the udsalesmall table.

UDSaleSmallRecordDataExtensions

Extension methods to make it easy to fetch UDSaleSmallRecordData objects from the database, using the infrastructure

UDSaleSmallRow

User-defined fields
Row Object for table 'udsalesmall'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDSaleSmallRow.CustomSearch

Class representing a custom search against table 'udsalesmall'. Use this class to create a query that is pre-populated with the correct UDSaleSmallTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDSaleSmallRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDSaleSmallRow.IdxUdsalesmallId

Class representing index 'IDXUdSaleSmallId'.

UDSaleSmallRows

User-defined fields Collection of UDSaleSmallRow. Each element of the collection represents one row in the UDSaleSmall table.

UDSaleSmallRows.CustomSearch

Class representing a custom search against table 'udsalesmall'. Use this class to create a query that is pre-populated with the correct UDSaleSmallTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDSaleSmallRows collection of matching rows.

UDSaleSmallRows.IdxDouble01

Class representing index 'IDXUdSaleSmallDouble01'.

UDSaleSmallRows.IdxDouble02

Class representing index 'IDXUdSaleSmallDouble02'.

UDSaleSmallRows.IdxDouble03

Class representing index 'IDXUdSaleSmallDouble03'.

UDSaleSmallRows.IdxDouble04

Class representing index 'IDXUdSaleSmallDouble04'.

UDSaleSmallRows.IdxLong01

Class representing index 'IDXUdSaleSmallLong01'.

UDSaleSmallRows.IdxLong02

Class representing index 'IDXUdSaleSmallLong02'.

UDSaleSmallRows.IdxLong03

Class representing index 'IDXUdSaleSmallLong03'.

UDSaleSmallRows.IdxLong04

Class representing index 'IDXUdSaleSmallLong04'.

UDSaleSmallRows.IdxString01

Class representing index 'IDXUdSaleSmallString01'.

UDSaleSmallRows.IdxString02

Class representing index 'IDXUdSaleSmallString02'.

UDSaleSmallRows.IdxString03

Class representing index 'IDXUdSaleSmallString03'.

UDSaleSmallRows.IdxString04

Class representing index 'IDXUdSaleSmallString04'.

UDTempLargeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the udtempLarge table.

UDTempLargeRecordDataExtensions

Extension methods to make it easy to fetch UDTempLargeRecordData objects from the database, using the infrastructure

UDTempLargeRow

User-defined fields
Row Object for table 'udtempLarge'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDTempLargeRow.CustomSearch

Class representing a custom search against table 'udtempLarge'. Use this class to create a query that is pre-populated with the correct UDTempLargeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDTempLargeRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDTempLargeRow.IdxUdtempLargeId

Class representing index 'IDXUdtempLargeId'.

UDTempLargeRows

User-defined fields Collection of UDTempLargeRow. Each element of the collection represents one row in the UDTempLarge table.

UDTempLargeRows.CustomSearch

Class representing a custom search against table 'udtempLarge'. Use this class to create a query that is pre-populated with the correct UDTempLargeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDTempLargeRows collection of matching rows.

UDTempSmallRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the udtempSmall table.

UDTempSmallRecordDataExtensions

Extension methods to make it easy to fetch UDTempSmallRecordData objects from the database, using the infrastructure

UDTempSmallRow

User-defined fields. During conversion of user defined fields the data is stored in this table.
Row Object for table 'udtempSmall'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UDTempSmallRow.CustomSearch

Class representing a custom search against table 'udtempSmall'. Use this class to create a query that is pre-populated with the correct UDTempSmallTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDTempSmallRow. If your query matches more than one row in the database, the result will reflect the first row only.

UDTempSmallRow.IdxUdtempSmallId

Class representing index 'IDXUdtempSmallId'.

UDTempSmallRows

User-defined fields. During conversion of user defined fields the data is stored in this table. Collection of UDTempSmallRow. Each element of the collection represents one row in the UDTempSmall table.

UDTempSmallRows.CustomSearch

Class representing a custom search against table 'udtempSmall'. Use this class to create a query that is pre-populated with the correct UDTempSmallTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UDTempSmallRows collection of matching rows.

URLRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the URL table.

URLRecordDataExtensions

Extension methods to make it easy to fetch URLRecordData objects from the database, using the infrastructure

URLRow

Unified Resource Locators, URL to contacts, persons or projects.
Row Object for table 'URL'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

URLRow.CustomSearch

Class representing a custom search against table 'URL'. Use this class to create a query that is pre-populated with the correct URLTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a URLRow. If your query matches more than one row in the database, the result will reflect the first row only.

URLRow.IdxUrlId

Class representing index 'IDXURLId'.

URLRows

Unified Resource Locators, URL to contacts, persons or projects. Collection of URLRow. Each element of the collection represents one row in the URL table.

URLRows.CustomSearch

Class representing a custom search against table 'URL'. Use this class to create a query that is pre-populated with the correct URLTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a URLRows collection of matching rows.

URLRows.IdxContactId

Class representing index 'IDXURLContact_id'.

URLRows.IdxPersonId

Class representing index 'IDXURLPerson_id'.

URLRows.IdxProjectId

Class representing index 'IDXURLProject_id'.

URLRows.IdxRank

Class representing index 'IDXURLRank'.

URLRows.IdxReservedId1

Class representing index 'IDXURLReserved_id1'.

URLRows.IdxReservedId2

Class representing index 'IDXURLReserved_id2'.

URLRows.IdxUrlAddress

Class representing index 'IDXURLUrl_address'.

UsageStatsRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the UsageStats table.

UsageStatsRecordDataExtensions

Extension methods to make it easy to fetch UsageStatsRecordData objects from the database, using the infrastructure

UsageStatsRow

Usage statistics
Row Object for table 'UsageStats'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UsageStatsRow.CustomSearch

Class representing a custom search against table 'UsageStats'. Use this class to create a query that is pre-populated with the correct UsageStatsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UsageStatsRow. If your query matches more than one row in the database, the result will reflect the first row only.

UsageStatsRow.IdxUsageStatsId

Class representing index 'IDXUsageStatsId'.

UsageStatsRows

Usage statistics Collection of UsageStatsRow. Each element of the collection represents one row in the UsageStats table.

UsageStatsRows.CustomSearch

Class representing a custom search against table 'UsageStats'. Use this class to create a query that is pre-populated with the correct UsageStatsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UsageStatsRows collection of matching rows.

UsageStatsRows.IdxAssocId

Class representing index 'IDXUsageStatsAssoc_id'.

UserAttributeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the user_attribute table.

UserAttributeRecordDataExtensions

Extension methods to make it easy to fetch UserAttributeRecordData objects from the database, using the infrastructure

UserAttributeRow

This table is used for storing various attributes for users.
Row Object for table 'user_attribute'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UserAttributeRow.CustomSearch

Class representing a custom search against table 'user_attribute'. Use this class to create a query that is pre-populated with the correct UserAttributeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UserAttributeRow. If your query matches more than one row in the database, the result will reflect the first row only.

UserAttributeRow.IdxUserAttributeId

Class representing index 'IDXUser_attributeId'.

UserAttributeRows

This table is used for storing various attributes for users. Collection of UserAttributeRow. Each element of the collection represents one row in the UserAttribute table.

UserAttributeRows.CustomSearch

Class representing a custom search against table 'user_attribute'. Use this class to create a query that is pre-populated with the correct UserAttributeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UserAttributeRows collection of matching rows.

UserAttributeRows.IdxAttKey

Class representing index 'IDXUser_attributeAtt_key'.

UserAttributeRows.IdxUserId

Class representing index 'IDXUser_attributeUser_id'.

UserCandidateRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the user_candidate table.

UserCandidateRecordDataExtensions

Extension methods to make it easy to fetch UserCandidateRecordData objects from the database, using the infrastructure

UserCandidateRow

This table will hold user candidate secrets
Row Object for table 'user_candidate'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UserCandidateRow.CustomSearch

Class representing a custom search against table 'user_candidate'. Use this class to create a query that is pre-populated with the correct UserCandidateTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UserCandidateRow. If your query matches more than one row in the database, the result will reflect the first row only.

UserCandidateRow.IdxUserCandidateId

Class representing index 'IDXUser_candidateId'.

UserCandidateRows

This table will hold user candidate secrets Collection of UserCandidateRow. Each element of the collection represents one row in the UserCandidate table.

UserCandidateRows.CustomSearch

Class representing a custom search against table 'user_candidate'. Use this class to create a query that is pre-populated with the correct UserCandidateTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UserCandidateRows collection of matching rows.

UserCandidateRows.IdxPersonId

Class representing index 'IDXUser_candidatePerson_id'.

UserCandidateRows.IdxSecretKey

Class representing index 'IDXUser_candidateSecret_key'.

UserGroupLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the UserGroupLink table.

UserGroupLinkRecordDataExtensions

Extension methods to make it easy to fetch UserGroupLinkRecordData objects from the database, using the infrastructure

UserGroupLinkRow

Link table between associate and usergroup, specifies secondary group membership. From SIX an associate may belong to more than one usergroup. Http://techdoc.superoffice.com has more information about how roles are implemented.
Row Object for table 'UserGroupLink'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UserGroupLinkRow.CustomSearch

Class representing a custom search against table 'UserGroupLink'. Use this class to create a query that is pre-populated with the correct UserGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UserGroupLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

UserGroupLinkRow.IdxUserGroupLinkId

Class representing index 'IDXUserGroupLinkId'.

UserGroupLinkRows

Link table between associate and usergroup, specifies secondary group membership. From SIX an associate may belong to more than one usergroup. Http://techdoc.superoffice.com has more information about how roles are implemented. Collection of UserGroupLinkRow. Each element of the collection represents one row in the UserGroupLink table.

UserGroupLinkRows.CustomSearch

Class representing a custom search against table 'UserGroupLink'. Use this class to create a query that is pre-populated with the correct UserGroupLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UserGroupLinkRows collection of matching rows.

UserGroupLinkRows.IdxAssocId

Class representing index 'IDXUserGroupLinkAssoc_id'.

UserGroupLinkRows.IdxUserGroupId

Class representing index 'IDXUserGroupLinkUserGroup_id'.

UserGroupRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the UserGroup table.

UserGroupRecordDataExtensions

Extension methods to make it easy to fetch UserGroupRecordData objects from the database, using the infrastructure

UserGroupRow

Secondary user groups
Row Object for table 'UserGroup'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UserGroupRow.CustomSearch

Class representing a custom search against table 'UserGroup'. Use this class to create a query that is pre-populated with the correct UserGroupTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UserGroupRow. If your query matches more than one row in the database, the result will reflect the first row only.

UserGroupRow.IdxName

Class representing index 'IDXUserGroupName'.

UserGroupRow.IdxUserGroupId

Class representing index 'IDXUserGroupId'.

UserGroupRows

Secondary user groups Collection of UserGroupRow. Each element of the collection represents one row in the UserGroup table.

UserGroupRows.CustomSearch

Class representing a custom search against table 'UserGroup'. Use this class to create a query that is pre-populated with the correct UserGroupTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UserGroupRows collection of matching rows.

UserPreferenceRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the UserPreference table.

UserPreferenceRecordDataExtensions

Extension methods to make it easy to fetch UserPreferenceRecordData objects from the database, using the infrastructure

UserPreferenceRow

Preference system. If deflevel is set to 5; the user may change the preferences
Row Object for table 'UserPreference'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UserPreferenceRow.CustomSearch

Class representing a custom search against table 'UserPreference'. Use this class to create a query that is pre-populated with the correct UserPreferenceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UserPreferenceRow. If your query matches more than one row in the database, the result will reflect the first row only.

UserPreferenceRow.IdxUserpreferenceId

Class representing index 'IDXUserPrefId'.

UserPreferenceRows

Preference system. If deflevel is set to 5; the user may change the preferences Collection of UserPreferenceRow. Each element of the collection represents one row in the UserPreference table.

UserPreferenceRows.CustomSearch

Class representing a custom search against table 'UserPreference'. Use this class to create a query that is pre-populated with the correct UserPreferenceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UserPreferenceRows collection of matching rows.

UserPreferenceRows.IdxDeflevel

Class representing index 'IDXUserPrefDeflevel'.

UserPreferenceRows.IdxOwnerId

Class representing index 'IDXUserPrefOwner_id'.

UserPreferenceRows.IdxPrefkey

Class representing index 'IDXUserPrefPrefkey'.

UserPreferenceRows.IdxPrefsection

Class representing index 'IDXUserPrefPrefsection'.

UserPreferenceRows.IdxPrefsectionPrefkey

Class representing index 'IPrefsectionPrefkeyDeflevelOw'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

UserPreferenceRows.IdxPrefsectionPrefkeyDeflevel

Class representing index 'IPrefsectionPrefkeyDeflevelOw'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

UserPreferenceRows.IdxPrefsectionPrefkeyDeflevelOwnerId

Class representing index 'IPrefsectionPrefkeyDeflevelOw'.

UserRoleLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the UserRoleLink table.

UserRoleLinkRecordDataExtensions

Extension methods to make it easy to fetch UserRoleLinkRecordData objects from the database, using the infrastructure

UserRoleLinkRow

Link between user role and user
Row Object for table 'UserRoleLink'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

UserRoleLinkRow.CustomSearch

Class representing a custom search against table 'UserRoleLink'. Use this class to create a query that is pre-populated with the correct UserRoleLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UserRoleLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

UserRoleLinkRow.IdxUserRoleLinkId

Class representing index 'IDXUserRoleLinkId'.

UserRoleLinkRows

Link between user role and user Collection of UserRoleLinkRow. Each element of the collection represents one row in the UserRoleLink table.

UserRoleLinkRows.CustomSearch

Class representing a custom search against table 'UserRoleLink'. Use this class to create a query that is pre-populated with the correct UserRoleLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a UserRoleLinkRows collection of matching rows.

ValidationRule

Base class for the validation rule.

VisibleForRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the VisibleFor table.

VisibleForRecordDataExtensions

Extension methods to make it easy to fetch VisibleForRecordData objects from the database, using the infrastructure

VisibleForRow

Visible for rights, who may see this appointment/document, sale, salehist or selection
Row Object for table 'VisibleFor'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

VisibleForRow.CustomSearch

Class representing a custom search against table 'VisibleFor'. Use this class to create a query that is pre-populated with the correct VisibleForTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a VisibleForRow. If your query matches more than one row in the database, the result will reflect the first row only.

VisibleForRow.IdxVisibleForId

Class representing index 'IDXVisibleForId'.

VisibleForRows

Visible for rights, who may see this appointment/document, sale, salehist or selection Collection of VisibleForRow. Each element of the collection represents one row in the VisibleFor table.

VisibleForRows.CustomSearch

Class representing a custom search against table 'VisibleFor'. Use this class to create a query that is pre-populated with the correct VisibleForTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a VisibleForRows collection of matching rows.

VisibleForRows.IdxAppointmentId

Class representing index 'IDXVisibleForAppointmentId'.

VisibleForRows.IdxRecordId

Class representing index 'IRecordIdTableId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

VisibleForRows.IdxRecordIdTableId

Class representing index 'IRecordIdTableId'.

VisibleForRows.IdxSaleHistId

Class representing index 'IDXVisibleForSaleHistId'.

VisibleForRows.IdxSaleId

Class representing index 'IDXVisibleForSaleId'.

VisibleForRows.IdxSelectionId

Class representing index 'IDXVisibleForSelectionId'.

VisibleForRows.IdxTableId

Class representing index 'ITableIdRecordIdForAllForGrou'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

VisibleForRows.IdxTableIdRecordId

Class representing index 'ITableIdRecordIdForAllForGrou'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

VisibleForRows.IdxTableIdRecordIdForAll

Class representing index 'ITableIdRecordIdForAllForGrou'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

VisibleForRows.IdxTableIdRecordIdForAllForGroupId

Class representing index 'ITableIdRecordIdForAllForGrou'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

VisibleForRows.IdxTableIdRecordIdForAllForGroupIdForAssocId

Class representing index 'ITableIdRecordIdForAllForGrou'.

WebAppUsageRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the WebAppUsage table.

WebAppUsageRecordDataExtensions

Extension methods to make it easy to fetch WebAppUsageRecordData objects from the database, using the infrastructure

WebAppUsageRow

Usage statistics for web applications
Row Object for table 'WebAppUsage'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

WebAppUsageRow.CustomSearch

Class representing a custom search against table 'WebAppUsage'. Use this class to create a query that is pre-populated with the correct WebAppUsageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WebAppUsageRow. If your query matches more than one row in the database, the result will reflect the first row only.

WebAppUsageRow.IdxWebAppUsageId

Class representing index 'IDXWebAppUsageId'.

WebAppUsageRows

Usage statistics for web applications Collection of WebAppUsageRow. Each element of the collection represents one row in the WebAppUsage table.

WebAppUsageRows.CustomSearch

Class representing a custom search against table 'WebAppUsage'. Use this class to create a query that is pre-populated with the correct WebAppUsageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WebAppUsageRows collection of matching rows.

WebAppUsageRows.IdxViewState

Class representing index 'IViewStateTimestampAssocId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

WebAppUsageRows.IdxViewStateTimestamp

Class representing index 'IViewStateTimestampAssocId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

WebAppUsageRows.IdxViewStateTimestampAssocId

Class representing index 'IViewStateTimestampAssocId'.

WebhookRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Webhook table.

WebhookRecordDataExtensions

Extension methods to make it easy to fetch WebhookRecordData objects from the database, using the infrastructure

WebhookRow

Webhook URL to call when events occur in the client or in NetServer. Also tracks call+error statistics.
Row Object for table 'Webhook'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

WebhookRow.CustomSearch

Class representing a custom search against table 'Webhook'. Use this class to create a query that is pre-populated with the correct WebhookTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WebhookRow. If your query matches more than one row in the database, the result will reflect the first row only.

WebhookRow.IdxWebhookId

Class representing index 'IDXWebhookId'.

WebhookRows

Webhook URL to call when events occur in the client or in NetServer. Also tracks call+error statistics. Collection of WebhookRow. Each element of the collection represents one row in the Webhook table.

WebhookRows.CustomSearch

Class representing a custom search against table 'Webhook'. Use this class to create a query that is pre-populated with the correct WebhookTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WebhookRows collection of matching rows.

WebhookUsageRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the Webhook_usage table.

WebhookUsageRecordDataExtensions

Extension methods to make it easy to fetch WebhookUsageRecordData objects from the database, using the infrastructure

WebhookUsageRow

Webhook usage statistics - tracks call+error statistics. Same primary key as the webhook.
Row Object for table 'Webhook_usage'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

WebhookUsageRow.CustomSearch

Class representing a custom search against table 'Webhook_usage'. Use this class to create a query that is pre-populated with the correct WebhookUsageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WebhookUsageRow. If your query matches more than one row in the database, the result will reflect the first row only.

WebhookUsageRow.IdxWebhookUsageId

Class representing index 'IDXWebhook_usageId'.

WebhookUsageRows

Webhook usage statistics - tracks call+error statistics. Same primary key as the webhook. Collection of WebhookUsageRow. Each element of the collection represents one row in the WebhookUsage table.

WebhookUsageRows.CustomSearch

Class representing a custom search against table 'Webhook_usage'. Use this class to create a query that is pre-populated with the correct WebhookUsageTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WebhookUsageRows collection of matching rows.

WinPosSizeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the WinPosSize table.

WinPosSizeRecordDataExtensions

Extension methods to make it easy to fetch WinPosSizeRecordData objects from the database, using the infrastructure

WinPosSizeRow

Stores the position and size of each window, so they can be shown in the same place again
Row Object for table 'WinPosSize'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

WinPosSizeRow.CustomSearch

Class representing a custom search against table 'WinPosSize'. Use this class to create a query that is pre-populated with the correct WinPosSizeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WinPosSizeRow. If your query matches more than one row in the database, the result will reflect the first row only.

WinPosSizeRow.IdxWinPosSizeId

Class representing index 'IDXWinPosSizeId'.

WinPosSizeRows

Stores the position and size of each window, so they can be shown in the same place again Collection of WinPosSizeRow. Each element of the collection represents one row in the WinPosSize table.

WinPosSizeRows.CustomSearch

Class representing a custom search against table 'WinPosSize'. Use this class to create a query that is pre-populated with the correct WinPosSizeTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WinPosSizeRows collection of matching rows.

WinPosSizeRows.IdxAssocId

Class representing index 'IAssoc_idOwner'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

WinPosSizeRows.IdxAssocIdOwner

Class representing index 'IAssoc_idOwner'.

WordRelationsRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the word_relations table.

WordRelationsRecordDataExtensions

Extension methods to make it easy to fetch WordRelationsRecordData objects from the database, using the infrastructure

WordRelationsRow

This table shows which word are used in which FAQ entry, and how many times they are used in each
Row Object for table 'word_relations'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

WordRelationsRow.CustomSearch

Class representing a custom search against table 'word_relations'. Use this class to create a query that is pre-populated with the correct WordRelationsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WordRelationsRow. If your query matches more than one row in the database, the result will reflect the first row only.

WordRelationsRow.IdxWordRelationsId

Class representing index 'IDXWord_relationsId'.

WordRelationsRows

This table shows which word are used in which FAQ entry, and how many times they are used in each Collection of WordRelationsRow. Each element of the collection represents one row in the WordRelations table.

WordRelationsRows.CustomSearch

Class representing a custom search against table 'word_relations'. Use this class to create a query that is pre-populated with the correct WordRelationsTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WordRelationsRows collection of matching rows.

WordRelationsRows.IdxEntryId

Class representing index 'IDXWord_relationsEntry_id'.

WordRelationsRows.IdxEntryWordId

Class representing index 'IDXWord_relationsEntry_word_i'.

WorkflowGoalRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the workflow_goal table.

WorkflowGoalRecordDataExtensions

Extension methods to make it easy to fetch WorkflowGoalRecordData objects from the database, using the infrastructure

WorkflowGoalRow

A set of goals related to a workflow. Some goals will have search criterias associated with it to determine if the goal has been reached.
Row Object for table 'workflow_goal'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

WorkflowGoalRow.CustomSearch

Class representing a custom search against table 'workflow_goal'. Use this class to create a query that is pre-populated with the correct WorkflowGoalTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowGoalRow. If your query matches more than one row in the database, the result will reflect the first row only.

WorkflowGoalRow.IdxWorkflowGoalId

Class representing index 'IDXWorkflow_goalId'.

WorkflowGoalRows

A set of goals related to a workflow. Some goals will have search criterias associated with it to determine if the goal has been reached. Collection of WorkflowGoalRow. Each element of the collection represents one row in the WorkflowGoal table.

WorkflowGoalRows.CustomSearch

Class representing a custom search against table 'workflow_goal'. Use this class to create a query that is pre-populated with the correct WorkflowGoalTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowGoalRows collection of matching rows.

WorkflowInstanceRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the workflow_instance table.

WorkflowInstanceRecordDataExtensions

Extension methods to make it easy to fetch WorkflowInstanceRecordData objects from the database, using the infrastructure

WorkflowInstanceRow

A set of properties related to the workflow instance of one participant going through the flow
Row Object for table 'workflow_instance'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

WorkflowInstanceRow.CustomSearch

Class representing a custom search against table 'workflow_instance'. Use this class to create a query that is pre-populated with the correct WorkflowInstanceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowInstanceRow. If your query matches more than one row in the database, the result will reflect the first row only.

WorkflowInstanceRow.IdxWorkflowInstanceId

Class representing index 'IDXWorkflow_instanceId'.

WorkflowInstanceRows

A set of properties related to the workflow instance of one participant going through the flow Collection of WorkflowInstanceRow. Each element of the collection represents one row in the WorkflowInstance table.

WorkflowInstanceRows.CustomSearch

Class representing a custom search against table 'workflow_instance'. Use this class to create a query that is pre-populated with the correct WorkflowInstanceTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowInstanceRows collection of matching rows.

WorkflowInstanceRows.IdxContactId

Class representing index 'IDXWorkflow_instanceContact_i'.

WorkflowInstanceRows.IdxPersonId

Class representing index 'IDXWorkflow_instancePerson_id'.

WorkflowRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the workflow table.

WorkflowRecordDataExtensions

Extension methods to make it easy to fetch WorkflowRecordData objects from the database, using the infrastructure

WorkflowRootStepLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the workflow_root_step_link table.

WorkflowRootStepLinkRecordDataExtensions

Extension methods to make it easy to fetch WorkflowRootStepLinkRecordData objects from the database, using the infrastructure

WorkflowRootStepLinkRow

Link root steps to the workflow
Row Object for table 'workflow_root_step_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.

WorkflowRootStepLinkRow.CustomSearch

Class representing a custom search against table 'workflow_root_step_link'. Use this class to create a query that is pre-populated with the correct WorkflowRootStepLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowRootStepLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

WorkflowRootStepLinkRow.IdxWorkflowRootStepLinkId

Class representing index 'IDXWorkflow_root_step_linkId'.

WorkflowRootStepLinkRows

Link root steps to the workflow Collection of WorkflowRootStepLinkRow. Each element of the collection represents one row in the WorkflowRootStepLink table.

WorkflowRootStepLinkRows.CustomSearch

Class representing a custom search against table 'workflow_root_step_link'. Use this class to create a query that is pre-populated with the correct WorkflowRootStepLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowRootStepLinkRows collection of matching rows.

WorkflowRow

SuperOffice specific info about a workflow
Row Object for table '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.

WorkflowRow.CustomSearch

Class representing a custom search against table 'workflow'. Use this class to create a query that is pre-populated with the correct WorkflowTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowRow. If your query matches more than one row in the database, the result will reflect the first row only.

WorkflowRow.IdxWorkflowId

Class representing index 'IDXWorkflowId'.

WorkflowRows

SuperOffice specific info about a workflow Collection of WorkflowRow. Each element of the collection represents one row in the Workflow table.

WorkflowRows.CustomSearch

Class representing a custom search against table 'workflow'. Use this class to create a query that is pre-populated with the correct WorkflowTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowRows collection of matching rows.

WorkflowRows.IdxAssociateId

Class representing index 'IDXWorkflowAssociate_id'.

WorkflowRows.IdxVisibleForAssociates

Class representing index 'IVisible_for_associatesVisibl'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

WorkflowRows.IdxVisibleForAssociatesVisibleForGroups

Class representing index 'IVisible_for_associatesVisibl'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

WorkflowRows.IdxVisibleForAssociatesVisibleForGroupsRemoveFromFlows

Class representing index 'IVisible_for_associatesVisibl'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

WorkflowRows.IdxVisibleForAssociatesVisibleForGroupsRemoveFromFlowsBlockLists

Class representing index 'IVisible_for_associatesVisibl'.

WorkflowStepOptionLinkRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the workflow_step_option_link table.

WorkflowStepOptionLinkRecordDataExtensions

Extension methods to make it easy to fetch WorkflowStepOptionLinkRecordData objects from the database, using the infrastructure

WorkflowStepOptionLinkRow

Link steps to other steps through step options
Row Object for table 'workflow_step_option_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.

WorkflowStepOptionLinkRow.CustomSearch

Class representing a custom search against table 'workflow_step_option_link'. Use this class to create a query that is pre-populated with the correct WorkflowStepOptionLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowStepOptionLinkRow. If your query matches more than one row in the database, the result will reflect the first row only.

WorkflowStepOptionLinkRow.IdxWorkflowStepOptionLinkId

Class representing index 'IDXWorkflow_step_option_linkI'.

WorkflowStepOptionLinkRows

Link steps to other steps through step options Collection of WorkflowStepOptionLinkRow. Each element of the collection represents one row in the WorkflowStepOptionLink table.

WorkflowStepOptionLinkRows.CustomSearch

Class representing a custom search against table 'workflow_step_option_link'. Use this class to create a query that is pre-populated with the correct WorkflowStepOptionLinkTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowStepOptionLinkRows collection of matching rows.

WorkflowStepOptionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the workflow_step_option table.

WorkflowStepOptionRecordDataExtensions

Extension methods to make it easy to fetch WorkflowStepOptionRecordData objects from the database, using the infrastructure

WorkflowStepOptionRow

Some steps can have optional child 'flows', a new series of steps
Row Object for table 'workflow_step_option'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

WorkflowStepOptionRow.CustomSearch

Class representing a custom search against table 'workflow_step_option'. Use this class to create a query that is pre-populated with the correct WorkflowStepOptionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowStepOptionRow. If your query matches more than one row in the database, the result will reflect the first row only.

WorkflowStepOptionRow.IdxWorkflowStepOptionId

Class representing index 'IDXWorkflow_step_optionId'.

WorkflowStepOptionRows

Some steps can have optional child 'flows', a new series of steps Collection of WorkflowStepOptionRow. Each element of the collection represents one row in the WorkflowStepOption table.

WorkflowStepOptionRows.CustomSearch

Class representing a custom search against table 'workflow_step_option'. Use this class to create a query that is pre-populated with the correct WorkflowStepOptionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowStepOptionRows collection of matching rows.

WorkflowStepOptionRows.IdxKeyId

Class representing index 'IDXWorkflow_step_optionKey_id'.

WorkflowStepRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the workflow_step table.

WorkflowStepRecordDataExtensions

Extension methods to make it easy to fetch WorkflowStepRecordData objects from the database, using the infrastructure

WorkflowStepRow

A set of steps related to a workflow.
Row Object for table 'workflow_step'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

WorkflowStepRow.CustomSearch

Class representing a custom search against table 'workflow_step'. Use this class to create a query that is pre-populated with the correct WorkflowStepTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowStepRow. If your query matches more than one row in the database, the result will reflect the first row only.

WorkflowStepRow.IdxWorkflowStepId

Class representing index 'IDXWorkflow_stepId'.

WorkflowStepRows

A set of steps related to a workflow. Collection of WorkflowStepRow. Each element of the collection represents one row in the WorkflowStep table.

WorkflowStepRows.CustomSearch

Class representing a custom search against table 'workflow_step'. Use this class to create a query that is pre-populated with the correct WorkflowStepTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowStepRows collection of matching rows.

WorkflowTriggerRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the workflow_trigger table.

WorkflowTriggerRecordDataExtensions

Extension methods to make it easy to fetch WorkflowTriggerRecordData objects from the database, using the infrastructure

WorkflowTriggerRow

A set of triggers related to a workflow.
Row Object for table 'workflow_trigger'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

WorkflowTriggerRow.CustomSearch

Class representing a custom search against table 'workflow_trigger'. Use this class to create a query that is pre-populated with the correct WorkflowTriggerTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowTriggerRow. If your query matches more than one row in the database, the result will reflect the first row only.

WorkflowTriggerRow.IdxWorkflowTriggerId

Class representing index 'IDXWorkflow_triggerId'.

WorkflowTriggerRows

A set of triggers related to a workflow. Collection of WorkflowTriggerRow. Each element of the collection represents one row in the WorkflowTrigger table.

WorkflowTriggerRows.CustomSearch

Class representing a custom search against table 'workflow_trigger'. Use this class to create a query that is pre-populated with the correct WorkflowTriggerTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowTriggerRows collection of matching rows.

WorkflowWaitForActionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the workflow_wait_for_action table.

WorkflowWaitForActionRecordDataExtensions

Extension methods to make it easy to fetch WorkflowWaitForActionRecordData objects from the database, using the infrastructure

WorkflowWaitForActionRow

Some steps wait for actions, this is info about those actions
Row Object for table 'workflow_wait_for_action'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

WorkflowWaitForActionRow.CustomSearch

Class representing a custom search against table 'workflow_wait_for_action'. Use this class to create a query that is pre-populated with the correct WorkflowWaitForActionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowWaitForActionRow. If your query matches more than one row in the database, the result will reflect the first row only.

WorkflowWaitForActionRow.IdxWorkflowWaitForActionId

Class representing index 'IDXWorkflow_wait_for_actionId'.

WorkflowWaitForActionRows

Some steps wait for actions, this is info about those actions Collection of WorkflowWaitForActionRow. Each element of the collection represents one row in the WorkflowWaitForAction table.

WorkflowWaitForActionRows.CustomSearch

Class representing a custom search against table 'workflow_wait_for_action'. Use this class to create a query that is pre-populated with the correct WorkflowWaitForActionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WorkflowWaitForActionRows collection of matching rows.

WsdlDescriptionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the wsdl_description table.

WsdlDescriptionRecordDataExtensions

Extension methods to make it easy to fetch WsdlDescriptionRecordData objects from the database, using the infrastructure

WsdlDescriptionRow

Soap wsdl files
Row Object for table 'wsdl_description'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

WsdlDescriptionRow.CustomSearch

Class representing a custom search against table 'wsdl_description'. Use this class to create a query that is pre-populated with the correct WsdlDescriptionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WsdlDescriptionRow. If your query matches more than one row in the database, the result will reflect the first row only.

WsdlDescriptionRow.IdxWsdlDescriptionId

Class representing index 'IDXWsdl_descriptionId'.

WsdlDescriptionRows

Soap wsdl files Collection of WsdlDescriptionRow. Each element of the collection represents one row in the WsdlDescription table.

WsdlDescriptionRows.CustomSearch

Class representing a custom search against table 'wsdl_description'. Use this class to create a query that is pre-populated with the correct WsdlDescriptionTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a WsdlDescriptionRows collection of matching rows.

ZipToCityRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ziptocity table.

ZipToCityRecordDataExtensions

Extension methods to make it easy to fetch ZipToCityRecordData objects from the database, using the infrastructure

ZipToCityRow

Zip codes and city names. Zip codes used during address entry. You will find more information about addressformat on http://techdoc.superoffice.com
Row Object for table 'ziptocity'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

ZipToCityRow.CustomSearch

Class representing a custom search against table 'ziptocity'. Use this class to create a query that is pre-populated with the correct ZipToCityTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ZipToCityRow. If your query matches more than one row in the database, the result will reflect the first row only.

ZipToCityRow.IdxZiptocityId

Class representing index 'IDXZipId'.

ZipToCityRows

Zip codes and city names. Zip codes used during address entry. You will find more information about addressformat on http://techdoc.superoffice.com Collection of ZipToCityRow. Each element of the collection represents one row in the ZipToCity table.

ZipToCityRows.CustomSearch

Class representing a custom search against table 'ziptocity'. Use this class to create a query that is pre-populated with the correct ZipToCityTableInfo and return fields; you can then add your own restrictions and other clauses to the query. The result will be a ZipToCityRows collection of matching rows.

ZipToCityRows.IdxCity

Class representing index 'IDXZipCity'.

ZipToCityRows.IdxCountryId

Class representing index 'ICntry_idZip'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches

ZipToCityRows.IdxCountryIdZipcode

Class representing index 'ICntry_idZip'.

Interfaces

IDbObject

Interface implemented by all HDB objects exposing minimum functionalety

IDbObjectCollection

Interface implemented by all the HDB rows objects, exposing minimum collection features.

IExtraFieldsHelper

IMDOListElement

Interface for the MDO-list elements, implemented by Row objects that represent tables that are MDO lists. Not used by the MDO Provider system.

IMDOListObsolete

Interface for the MDO-lists.

ITableCarrier

Public interface implemented by all RowCarrier and RowsCarrier objects, exposing minimim object features.

This code is new and SuperOffice holds the right to change or remove this code at a later stage

ITableRowLoadHandler

Implementyed by entety objects or other objects that load related objects in addition to single Row objects. This is typically entyty objects facading row objects.

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top