Show / Hide Table of Contents

Class ProductExtraDataFieldInfo

A way to show some simple extra data on a product, typically to hep the user to identify the correct product. Basically a bucket of additional info that the ERP system would like to store and show in the user interface. Information placed here is shown in the GUI if the “provide-extra-data” capability is true.

Inheritance
Object
ProductExtraDataFieldInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class ProductExtraDataFieldInfo

Constructors

ProductExtraDataFieldInfo()

Declaration
public ProductExtraDataFieldInfo()

Properties

Name

Label for the field

Declaration
public string Name { get; set; }
Property Value
Type Description
String

Type

String, image, url,. How the value should be interpreted.

Declaration
public ExtraDataFieldTypeInfo Type { get; set; }
Property Value
Type Description
ExtraDataFieldTypeInfo

Value

Value for the field. If type is string, it can contain formatspecifiers (use this for displaying numbers correctly as the users computer is set up).

Declaration
public string Value { get; set; }
Property Value
Type Description
String

Methods

GetXMLRepresentation(ProductExtraDataFieldInfo[])

Creates a XML representation of an array of ProductExtraDataFieldInfo

Declaration
public static string GetXMLRepresentation(ProductExtraDataFieldInfo[] productExtraInfos)
Parameters
Type Name Description
ProductExtraDataFieldInfo[] productExtraInfos

Extra information structures

Returns
Type Description
String

Extension Methods

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