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, IPlugin, 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, Int32[], Boolean, String, Boolean)
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
public override void Construct(string tableName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Type | Name | Description |
---|---|---|
String | tableName | |
String | additionalInfo | |
Int32[] | historyIDs | |
Boolean | onlyReadHistory | |
String | searchValue | |
Boolean | forceFlatList |
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 |
---|---|
Boolean |