Class ConfigurationAttributes
Inheritance
ConfigurationAttributes
Assembly: SoCore.dll
Syntax
public static class ConfigurationAttributes : Object
Fields
Browsermode
Declaration
public const string Browsermode = "browsermode"
Field Value
Caption
Declaration
public const string Caption = "caption"
Field Value
Conditional
The attribute used to mark a conditional GUI element
Declaration
public const string Conditional = "conditional"
Field Value
ConditionalBinding
The attribute used to mark the data binding type of a conditional GUI element
Declaration
public const string ConditionalBinding = "conditionalbinding"
Field Value
ConditionalBindingCurrent
The attribute value used to mark a conditional GUI element as bound to CURRENT values
Declaration
public const string ConditionalBindingCurrent = "current"
Field Value
ConditionalBindingData
The attribute value used to mark a conditional GUI element as bound to DATA values
Declaration
public const string ConditionalBindingData = "data"
Field Value
ConditionalValue
The attribute used to declare the required value of a conditional GUI element
Declaration
public const string ConditionalValue = "conditionalvalue"
Field Value
Encoding
Declaration
public const string Encoding = "encoding"
Field Value
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
Id
The attribute used to mark the identity of an element.
Declaration
public const string Id = "id"
Field Value
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
Normal
Declaration
public const string Normal = "normal"
Field Value
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
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
Soprotocol
Declaration
public const string Soprotocol = "soprotocol"
Field Value
Declaration
public const string Tooltip = "tooltip"
Field Value
Type
Declaration
public const string Type = "type"
Field Value
Url
Declaration
public const string Url = "url"
Field Value