Class PersonEmailAddressProvider
List of e-mail addresses matching the search value, possibly restricted to a given company or person.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("personemailaddress")]
[MDOAdditionalInfoSeparator("&")]
[MDOAdditionalInfo("itemId", "Person id", 23)]
[MDOAdditionalInfo("extraId", "Company id", 23)]
public class PersonEmailAddressProvider : AnyTableListProviderBase, ISoListProvider, ISoList
Remarks
AdditionalInfo: itemId= person id extraId= contact-id
Constructors
PersonEmailAddressProvider()
Constructor
Declaration
public PersonEmailAddressProvider()
Remarks
AdditionalInfo: itemId= person id extraId= contact-id
Fields
ProviderName
List of e-mail addresses matching the search value, possibly restricted to a given company or person.
Declaration
public const string ProviderName = "personemailaddress"
Field Value
Type | Description |
---|---|
string |
Remarks
AdditionalInfo: itemId= person id extraId= contact-id
_emailTableInfo
List of e-mail addresses matching the search value, possibly restricted to a given company or person.
Declaration
protected EmailTableInfo _emailTableInfo
Field Value
Type | Description |
---|---|
EmailTableInfo |
Remarks
AdditionalInfo: itemId= person id extraId= contact-id
Properties
TableInfo
The main table info for the query.
Declaration
protected override TableInfo TableInfo { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
Remarks
AdditionalInfo: itemId= person id extraId= contact-id
Methods
GetMainQuery()
Obtain the main query for the Document
Declaration
protected override Select GetMainQuery()
Returns
Type | Description |
---|---|
Select | Query for the Document |
Overrides
Remarks
AdditionalInfo: itemId= person id extraId= contact-id
Init()
Initiate the provider after the Construct(string, string, int[], bool, string, bool) method is called.
Declaration
protected override void Init()
Overrides
Remarks
AdditionalInfo: itemId= person id extraId= contact-id
OnRead(SoDataReader, short)
Raised every time a new row has been read from the database.
The implementation should read tthe results from the reader
and populate an object implementing ISoListItem.
Declaration
protected override ISoListItem OnRead(SoDataReader reader, short lastRank)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | Reader to reaf from. |
short | lastRank | Value of the last rank populated. |
Returns
Type | Description |
---|---|
ISoListItem | Data read from the reader. |
Overrides
Remarks
AdditionalInfo: itemId= person id extraId= contact-id
SetSearchRestriction(Select, string)
Set the search restriction on the list.
Declaration
protected override void SetSearchRestriction(Select sql, string searchValue)
Parameters
Type | Name | Description |
---|---|---|
Select | sql | Query to set the search restriction on. |
string | searchValue | The value of the search restriction. |
Overrides
Remarks
AdditionalInfo: itemId= person id extraId= contact-id