Class GuideExtenderBase<Info>
Declaration of columns that are common to all kinds of guide items
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class GuideExtenderBase<Info> : ExtenderBase<Info>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible where Info : TableInfo
Type Parameters
Name | Description |
---|---|
Info |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
Constructors
GuideExtenderBase()
Declaration of columns that are common to all kinds of guide items
Declaration
protected GuideExtenderBase()
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
Fields
ColumnDeleted
Declaration of columns that are common to all kinds of guide items
Declaration
public const string ColumnDeleted = "deleted"
Field Value
Type | Description |
---|---|
string |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
ColumnHasInstance
Declaration of columns that are common to all kinds of guide items
Declaration
public const string ColumnHasInstance = "hasInstance"
Field Value
Type | Description |
---|---|
string |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
ColumnInstanceItemId
Declaration of columns that are common to all kinds of guide items
Declaration
public const string ColumnInstanceItemId = "instanceItemId"
Field Value
Type | Description |
---|---|
string |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
ColumnInstanceItemText
Declaration of columns that are common to all kinds of guide items
Declaration
public const string ColumnInstanceItemText = "instanceItemText"
Field Value
Type | Description |
---|---|
string |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
ColumnStageId
Declaration of columns that are common to all kinds of guide items
Declaration
public const string ColumnStageId = "stageId"
Field Value
Type | Description |
---|---|
string |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
ColumnStageName
Declaration of columns that are common to all kinds of guide items
Declaration
public const string ColumnStageName = "stageName"
Field Value
Type | Description |
---|---|
string |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
ColumnStageOrderBy
Declaration of columns that are common to all kinds of guide items
Declaration
public const string ColumnStageOrderBy = "stageOrderBy"
Field Value
Type | Description |
---|---|
string |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
ColumnSuggestedItemId
Declaration of columns that are common to all kinds of guide items
Declaration
public const string ColumnSuggestedItemId = "suggestedItemId"
Field Value
Type | Description |
---|---|
string |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
ColumnSuggestedItemOrderBy
Declaration of columns that are common to all kinds of guide items
Declaration
public const string ColumnSuggestedItemOrderBy = "suggestedItemOrderBy"
Field Value
Type | Description |
---|---|
string |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
ColumnSuggestedItemText
Declaration of columns that are common to all kinds of guide items
Declaration
public const string ColumnSuggestedItemText = "suggestedItemText"
Field Value
Type | Description |
---|---|
string |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
ColumnSuggestedItemTooltip
Declaration of columns that are common to all kinds of guide items
Declaration
public const string ColumnSuggestedItemTooltip = "suggestedItemTooltip"
Field Value
Type | Description |
---|---|
string |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
_colCompleted
Declaration of columns that are common to all kinds of guide items
Declaration
protected ArchiveColumnInfo _colCompleted
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
_colDate
Declaration of columns that are common to all kinds of guide items
Declaration
protected ArchiveColumnInfo _colDate
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
_colDeleted
Declaration of columns that are common to all kinds of guide items
Declaration
protected ArchiveColumnInfo _colDeleted
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
_colHasInstance
Declaration of columns that are common to all kinds of guide items
Declaration
protected ArchiveColumnInfo _colHasInstance
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
_colInstanceItemId
Declaration of columns that are common to all kinds of guide items
Declaration
protected ArchiveColumnInfo _colInstanceItemId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
_colInstanceItemText
Declaration of columns that are common to all kinds of guide items
Declaration
protected ArchiveColumnInfo _colInstanceItemText
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
_colStageId
Declaration of columns that are common to all kinds of guide items
Declaration
protected ArchiveColumnInfo _colStageId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
_colStageName
Declaration of columns that are common to all kinds of guide items
Declaration
protected ArchiveColumnInfo _colStageName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
_colStageOrderBy
Declaration of columns that are common to all kinds of guide items
Declaration
protected ArchiveColumnInfo _colStageOrderBy
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
_colSuggestedItemId
Declaration of columns that are common to all kinds of guide items
Declaration
protected ArchiveColumnInfo _colSuggestedItemId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
_colSuggestedItemOrderBy
Declaration of columns that are common to all kinds of guide items
Declaration
protected ArchiveColumnInfo _colSuggestedItemOrderBy
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
_colSuggestedItemText
Declaration of columns that are common to all kinds of guide items
Declaration
protected ArchiveColumnInfo _colSuggestedItemText
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
_colSuggestedItemTooltip
Declaration of columns that are common to all kinds of guide items
Declaration
protected ArchiveColumnInfo _colSuggestedItemTooltip
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels
_colText
Declaration of columns that are common to all kinds of guide items
Declaration
protected ArchiveColumnInfo _colText
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
These declarations are intended to cover suggested appointments and documents, in both the Sale and Project guides. Any columns more specific need to be declared at lower inheritance levels