Class ContactProvider
Contact provider for general use
Inheritance
ContactProvider
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("Contact", 1073741823)]
public class ContactProvider : TypedQueryProviderBase<ArchiveRow, ContactContactExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
ContactProvider()
Create the ContactProvider instance
Declaration
public ContactProvider()
Fields
ProviderName
Contact provider for general use
Declaration
public const string ProviderName = "Contact"
Field Value
Type | Description |
---|---|
String |
Methods
GetEntityName(SoDataReader)
Determine the proper entity name for a raw row
Declaration
protected override string GetEntityName(SoDataReader reader)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | SoDataReader with the current row |
Returns
Type | Description |
---|---|
String | Entity name, depending on the contents of the retired field |
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.GetEntityName(SuperOffice.Data.SoDataReader)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)