Click or drag to resize
ExternalColumnSettingsInfoType Class
Object to encapsulate the settings of an externally stored column within a InfoObject.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineExternalColumnSettingsInfoType

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public class ExternalColumnSettings<InfoType>

Type Parameters

InfoType

The ExternalColumnSettingsInfoType type exposes the following members.

Constructors
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
Properties
  NameDescription
Public propertyDependencyColumns
Array of column names whose value change causes resaving of the external columns.
Public propertyGetDataTransformation
Gets or sets a transformation function which is called when the data is retrieved from the external storage. Can be used for example to remove default directives to layout code.
Public propertySetDataTransformation
Gets or sets a transformation function which is called when the data is saved to the external storage. Can be used for example to add default directives to layout code.
Public propertyStoragePath
Gets or sets the callback function which returns base path of the object for given column name.
Public propertyStorageProvider
Storage provider to use. If not set, the default storage provider is used.
Public propertyStoreColumnInDatabase
Indicates whether to store data also in DB.
Public propertyStoreInExternalStorageSettingsKey
Gets or sets the name of the settings key which indicates whether to store column in external storage or not.
Top
See Also