Table of Contents

Enum ConfigScopeFlags

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Specifies the configuration scopes supported by a configuration property definition.

[Flags]
public enum ConfigScopeFlags
Extension Methods

Fields

All = System | Company | User

All configuration scopes are supported.

Company = 2

The Company configuration scope is supported.

None = 0

No configuration scope is supported.

System = 1

The System configuration scope is supported.

User = 4

The User configuration scope is supported.