Class OtherUsersProvider
Concrete provider for 'Other' Users - System and Anonymous user accounts. See UsersProviderBase for the actual functionality of the provider.
Inheritance
OtherUsersProvider
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("OtherUsers", 1073741823)]
public class OtherUsersProvider : UsersProviderBase, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
OtherUsersProvider()
Concrete provider for 'Other' Users - System and Anonymous user accounts. See UsersProviderBase for the actual functionality of the provider.
Declaration
public OtherUsersProvider()
Fields
ProviderName
Concrete provider for 'Other' Users - System and Anonymous user accounts. See UsersProviderBase for the actual functionality of the provider.
Declaration
public const string ProviderName = "OtherUsers"
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[] |
Overrides
FilterColumns
Subclass contract: Tell us if there are any columns that you want to filter out
Declaration
protected override string[] FilterColumns { get; }
Property Value
Type | Description |
---|---|
string[] |