Skip to main content

Class FieldValueInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for 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.

Inheritance

objectFieldValueInfo

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

FieldValueInfo()

Default constructor - defaults any enum props to 0.

Properties

CanSupportMultiUse

Can the field support multi use?

Property Value

bool

ControlInfos

Array of the controlinfos

Property Value

ControlInfo[]

CurrentOperationType

The selected operation to execute on this field

Property Value

string

DefaultShowInGui

Default show in Gui?

Property Value

bool

DefaultShowInSelector

Default show in selector?

Property Value

bool

DisplayValues

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

Property Value

string[]

EncodedDataCaption

Property Value

string

EncodedDataCaptionDescription

Property Value

string

EncodedDisplayDescription

The description of the field

Property Value

string

EncodedDisplayName

The displayname of the field

Property Value

string

IconHint

The iconhint of the field

Property Value

string

IsActive

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

Property Value

bool

Key

The unique key on the field

Property Value

string

Mandatory

True if this is a mandatory field

Property Value

bool

OperationInfos

Array of the available operations for this field

Property Value

OperationInfo[]

ValueType

Describes the expected value array

Property Value

string

Values

The values to be set on this field on this bulkupdate

Property Value

string[]

See Also

BulkUpdateAgent