Namespace SuperOffice.CRM.Entities.Providers
Classes
AppointmentInfoProvider
Implementation of IAppointmentInfo; create through factory (see remarks)
ContactInfoProvider
Implementation of IContactInfo; create through factory (see remarks)
ContactPersonInfoProviderBase
DocumentInfoProvider
Implementation of IDocumentInfo; create through factory (see remarks)
InfoUdefDict
PersonInfoProvider
Implementation of IPersonInfo; create through factory (see remarks)
ProjectInfoProvider
Implementation of IProjectInfo; create through factory (see remarks)
SaleInfoProvider
Implementation of ISaleInfo2; create through factory (see remarks)
SelectionInfoProvider
SimpleAppointmentInfo
SimpleContactInfo
Plain-old-data implementation of IContactInfo, intended for situations where the client knows everything and does not want the database to be involved (for instance, when running on unsaved data)
SimpleDocumentInfo
Plain-old-data implementation of IDocumentInfo, intended for situations where the client knows everything and does not want the database to be involved (for instance, when running on unsaved data)
SimpleDocumentTemplateInfo
Plain-old-data implementation of IDocumentTemplateInfo, intended for situations where the client knows everything and does not want the database to be involved (for instance, when running on unsaved data)
SimplePersonInfo
Plain-old-data implementation of IPersonInfo, intended for situations where the client knows everything and does not want the database to be involved (for instance, when running on unsaved data)
SimpleProjectInfo
Plain-old-data implementation of IProjectInfo, intended for situations where the client knows everything and does not want the database to be involved (for instance, when running on unsaved data)
SimpleSaleInfo
SimpleSelectionInfo
Plain-old-data implementation of ISelectionInfo, intended for situations where the client knows everything and does not want the database to be involved (for instance, when running on unsaved data)
UDefInfoProvider
Helper class for providers that support udef values
Interfaces
ISimpleAppointmentInfoPopulator
Interface for managed/native callback class for on-demand data marshalling from C++
ISimpleContactInfoPopulator
Interface for managed/native callback class for on-demand data marshalling from C++
ISimpleDocumentInfoPopulator
Interface for managed/native callback class for on-demand data marshalling from C++
ISimplePersonInfoPopulator
Interface for managed/native callback class for on-demand data marshalling from C++
ISimpleProjectInfoPopulator
Interface for managed/native callback class for on-demand data marshalling from C++
ISimpleSaleInfoPopulator
Interface for managed/native callback class for on-demand data marshalling from C++
ISimpleSelectionInfoPopulator
Interface for managed/native callback class for on-demand data marshalling from C++