Class ExternalDocumentExtenderBase
Inheritance
ExternalDocumentExtenderBase
Assembly: SoDataBase.dll
Syntax
public abstract class ExternalDocumentExtenderBase : TableExtenderBase<ExternalDocumentTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ExternalDocumentExtenderBase()
Declaration
public ExternalDocumentExtenderBase()
Fields
ColCreated
Declaration
public const string ColCreated = "created"
Field Value
ColCreatedBy
Declaration
public const string ColCreatedBy = "createdBy"
Field Value
ColCreatedFullName
Declaration
public const string ColCreatedFullName = "createdFullName"
Field Value
ColDescription
Declaration
public const string ColDescription = "description"
Field Value
ColIsHistoryItem
Declaration
public const string ColIsHistoryItem = "isInHistory"
Field Value
ColOwnerHierarchyId
Declaration
public const string ColOwnerHierarchyId = "ownerHierarchyId"
Field Value
ColTitle
Declaration
public const string ColTitle = "title"
Field Value
_colCreated
Declaration
protected ArchiveColumnInfo _colCreated
Field Value
_colCreatedBy
Declaration
protected ArchiveColumnInfo _colCreatedBy
Field Value
_colCreatedFullName
Declaration
protected ArchiveColumnInfo _colCreatedFullName
Field Value
_colDescription
Declaration
protected ArchiveColumnInfo _colDescription
Field Value
_colHierarchyId
Declaration
protected ArchiveColumnInfo _colHierarchyId
Field Value
_colIsHistoryItem
Declaration
protected ArchiveColumnInfo _colIsHistoryItem
Field Value
_colTitle
Declaration
protected ArchiveColumnInfo _colTitle
Field Value
Methods
InnerModifyQuery()
Template method called from ModifyQuery() during query processing; subclasses should implement it to build their queries. It will ONLY be called if IsQueryNeeded returns true.
Declaration
protected override void InnerModifyQuery()
Overrides
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Derived classes should implement the population of ColumnData items for columns
that are NOT handled by this base class in this method. Whether a column is handled by
this base class is part of its database binding information, set by the various MapXXX methods.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type |
Name |
Description |
SoDataReader |
reader |
Data reader with the query result (one row)
|
ArchiveRow |
row |
archive row to be populated
|
Overrides
SetJoin()
Subclass contract: Implementations of this method should create the extenders' table information object, join it to the relevant parent, and return the table information instance
Declaration
protected override ExternalDocumentTableInfo SetJoin()
Returns
Overrides
Implements
Extension Methods