Class AllUsersProvider
Concrete provider for all kinds of users, unfiltered. See UsersProviderBase for the actual functionality of the provider.
Inheritance
AllUsersProvider
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("AllUsers", 1073741823)]
public class AllUsersProvider : UsersProviderBase, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
AllUsersProvider()
Concrete provider for all kinds of users, unfiltered. See UsersProviderBase for the actual functionality of the provider.
Declaration
public AllUsersProvider()
Fields
ProviderName
Concrete provider for all kinds of users, unfiltered. See UsersProviderBase for the actual functionality of the provider.
Declaration
public const string ProviderName = "AllUsers"
Field Value
Type | Description |
---|---|
String |
Properties
FilterAssocTypes
Concrete provider for all kinds of users, unfiltered. See UsersProviderBase for the actual functionality of the provider.
Declaration
protected override UserType[] FilterAssocTypes { get; }
Property Value
Type | Description |
---|---|
UserType[] |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)