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