Class ActivityExtenderBase<Info>
Inheritance
System.Object
ActivityExtenderBase<Info>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: SoDataBase.dll
Syntax
public abstract class ActivityExtenderBase<Info> : ExtenderBase<Info>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin where Info : TableInfo
Type Parameters
Constructors
ActivityExtenderBase(String)
Declaration
protected ActivityExtenderBase(string iconHint)
Parameters
Type |
Name |
Description |
System.String |
iconHint |
|
Fields
_colAssociateId
Declaration
protected ArchiveColumnInfo _colAssociateId
Field Value
_colCompleted
Declaration
protected ArchiveColumnInfo _colCompleted
Field Value
Declaration
protected ArchiveColumnInfo _colContactId
Field Value
_colDate
Declaration
protected ArchiveColumnInfo _colDate
Field Value
_colIcon
Declaration
protected ArchiveColumnInfo _colIcon
Field Value
_colPersonId
Declaration
protected ArchiveColumnInfo _colPersonId
Field Value
_colProjectId
Declaration
protected ArchiveColumnInfo _colProjectId
Field Value
_colRecordType
Declaration
protected ArchiveColumnInfo _colRecordType
Field Value
_colRegisteredBy
Declaration
protected ArchiveColumnInfo _colRegisteredBy
Field Value
_colRegisteredByFullName
Declaration
protected ArchiveColumnInfo _colRegisteredByFullName
Field Value
_colRegisteredDate
Declaration
protected ArchiveColumnInfo _colRegisteredDate
Field Value
_colSaleId
Declaration
protected ArchiveColumnInfo _colSaleId
Field Value
_colText
Declaration
protected ArchiveColumnInfo _colText
Field Value
_colTime
Declaration
protected ArchiveColumnInfo _colTime
Field Value
_colType
Declaration
protected ArchiveColumnInfo _colType
Field Value
_colUpdatedBy
Declaration
protected ArchiveColumnInfo _colUpdatedBy
Field Value
_colUpdatedByFullName
Declaration
protected ArchiveColumnInfo _colUpdatedByFullName
Field Value
_colUpdatedDate
Declaration
protected ArchiveColumnInfo _colUpdatedDate
Field Value
_colUserGroup
Declaration
protected ArchiveColumnInfo _colUserGroup
Field Value
_colWho
Declaration
protected ArchiveColumnInfo _colWho
Field Value
ColumnSuggestedAppointmentId
Declaration
public const string ColumnSuggestedAppointmentId = "suggestedAppointmentId"
Field Value
Type |
Description |
System.String |
|
ColumnSuggestedDocumentId
Declaration
public const string ColumnSuggestedDocumentId = "suggestedDocumentId"
Field Value
Type |
Description |
System.String |
|
Methods
Declaration
protected string CompletedTooltipHint(string entity, int id)
Parameters
Type |
Name |
Description |
System.String |
entity |
|
System.Int32 |
id |
|
Returns
Type |
Description |
System.String |
|
PopulateRowFromReader(SoDataReader, ArchiveRow)
Declaration
public override void PopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Overrides
SetDesiredColumns(String[])
Declaration
public override void SetDesiredColumns(params string[] columnIds)
Parameters
Type |
Name |
Description |
System.String[] |
columnIds |
|
Overrides
ToggleCompletedLinkHint(String, Int32, FieldRight)
Declaration
protected string ToggleCompletedLinkHint(string entity, int id, FieldRight right)
Parameters
Type |
Name |
Description |
System.String |
entity |
|
System.Int32 |
id |
|
FieldRight |
right |
|
Returns
Type |
Description |
System.String |
|
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)