Class UserList.UserListQuery
Inheritance
System.Object
UserList.UserListQuery
Implements
System.ICloneable
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public abstract class UserListQuery : ListSelect, ICloneable
Properties
AssociateTableInfo
Declaration
public AssociateTableInfo AssociateTableInfo { get; }
Property Value
Type | Description |
---|---|
AssociateTableInfo |
LicenseAssocLinkTableInfo
Declaration
public LicenseAssocLinkTableInfo LicenseAssocLinkTableInfo { get; }
Property Value
Type | Description |
---|---|
LicenseAssocLinkTableInfo |
PersonTableInfo
Declaration
public PersonTableInfo PersonTableInfo { get; }
Property Value
Type | Description |
---|---|
PersonTableInfo |
RoleTableInfo
Declaration
public RoleTableInfo RoleTableInfo { get; }
Property Value
Type | Description |
---|---|
RoleTableInfo |
UserGroupTableInfo
Declaration
public UserGroupTableInfo UserGroupTableInfo { get; }
Property Value
Type | Description |
---|---|
UserGroupTableInfo |
UserRoleLinkTableInfo
Declaration
public UserRoleLinkTableInfo UserRoleLinkTableInfo { get; }
Property Value
Type | Description |
---|---|
UserRoleLinkTableInfo |
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()
ToUserList()
Create the user list based on the information that is contained in its class.
Declaration
public UserList ToUserList()
Returns
Type | Description |
---|---|
UserList | The user list. |
Operators
Implicit(UserList.UserListQuery to UserList)
Implicit operator. Will return a contact list based on the in-parameter.
Declaration
public static implicit operator UserList(UserList.UserListQuery q)
Parameters
Type | Name | Description |
---|---|---|
UserList.UserListQuery | q | The query we want to build the person list on. |
Returns
Type | Description |
---|---|
UserList | Contact list based on the in-parameter. |
Implements
System.ICloneable
Extension Methods
EnumUtil.MapEnums<From, To>(From)