Class UserList.UserListQuery
Inheritance
UserList.UserListQuery
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public abstract class UserList.UserListQuery : ListSelect, ICloneable
Properties
AssociateTableInfo
Declaration
public AssociateTableInfo AssociateTableInfo { get; }
Property Value
LicenseAssocLinkTableInfo
Declaration
public LicenseAssocLinkTableInfo LicenseAssocLinkTableInfo { get; }
Property Value
PersonTableInfo
Declaration
public PersonTableInfo PersonTableInfo { get; }
Property Value
RoleTableInfo
Declaration
public RoleTableInfo RoleTableInfo { get; }
Property Value
UserGroupTableInfo
Declaration
public UserGroupTableInfo UserGroupTableInfo { get; }
Property Value
UserRoleLinkTableInfo
Declaration
public UserRoleLinkTableInfo UserRoleLinkTableInfo { get; }
Property Value
Methods
ParseQueryStructure()
Load builds the select-structure for the current list.
If we have restrictions on contact_id, we give it as in-parameter.
Declaration
protected virtual void ParseQueryStructure()
ToUserListAsync(CancellationToken)
Create the user list based on the information that is contained
in its class.
Declaration
public Task<UserList> ToUserListAsync(CancellationToken cancellationToken = default)
Parameters
Returns
Implements
Extension Methods