Skip to main content

Class ControlInfo

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

objectCarrierControlInfo

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ControlInfo()

Default constructor - defaults any enum props to 0.

Properties

Dimension

Property Value

int

Label

Property Value

string

ListLeadText

Property Value

string

ListProviderExtraInfo

Property Value

string

ListProviderName

Property Value

string

ListProviderPrimaryKeyName

Property Value

string

Type

Property Value

string

See Also

BulkUpdateAgent