Click or drag to resize
CountriesMacroContainer Class
Wrapper class to provide Countries enumeration in the MacroEngine.
Inheritance Hierarchy
SystemObject
  CMS.GlobalizationCountriesMacroContainer

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
public class CountriesMacroContainer : IDataContainer, 
	ISimpleDataContainer

The CountriesMacroContainer type exposes the following members.

Constructors
  NameDescription
Public methodCountriesMacroContainer
Top
Properties
  NameDescription
Public propertyColumnNames
Returns list of all countries.
Top
Methods
  NameDescription
Public methodContainsColumn
Returns true if country of specified name exists.
Public methodTryGetValue
Returns country of specified name if exists.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyTo
Copies the data of specified columns of the source object to the target object.
(Defined by DataExtensions.)
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Top
See Also