Class ExtraDataFieldType
String, int, decimal, image, url, etc. How should the value be interpreted.
Inheritance
System.Object
ExtraDataFieldType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class ExtraDataFieldType : Enum
Fields
Image
2: Contains the url of the image, or a base64 encoded version of it.
Declaration
public const ExtraDataFieldType Image
Field Value
Type | Description |
---|---|
ExtraDataFieldType |
String
0: Anything to be shown as text, left aligned. If type is string, it can contain formatspecifiers (use this for displaying numbers correctly as the user's computer is set up).
Declaration
public const ExtraDataFieldType String
Field Value
Type | Description |
---|---|
ExtraDataFieldType |
Url
1: A web address
Declaration
public const ExtraDataFieldType Url
Field Value
Type | Description |
---|---|
ExtraDataFieldType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)