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