Show / Hide Table of Contents

Class ConfigurationAttributes.ControlTypes

Inheritance
object
ConfigurationAttributes.ControlTypes
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.DCF.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigurationAttributes.ControlTypes

Fields

Checkbox

Declaration
public const string Checkbox = "SoCheckBox"
Field Value
Type Description
string

Date

Declaration
public const string Date = "SoDate"
Field Value
Type Description
string

DateSelector

Declaration
public const string DateSelector = "SoDateSelector"
Field Value
Type Description
string

Label

Declaration
public const string Label = "SoLabel"
Field Value
Type Description
string

MDO

Declaration
public const string MDO = "SoMDOControl"
Field Value
Type Description
string

PlainLabel

Declaration
public const string PlainLabel = "SoPlainLabel"
Field Value
Type Description
string

RadioButton

Declaration
public const string RadioButton = "SoRadioButton"
Field Value
Type Description
string

TextField

Declaration
public const string TextField = "SoTextBox"
Field Value
Type Description
string

Type

Declaration
public const string Type = "type"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top