Show / Hide Table of Contents

Class ConfigurationAttributes

Inheritance
Object
ConfigurationAttributes
Namespace: SuperOffice.DCF.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigurationAttributes : Object

Fields

Browsermode

Declaration
public const string Browsermode = "browsermode"
Field Value
Type Description
String

Caption

Declaration
public const string Caption = "caption"
Field Value
Type Description
String

Conditional

The attribute used to mark a conditional GUI element

Declaration
public const string Conditional = "conditional"
Field Value
Type Description
String

ConditionalBinding

The attribute used to mark the data binding type of a conditional GUI element

Declaration
public const string ConditionalBinding = "conditionalbinding"
Field Value
Type Description
String

ConditionalBindingCurrent

The attribute value used to mark a conditional GUI element as bound to CURRENT values

Declaration
public const string ConditionalBindingCurrent = "current"
Field Value
Type Description
String

ConditionalBindingData

The attribute value used to mark a conditional GUI element as bound to DATA values

Declaration
public const string ConditionalBindingData = "data"
Field Value
Type Description
String

ConditionalValue

The attribute used to declare the required value of a conditional GUI element

Declaration
public const string ConditionalValue = "conditionalvalue"
Field Value
Type Description
String

Encoding

Declaration
public const string Encoding = "encoding"
Field Value
Type Description
String

FragmentMark

The attribute used to mark that an element was originally a fragment. Only present after successful resolution of a reference, and only if the LeaveFragmentMarks property is true.

Declaration
public const string FragmentMark = "wasFragment"
Field Value
Type Description
String

Id

The attribute used to mark the identity of an element.

Declaration
public const string Id = "id"
Field Value
Type Description
String

LoadedBy

The attribute used to mark that an element was originally loaded by a certain provider. The content string is the same as the Name property of the provider that loaded the fragment.

Declaration
public const string LoadedBy = "loadedBy"
Field Value
Type Description
String

Normal

Declaration
public const string Normal = "normal"
Field Value
Type Description
String

Reference

The attribute used to mark that an element should be resolved. Not present after a successful resolution.

Declaration
public const string Reference = "reference"
Field Value
Type Description
String

ReferenceWithIdUpdate

The attribute used to mark that an element should be resolved, AND that unique ID's should be generated on all inner elements. Not present after a successful resolution.

Declaration
public const string ReferenceWithIdUpdate = "referenceWithIdUpdate"
Field Value
Type Description
String

Soprotocol

Declaration
public const string Soprotocol = "soprotocol"
Field Value
Type Description
String

Tooltip

Declaration
public const string Tooltip = "tooltip"
Field Value
Type Description
String

Type

Declaration
public const string Type = "type"
Field Value
Type Description
String

Url

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