Class EventHandlerExtenderBase
Inheritance
System.Object
EventHandlerExtenderBase
Assembly: SoDataBase.dll
Syntax
public abstract class EventHandlerExtenderBase : TableExtenderBase<ScreenChooserTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
EventHandlerExtenderBase()
Declaration
public EventHandlerExtenderBase()
Fields
_colEnabled
Declaration
protected ArchiveColumnInfo _colEnabled
Field Value
_colName
Declaration
protected ArchiveColumnInfo _colName
Field Value
_colPath
Declaration
protected ArchiveColumnInfo _colPath
Field Value
_colRegisteredBy
Declaration
protected ArchiveColumnInfo _colRegisteredBy
Field Value
_colRegisteredDate
Declaration
protected ArchiveColumnInfo _colRegisteredDate
Field Value
_colScreenChooserId
Declaration
protected ArchiveColumnInfo _colScreenChooserId
Field Value
_colScreenType
Declaration
protected ArchiveColumnInfo _colScreenType
Field Value
_colUniqueIdentifier
Declaration
protected ArchiveColumnInfo _colUniqueIdentifier
Field Value
_colUpdatedBy
Declaration
protected ArchiveColumnInfo _colUpdatedBy
Field Value
_colUpdatedDate
Declaration
protected ArchiveColumnInfo _colUpdatedDate
Field Value
ColumnDescription
Declaration
public const string ColumnDescription = "description"
Field Value
Type |
Description |
System.String |
|
ColumnEnabled
Declaration
public const string ColumnEnabled = "enabled"
Field Value
Type |
Description |
System.String |
|
ColumnName
Declaration
public const string ColumnName = "name"
Field Value
Type |
Description |
System.String |
|
ColumnPath
Declaration
public const string ColumnPath = "path"
Field Value
Type |
Description |
System.String |
|
ColumnScreenChooserId
Declaration
public const string ColumnScreenChooserId = "screenChooserId"
Field Value
Type |
Description |
System.String |
|
ColumnScreenType
Declaration
public const string ColumnScreenType = "screenType"
Field Value
Type |
Description |
System.String |
|
ColumnUniqueIdentifier
Declaration
public const string ColumnUniqueIdentifier = "uniqueIdentifier"
Field Value
Type |
Description |
System.String |
|
Methods
BuildTriggerPath(Int32)
Declaration
public static string BuildTriggerPath(int screenType)
Parameters
Type |
Name |
Description |
System.Int32 |
screenType |
|
Returns
Type |
Description |
System.String |
|
FindScreenTypeFromPath(String)
Declaration
public static int FindScreenTypeFromPath(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.Int32 |
|
InnerModifyQuery()
Declaration
protected override void InnerModifyQuery()
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.ScreenChooserTableInfo>.InnerModifyQuery()
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Overrides
SuperOffice.CRM.ArchiveLists.TableExtenderBase<SuperOffice.CRM.Data.ScreenChooserTableInfo>.InnerPopulateRowFromReader(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
ScreenTypeToString(Int32)
Declaration
public static string ScreenTypeToString(int screenType)
Parameters
Type |
Name |
Description |
System.Int32 |
screenType |
|
Returns
Type |
Description |
System.String |
|
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)