Class InternalUsersProvider
Concrete provider for Internal Users - our own employees. See UsersProviderBase for the actual functionality of the provider.
Inheritance
InternalUsersProvider
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("InternalUsers", 1073741823)]
public class InternalUsersProvider : UsersProviderBase, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
InternalUsersProvider()
Concrete provider for Internal Users - our own employees. See UsersProviderBase for the actual functionality of the provider.
Declaration
public InternalUsersProvider()
Fields
ProviderName
Concrete provider for Internal Users - our own employees. See UsersProviderBase for the actual functionality of the provider.
Declaration
public const string ProviderName = "InternalUsers"
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[] |