Class SoTable.BlockKind
Should this table be blocked in generic api's and providers
Namespace: SuperOffice.Data.Dictionary
Assembly: SoDataBase.dll
Syntax
public sealed class BlockKind : Enum
Fields
BlockInAnyProvider
Block in any archiveprovider. Careful, check if there actuallyy is a legitimate ExtenderBase for the table first, to avoid breaking things
Declaration
public const SoTable.BlockKind BlockInAnyProvider
Field Value
Type | Description |
---|---|
SoTable.BlockKind |
BlockInDotSyntax
Block in the DotSyntax system, but allow in coded providers
Declaration
public const SoTable.BlockKind BlockInDotSyntax
Field Value
Type | Description |
---|---|
SoTable.BlockKind |
None
Do not block - usual case
Declaration
public const SoTable.BlockKind None
Field Value
Type | Description |
---|---|
SoTable.BlockKind |
value__
Should this table be blocked in generic api's and providers
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)