SettingsMacroContainer Class |
Namespace: CMS.DataEngine.Internal
public class SettingsMacroContainer : IDataContainer, ISimpleDataContainer, IMacroSecurityCheckPermissions
The SettingsMacroContainer type exposes the following members.
Name | Description | |
---|---|---|
![]() | SettingsMacroContainer |
Creates new instance of SettingsMacroContainer.
|
Name | Description | |
---|---|---|
![]() | ColumnNames |
Gets collection of all available setting keys.
|
![]() | Item |
Gets the setting key value based on settings key name.
|
Name | Description | |
---|---|---|
![]() | ContainsColumn |
Returns true when setting key is available by specified name.
|
![]() | GetObjectToCheck |
Gets an object for which to perform the permissions check.
|
![]() | GetValue |
Gets the setting key value.
|
![]() | SetValue |
Not implemented method. Throws exception in all cases.
|
![]() | TryGetValue |
Gets setting key value for specified setting key name.
|
Name | Description | |
---|---|---|
![]() | CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) |
![]() | ToJSON |
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.) |
![]() | ToXML(XmlWriter, Boolean) | Overloaded.
Writes XML representation of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.) |
![]() | ToXML(String, Boolean) | Overloaded.
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.) |
![]() | ToXML(XmlWriter, ListString, Boolean) | Overloaded.
Writes XML representation of selected columns of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.) |