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, IPlugin
Remarks
AdditionalInfo: itemId= person id extraId= contact-id
Constructors
PersonEmailAddressProvider()
Constructor
Declaration
public PersonEmailAddressProvider()
Remarks
AdditionalInfo: itemId= person id extraId= contact-id
Fields
_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
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
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()
List of e-mail addresses matching the search value, possibly restricted to a given company or person.
Declaration
protected override void Init()
Overrides
Remarks
AdditionalInfo: itemId= person id extraId= contact-id
OnRead(SoDataReader, Int16)
List of e-mail addresses matching the search value, possibly restricted to a given company or person.
Declaration
protected override ISoListItem OnRead(SoDataReader reader, short lastRank)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
Int16 | lastRank |
Returns
Type | Description |
---|---|
ISoListItem |
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