Class ReportLabelLayoutProvider
This archive provider enables access to the information regarding report label layout.
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("ReportLabelLayout", 1073741823)]
public class ReportLabelLayoutProvider : QueryProviderBase<ArchiveRow>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
ReportLabelLayoutProvider()
This archive provider enables access to the information regarding report label layout.
Declaration
public ReportLabelLayoutProvider()
Fields
_colDescription
This archive provider enables access to the information regarding report label layout.
Declaration
protected ArchiveColumnInfo _colDescription
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colLayout
This archive provider enables access to the information regarding report label layout.
Declaration
protected ArchiveColumnInfo _colLayout
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colName
This archive provider enables access to the information regarding report label layout.
Declaration
protected ArchiveColumnInfo _colName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colOrientation
This archive provider enables access to the information regarding report label layout.
Declaration
protected ArchiveColumnInfo _colOrientation
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colPaperSize
This archive provider enables access to the information regarding report label layout.
Declaration
protected ArchiveColumnInfo _colPaperSize
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colPrimaryKey
This archive provider enables access to the information regarding report label layout.
Declaration
protected ArchiveColumnInfo _colPrimaryKey
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Centimeters
This archive provider enables access to the information regarding report label layout.
Declaration
public const string Centimeters = "Centimeters"
Field Value
Type | Description |
---|---|
String |
ColumnDescription
This archive provider enables access to the information regarding report label layout.
Declaration
public const string ColumnDescription = "description"
Field Value
Type | Description |
---|---|
String |
ColumnLayout
This archive provider enables access to the information regarding report label layout.
Declaration
public const string ColumnLayout = "layout"
Field Value
Type | Description |
---|---|
String |
ColumnName
This archive provider enables access to the information regarding report label layout.
Declaration
public const string ColumnName = "name"
Field Value
Type | Description |
---|---|
String |
ColumnOrientation
This archive provider enables access to the information regarding report label layout.
Declaration
public const string ColumnOrientation = "orientation"
Field Value
Type | Description |
---|---|
String |
ColumnPaperSize
This archive provider enables access to the information regarding report label layout.
Declaration
public const string ColumnPaperSize = "papersize"
Field Value
Type | Description |
---|---|
String |
ColumnPrimaryKey
This archive provider enables access to the information regarding report label layout.
Declaration
public const string ColumnPrimaryKey = "labelLayoutId"
Field Value
Type | Description |
---|---|
String |
EntityName
This archive provider enables access to the information regarding report label layout.
Declaration
public const string EntityName = "reportLabelLayout"
Field Value
Type | Description |
---|---|
String |
Inches
This archive provider enables access to the information regarding report label layout.
Declaration
public const string Inches = "Inches"
Field Value
Type | Description |
---|---|
String |
ProviderName
This archive provider enables access to the information regarding report label layout.
Declaration
public const string ProviderName = "ReportLabelLayout"
Field Value
Type | Description |
---|---|
String |
ReportLabelLayoutUnitsName
This archive provider enables access to the information regarding report label layout.
Declaration
public const string ReportLabelLayoutUnitsName = "units"
Field Value
Type | Description |
---|---|
String |
Properties
PrimaryTable
This archive provider enables access to the information regarding report label layout.
Declaration
public override TableInfo PrimaryTable { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
Query
This archive provider enables access to the information regarding report label layout.
Declaration
public override ArchiveSelect Query { get; }
Property Value
Type | Description |
---|---|
ArchiveSelect |
Overrides
RootExtenders
This provider uses no extenders and thus does not support dynamic columns
Declaration
protected override List<IArchiveExtender> RootExtenders { get; }
Property Value
Type | Description |
---|---|
List<IArchiveExtender> |
Overrides
Methods
InnerMapFields()
This archive provider enables access to the information regarding report label layout.
Declaration
public override void InnerMapFields()
Overrides
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
This archive provider enables access to the information regarding report label layout.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
SetRestriction(ArchiveRestrictionInfo[])
This archive provider enables access to the information regarding report label layout.
Declaration
public override bool SetRestriction(params ArchiveRestrictionInfo[] restrictions)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRestrictionInfo[] | restrictions |
Returns
Type | Description |
---|---|
Boolean |