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()
Declaration
public AllUsersProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "AllUsers"
Field Value
Type | Description |
---|---|
String |
Properties
FilterAssocTypes
Declaration
protected override UserType[] FilterAssocTypes { get; }
Property Value
Type | Description |
---|---|
SuperOffice.License.UserType[] |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)