MacroMethods Class |
Namespace: CMS.MacroEngine
public class MacroMethods : CoreMethods
The MacroMethods type exposes the following members.
Name | Description | |
---|---|---|
![]() | MacroMethods |
Name | Description | |
---|---|---|
![]() ![]() | mAnyTypeMethods |
List of methods which are available for any type
|
![]() ![]() | mMethods |
Table of available methods.
|
![]() ![]() | mMethodsByType |
Index of methods available for specified type.
|
Name | Description | |
---|---|---|
![]() ![]() | AreMethodsRegistered |
Returns true if methods are registred in the hashtable of all methods.
|
![]() ![]() | ExecuteMethod(String, Object) |
Executes the given method with parameters.
|
![]() ![]() | ExecuteMethod(String, MacroResolver, Object) |
Executes the given method with parameters.
|
![]() ![]() | GetMethod |
Gets the specific method delegate.
|
![]() ![]() | GetMethodsForObject(Object) |
Returns the list of macro methods suitable for specified object.
|
![]() ![]() | GetMethodsForObject(Object, Boolean) |
Returns the list of macro methods suitable for specified object.
|
![]() ![]() | GetMethodsForObject(Object, Boolean, Boolean) |
Returns the list of macro methods suitable for specified object.
|
![]() ![]() | RegisterMethod |
Registers the given method within the method table.
|
![]() ![]() | RegisterMethodInternal(String, FuncObject, Object, Type, String, Int32, Object, String, ListType) |
Registers the given method within the method table.
|
![]() ![]() | RegisterMethodInternal(String, FuncEvaluationContext, Object, Object, Type, String, Int32, Object, String, ListType) |
Registers the given method within the method table.
|
![]() ![]() | RegisterMethodInternal(String, FuncMacroResolver, Object, Object, Type, String, Int32, Object, String, ListType) |
Registers the given method within the method table.
|