Show / Hide Table of Contents

Class ProductExtraDataField

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.

Carrier object for ProductExtraDataField. Services for the ProductExtraDataField Carrier is available from the Quote Agent.
Inheritance
object
ProductExtraDataField
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class ProductExtraDataField : Carrier

Constructors

ProductExtraDataField()

Default constructor

Declaration
public ProductExtraDataField()
See Also
IQuoteAgent

Properties

Name

Label for the field

Declaration
[DataMember]
public virtual string Name { get; set; }
Property Value
Type Description
string
See Also
IQuoteAgent

Type

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

Declaration
[DataMember]
public virtual ExtraDataFieldType Type { get; set; }
Property Value
Type Description
ExtraDataFieldType
See Also
IQuoteAgent

Value

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

Declaration
[DataMember]
public virtual string Value { get; set; }
Property Value
Type Description
string
See Also
IQuoteAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IQuoteAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
IQuoteAgent

See Also

IQuoteAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top