Class AttachmentListProvider
Inheritance
AttachmentListProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("Attachment")]
public class AttachmentListProvider : AnyTableListProviderBase, ISoListProvider, ISoList, IPlugin
Constructors
AttachmentListProvider()
Declaration
public AttachmentListProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "Attachment"
Field Value
Properties
TableInfo
Declaration
protected override TableInfo TableInfo { get; }
Property Value
Overrides
Methods
GetMainQuery()
Declaration
protected override Select GetMainQuery()
Returns
Overrides
Init()
Declaration
protected override void Init()
Overrides
OnRead(SoDataReader, Int16)
Declaration
protected override ISoListItem OnRead(SoDataReader reader, short lastRank)
Parameters
Returns
Overrides
SetSearchRestriction(Select, String)
Declaration
protected override void SetSearchRestriction(Select sql, string searchValue)
Parameters
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)