Class DocumentPublishExtender
Extend a Document extender with a Publish extender, to provide the Publish columns related to a Document.
Inheritance
DocumentPublishExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class DocumentPublishExtender : PublishExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
DocumentPublishExtender()
Initialize the Publish
Declaration
public DocumentPublishExtender()
Methods
SetJoin()
Create a Publish tableinfo and join it to the parent Document
Declaration
protected override PublishTableInfo SetJoin()
Returns
Type | Description |
---|---|
PublishTableInfo | PublishTableInfo of the newly created info instance |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.PublishTableInfo>.SetJoin()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)