Class RowVisibleForHelper.VisibleFor
Enumerator describing the level of visible for.
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class VisibleFor : Enum
Fields
All
Enumerator describing the level of visible for.
Declaration
public const RowVisibleForHelper.VisibleFor All
Field Value
Type | Description |
---|---|
RowVisibleForHelper.VisibleFor |
Group
Enumerator describing the level of visible for.
Declaration
public const RowVisibleForHelper.VisibleFor Group
Field Value
Type | Description |
---|---|
RowVisibleForHelper.VisibleFor |
Private
Enumerator describing the level of visible for.
Declaration
public const RowVisibleForHelper.VisibleFor Private
Field Value
Type | Description |
---|---|
RowVisibleForHelper.VisibleFor |
value__
Enumerator describing the level of visible for.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)