Click or drag to resize
RegisterMacroNamespaceAttribute Class
Registers a macro namespace within the macro engine
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.MacroEngineRegisterMacroNamespaceAttribute

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public class RegisterMacroNamespaceAttribute : Attribute, 
	IPreInitAttribute, IDiscoverableAttribute

The RegisterMacroNamespaceAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterMacroNamespaceAttribute
Constructor
Top
Methods
  NameDescription
Public methodPreInit
Initializes the attribute
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
Properties
  NameDescription
Public propertyAllowAnonymous
If true, namespace members are allowed to be used also as anonymous
Public propertyHidden
If true, the namespace is hidden and doesn't show up in the Intellisense
Public propertyMarkedType
Namespace type
Public propertyName
Namespace name
Top
See Also