Click or drag to resize
SpecialFieldsDefinition Class
Class for storing special fields.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListSpecialField
    CMS.FormEngineSpecialFieldsDefinition

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public class SpecialFieldsDefinition : List<SpecialField>

The SpecialFieldsDefinition type exposes the following members.

Constructors
  NameDescription
Public methodSpecialFieldsDefinition
Constructor.
Top
Methods
  NameDescription
Public methodFillItems
Fills list items.
Public methodStatic memberIsSpecialFieldMacro
Check if input is one of special field macros.
Public methodLoadFromMacro
Loads special fields from macro data source.
Public methodLoadFromQuery
Loads special fields from query.
Public methodLoadFromText
Loads special fields from source text.
Public methodToString
Gets string representation
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Fields
  NameDescription
Public fieldStatic memberDATA_HASH_ATTRIBUTE
Constant string to identify data-hash attribute.
Public fieldStatic memberREPLACED_SEMICOLON
Used to separate values from text on each line in 'Options' mode.
Public fieldStatic memberSEMICOLON_TO_REPLACE
Enables users to insert semicolon into 'options' mode values.
Top
Properties
  NameDescription
Public propertyAllowDuplicates
Gets or sets a value indicating whether duplicate items should be filtered out when filling a target collection.
Public propertyFieldInfo
Form field info
Public propertyResourcePrefix
Resource string prefix to localize names of items.
Public propertySetUniqueIDs
Indicates if special fields should contain unique IDs
Public propertySortItems
If true, the items are sorted before filling a target collection.
Public propertyTexts
Returns all text values.
Public propertyValues
Returns all values.
Top
See Also