Show / Hide Table of Contents

Enum ExtraDataFieldType

String, int, decimal, image, url, etc. How should the value be interpreted.

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public enum ExtraDataFieldType

Fields

Name Description
Image

2: Contains the url of the image, or a base64 encoded version of it.

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).

Url

1: A web address

Extension Methods

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