Class IgnoreGroupingAndHeadingsForAdminMdoProviderBase
Abstract class that can be used for overriding the hiding of listitems. Good for use in admin where you need all listitems to administrate them. Restricted to user that have admin-all, admin-udef or admin-lists functional rights. Use IgnoreGroupingAndHeadingsForAdmin in additionalInfo for providers that inherit this class
Inheritance
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
public abstract class IgnoreGroupingAndHeadingsForAdminMdoProviderBase : MDOProviderBase, ISoListProvider, ISoList, IEnumerable<ISoListItem>, IEnumerable
Constructors
IgnoreGroupingAndHeadingsForAdminMdoProviderBase()
Abstract class that can be used for overriding the hiding of listitems. Good for use in admin where you need all listitems to administrate them. Restricted to user that have admin-all, admin-udef or admin-lists functional rights. Use IgnoreGroupingAndHeadingsForAdmin in additionalInfo for providers that inherit this class
Declaration
protected IgnoreGroupingAndHeadingsForAdminMdoProviderBase()
Methods
Construct(string, string, int[], bool, string, bool)
Initializes all class members.
Declaration
public override void Construct(string tableName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Type | Name | Description |
---|---|---|
string | tableName | Name of the table holding the MDO list values, like Category, Business, etc. Note that this really has to be a valid table name. |
string | additionalInfo | |
int[] | historyIDs | List of history id's (primary keys of the table holding the MDO list values). |
bool | onlyReadHistory | Only read history nodes. |
string | searchValue | Search value (case insensetive string used like '%[searchValue]%'. The result when using this is allways a flat list without hisotry elements. |
bool | forceFlatList | State that a forced flat list should be returned. |
Overrides
GetGroupingAllowedForList()
Abstract class that can be used for overriding the hiding of listitems. Good for use in admin where you need all listitems to administrate them. Restricted to user that have admin-all, admin-udef or admin-lists functional rights. Use IgnoreGroupingAndHeadingsForAdmin in additionalInfo for providers that inherit this class
Declaration
protected override bool GetGroupingAllowedForList()
Returns
Type | Description |
---|---|
bool |