Show / Hide Table of Contents

Class QuoteLineConfiguration

QuoteLineConfiguration contains information about which configuration fields that is visible in the GUI. Read only and mandatory fields are also specified.

Carrier object for QuoteLineConfiguration. Services for the QuoteLineConfiguration Carrier is available from the IQuoteAgent.
Inheritance
Object
QuoteLineConfiguration
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class QuoteLineConfiguration : Carrier

Constructors

QuoteLineConfiguration()

Default constructor

Declaration
public QuoteLineConfiguration()
See Also
QuoteAgent
IQuoteAgent

Properties

Editable

Is this a read only field?

Declaration
public virtual bool Editable { get; set; }
Property Value
Type Description
Boolean
See Also
QuoteAgent
IQuoteAgent

FieldName

The name of the field being configured, from data dictionary

Declaration
public virtual string FieldName { get; set; }
Property Value
Type Description
String
See Also
QuoteAgent
IQuoteAgent

InUse

Should this field be displayed in the GUI?

Declaration
public virtual bool InUse { get; set; }
Property Value
Type Description
Boolean
See Also
QuoteAgent
IQuoteAgent

Label

Label resource string.

Declaration
public virtual string Label { get; set; }
Property Value
Type Description
String
See Also
QuoteAgent
IQuoteAgent

Mandatory

Is this a mandatory field?

Declaration
public virtual bool Mandatory { get; set; }
Property Value
Type Description
Boolean
See Also
QuoteAgent
IQuoteAgent

QuoteLineConfigurationId

Primary key

Declaration
public virtual int QuoteLineConfigurationId { get; set; }
Property Value
Type Description
Int32
See Also
QuoteAgent
IQuoteAgent

Rank

Rank of the field

Declaration
public virtual int Rank { get; set; }
Property Value
Type Description
Int32
See Also
QuoteAgent
IQuoteAgent

RestrictEdit

If true, then this field cannot be set readwrite or mandatory: It's bound to be readonly

Declaration
public virtual bool RestrictEdit { get; set; }
Property Value
Type Description
Boolean
See Also
QuoteAgent
IQuoteAgent

Tooltip

Tooltip resource string.

Declaration
public virtual string Tooltip { get; set; }
Property Value
Type Description
String
See Also
QuoteAgent
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
QuoteAgent
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
QuoteAgent
IQuoteAgent

See Also

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