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.Inherited Members
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
Properties
CanSupportMultiUse
Can the field support multi use?
Declaration
[DataMember]
public virtual bool CanSupportMultiUse { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
See Also
ControlInfos
Array of the controlinfos
Declaration
[DataMember]
public virtual ControlInfo[] ControlInfos { get; set; }
Property Value
| Type | Description |
|---|---|
| ControlInfo[] |
See Also
CurrentOperationType
The selected operation to execute on this field
Declaration
[DataMember]
public virtual string CurrentOperationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
DefaultShowInGui
Default show in Gui?
Declaration
[DataMember]
public virtual bool DefaultShowInGui { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
See Also
DefaultShowInSelector
Default show in selector?
Declaration
[DataMember]
public virtual bool DefaultShowInSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
See Also
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
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
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
EncodedDisplayDescription
The description of the field
Declaration
[DataMember]
public virtual string EncodedDisplayDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
EncodedDisplayName
The displayname of the field
Declaration
[DataMember]
public virtual string EncodedDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
IconHint
The iconhint of the field
Declaration
[DataMember]
public virtual string IconHint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
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
Key
The unique key on the field
Declaration
[DataMember]
public virtual string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Mandatory
True if this is a mandatory field
Declaration
[DataMember]
public virtual bool Mandatory { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
See Also
OperationInfos
Array of the available operations for this field
Declaration
[DataMember]
public virtual OperationInfo[] OperationInfos { get; set; }
Property Value
| Type | Description |
|---|---|
| OperationInfo[] |
See Also
ValueType
Describes the expected value array
Declaration
[DataMember]
public virtual string ValueType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
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
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |
Overrides
See Also
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. |