Class AllUsersProvider
Concrete provider for all kinds of users, unfiltered. See UsersProviderBase for the actual functionality of the provider.
Inheritance
AllUsersProvider
Implements
Inherited Members
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
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
Subclass contract: Tell us which associate types you want to deal with; this will influence what licenses are retrieved
Declaration
protected override UserType[] FilterAssocTypes { get; }
Property Value
Type | Description |
---|---|
UserType[] |