Show / Hide Table of Contents

Class FieldValueInfo

This class carries information about the definition and properties of an field used in bulk update system. The class is serializable and used on both the application and Web server sides.

Carrier object for FieldValueInfo. Services for the FieldValueInfo Carrier is available from the BulkUpdate Agent.
Inheritance
object
FieldValueInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class FieldValueInfo

Constructors

FieldValueInfo()

Default constructor

Declaration
public FieldValueInfo()
See Also
IBulkUpdateAgent

Properties

CanSupportMultiUse

Can the field support multi use?

Declaration
[DataMember]
public virtual bool CanSupportMultiUse { get; set; }
Property Value
Type Description
bool
See Also
IBulkUpdateAgent

ControlInfos

Array of the controlinfos

Declaration
[DataMember]
public virtual ControlInfo[] ControlInfos { get; set; }
Property Value
Type Description
ControlInfo[]
See Also
IBulkUpdateAgent

CurrentOperationType

The selected operation to execute on this field

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

DefaultShowInGui

Default show in Gui?

Declaration
[DataMember]
public virtual bool DefaultShowInGui { get; set; }
Property Value
Type Description
bool
See Also
IBulkUpdateAgent

DefaultShowInSelector

Default show in selector?

Declaration
[DataMember]
public virtual bool DefaultShowInSelector { get; set; }
Property Value
Type Description
bool
See Also
IBulkUpdateAgent

DisplayValues

The displayvalues to be set on this field on this bulkupdate, used to resolve when values array contains ids

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

EncodedDataCaption

This class carries information about the definition and properties of an field used in bulk update system. The class is serializable and used on both the application and Web server sides.

Carrier object for FieldValueInfo. Services for the FieldValueInfo Carrier is available from the BulkUpdate Agent.
Declaration
[DataMember]
public virtual string EncodedDataCaption { get; set; }
Property Value
Type Description
string
See Also
IBulkUpdateAgent

EncodedDataCaptionDescription

This class carries information about the definition and properties of an field used in bulk update system. The class is serializable and used on both the application and Web server sides.

Carrier object for FieldValueInfo. Services for the FieldValueInfo Carrier is available from the BulkUpdate Agent.
Declaration
[DataMember]
public virtual string EncodedDataCaptionDescription { get; set; }
Property Value
Type Description
string
See Also
IBulkUpdateAgent

EncodedDisplayDescription

The description of the field

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

EncodedDisplayName

The displayname of the field

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

IconHint

The iconhint of the field

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

IsActive

True if the field and operations will be used in the bulk update

Declaration
[DataMember]
public virtual bool IsActive { get; set; }
Property Value
Type Description
bool
See Also
IBulkUpdateAgent

Key

The unique key on the field

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

Mandatory

True if this is a mandatory field

Declaration
[DataMember]
public virtual bool Mandatory { get; set; }
Property Value
Type Description
bool
See Also
IBulkUpdateAgent

OperationInfos

Array of the available operations for this field

Declaration
[DataMember]
public virtual OperationInfo[] OperationInfos { get; set; }
Property Value
Type Description
OperationInfo[]
See Also
IBulkUpdateAgent

ValueType

Describes the expected value array

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

Values

The values to be set on this field on this bulkupdate

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

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
object.ToString()
See Also
IBulkUpdateAgent

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
IBulkUpdateAgent

See Also

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