Show / Hide Table of Contents

Class SelectionType

Selection type - static/dynamic/combined. Works together with targetTable to define what kind of Selection this is.

Inheritance
Object
SelectionType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class SelectionType : Enum

Fields

Combined

2: Combined selection

Declaration
public const SelectionType Combined
Field Value
Type Description
SelectionType

Dynamic

1: Dynamic selection

Declaration
public const SelectionType Dynamic
Field Value
Type Description
SelectionType

Static

0: Static selection

Declaration
public const SelectionType Static
Field Value
Type Description
SelectionType

value__

Selection type - static/dynamic/combined. Works together with targetTable to define what kind of Selection this is.

Declaration
public int value__
Field Value
Type Description
Int32

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top