Class DocumentPersonExtender
Extend a Document extender with a Person extender, to provide the Person columns related to a Document.
Inheritance
DocumentPersonExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class DocumentPersonExtender : PersonExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
DocumentPersonExtender()
Initialize the Person
Declaration
public DocumentPersonExtender()
DocumentPersonExtender(Features)
Initialize the Person with a given set of features
Declaration
public DocumentPersonExtender(PersonExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
PersonExtenderBase.Features | features |
Methods
SetJoin()
Create a Person tableinfo and join it to the parent Document
Declaration
protected override PersonTableInfo SetJoin()
Returns
Type | Description |
---|---|
PersonTableInfo | PersonTableInfo of the newly created info instance |