Show / Hide Table of Contents

Class PersonUrlProvider

List of urls (web pages) matching the search value, possibly restricted to a given company or person.

Inheritance
Object
AnyTableListProviderBase
PersonUrlProvider
Implements
ISoListProvider
ISoList
Inherited Members
AnyTableListProviderBase.Construct(String, String, Int32[], Boolean, String, Boolean)
AnyTableListProviderBase.GetHistoryItems()
AnyTableListProviderBase.GetRootItems()
AnyTableListProviderBase.OnPreGetRootItems(List<ISoListItem>)
AnyTableListProviderBase.OnPostGetRootItems(List<ISoListItem>)
AnyTableListProviderBase.SetHistoryRestriction(Select)
AnyTableListProviderBase.ExecuteQuery(Select, List<ISoListItem>)
AnyTableListProviderBase.ExecuteReader(SoCommand)
AnyTableListProviderBase.ListName
AnyTableListProviderBase.AdditionalInfo
AnyTableListProviderBase.HistoryIDs
AnyTableListProviderBase.OnlyReadHistory
AnyTableListProviderBase.ExcludeHistory
AnyTableListProviderBase.SearchValue
AnyTableListProviderBase.ForceFlatList
AnyTableListProviderBase.HistoryInfo
AnyTableListProviderBase.HistoryItems
AnyTableListProviderBase.RootItems
AnyTableListProviderBase.HeadingItems
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("personurl")]
[MDOAdditionalInfoSeparator("&")]
[MDOAdditionalInfo("itemId", "Person id", 23)]
[MDOAdditionalInfo("extraId", "Company id", 23)]
public class PersonUrlProvider : AnyTableListProviderBase, ISoListProvider, ISoList, IPlugin
Remarks

AdditionalInfo: itemId= person id extraId= contact-id

Constructors

PersonUrlProvider()

Constructor

Declaration
public PersonUrlProvider()
Remarks

AdditionalInfo: itemId= person id extraId= contact-id

Fields

_urlTableInfo

List of urls (web pages) matching the search value, possibly restricted to a given company or person.

Declaration
protected URLTableInfo _urlTableInfo
Field Value
Type Description
URLTableInfo
Remarks

AdditionalInfo: itemId= person id extraId= contact-id

ProviderName

List of urls (web pages) matching the search value, possibly restricted to a given company or person.

Declaration
public const string ProviderName = "personurl"
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
AnyTableListProviderBase.TableInfo
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
AnyTableListProviderBase.GetMainQuery()
Remarks

AdditionalInfo: itemId= person id extraId= contact-id

Init()

List of urls (web pages) matching the search value, possibly restricted to a given company or person.

Declaration
protected override void Init()
Overrides
AnyTableListProviderBase.Init()
Remarks

AdditionalInfo: itemId= person id extraId= contact-id

OnRead(SoDataReader, Int16)

List of urls (web pages) 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
AnyTableListProviderBase.OnRead(SoDataReader, Int16)
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
AnyTableListProviderBase.SetSearchRestriction(Select, String)
Remarks

AdditionalInfo: itemId= person id extraId= contact-id

Implements

ISoListProvider
ISoList

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top