Class MessageCustomersRow.MessageCustomersRowIdxBase
Abstract base class for accessors.
Inheritance
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public abstract class MessageCustomersRowIdxBase : IdxBase<MessageCustomersTableInfo>, ICloneable, ISentryIgnorable
Constructors
MessageCustomersRowIdxBase()
Declaration
protected MessageCustomersRowIdxBase()
Properties
MessageCustomersTableInfo
Get the MessageCustomersTableInfo for the table that the selector covers
Declaration
[Obsolete("Use the inherited TableInfo property instead.", false)]
public MessageCustomersTableInfo MessageCustomersTableInfo { get; }
Property Value
Type | Description |
---|---|
MessageCustomersTableInfo | Instance of MessageCustomersTableInfo |
Methods
ToMessageCustomersRow()
Operator converting an instance of MessageCustomersRow.MessageCustomersRowIdx to a MessageCustomersRow.
This operator performs a select against the database.
Declaration
public MessageCustomersRow ToMessageCustomersRow()
Returns
Type | Description |
---|---|
MessageCustomersRow | The result of the query against the database as a MessageCustomersRow |
ToMessageCustomersRow(ITableRowLoadHandler)
Operator converting an instance of MessageCustomersRow.MessageCustomersRowIdx to a MessageCustomersRow.
This operator performs a select against the database.
Declaration
public MessageCustomersRow ToMessageCustomersRow(ITableRowLoadHandler handler)
Parameters
Type | Name | Description |
---|---|---|
ITableRowLoadHandler | handler |
Returns
Type | Description |
---|---|
MessageCustomersRow | The result of the query against the database as a MessageCustomersRow |
ToMessageCustomersRows()
Operator converting an instance of
Declaration
public MessageCustomersRows ToMessageCustomersRows()
Returns
Type | Description |
---|---|
MessageCustomersRows | The result of the query against the database as a MessageCustomersRows |
ToMessageCustomersRows(ITableRowLoadHandlerFactory)
Operator converting an instance of
Declaration
public MessageCustomersRows ToMessageCustomersRows(ITableRowLoadHandlerFactory tableRowHandlerFactory)
Parameters
Type | Name | Description |
---|---|---|
SuperOffice.CRM.Rows.ITableRowLoadHandlerFactory | tableRowHandlerFactory | Factory for creating ITableRowLoadHandlers. |
Returns
Type | Description |
---|---|
MessageCustomersRows | The result of the query against the database as a MessageCustomersRows |
Operators
Implicit(MessageCustomersRow.MessageCustomersRowIdxBase to MessageCustomersRow)
Operator converting an instance of MessageCustomersRow.MessageCustomersRowIdx to a MessageCustomersRow.
This operator performs a select against the database.
Declaration
public static implicit operator MessageCustomersRow(MessageCustomersRow.MessageCustomersRowIdxBase pThis)
Parameters
Type | Name | Description |
---|---|---|
MessageCustomersRow.MessageCustomersRowIdxBase | pThis | The MessageCustomersRow.MessageCustomersRowIdx to convert |
Returns
Type | Description |
---|---|
MessageCustomersRow | The result of the query against the database as a MessageCustomersRow |
Implicit(MessageCustomersRow.MessageCustomersRowIdxBase to MessageCustomersRows)
Operator converting an instance of
Declaration
public static implicit operator MessageCustomersRows(MessageCustomersRow.MessageCustomersRowIdxBase pThis)
Parameters
Type | Name | Description |
---|---|---|
MessageCustomersRow.MessageCustomersRowIdxBase | pThis | The |
Returns
Type | Description |
---|---|
MessageCustomersRows | The result of the query against the database as a MessageCustomersRows |