Class TargetLevel
Target level
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class TargetLevel : Enum
Fields
Associate
4: Associate
Declaration
public const TargetLevel Associate
Field Value
Type | Description |
---|---|
TargetLevel |
Company
2: Company
Declaration
public const TargetLevel Company
Field Value
Type | Description |
---|---|
TargetLevel |
Global
1: Global
Declaration
public const TargetLevel Global
Field Value
Type | Description |
---|---|
TargetLevel |
None
0: None
Declaration
public const TargetLevel None
Field Value
Type | Description |
---|---|
TargetLevel |
UserGroup
3: UserGroup
Declaration
public const TargetLevel UserGroup
Field Value
Type | Description |
---|---|
TargetLevel |
value__
Target level
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)