PathMacroContainer Class |
Namespace: CMS.MacroEngine
public class PathMacroContainer : ISimpleDataContainer
The PathMacroContainer type exposes the following members.
Name | Description | |
---|---|---|
![]() | PathMacroContainer |
Creates new instance of PathMacroContainer.
|
Name | Description | |
---|---|---|
![]() | GetValue |
Resolves the path macro.
|
![]() | ResolvePath |
Resolves the given alias path, applies the path segment to the given format string {0} for level 0.
|
![]() | SetValue |
Not implemented.
|
Name | Description | |
---|---|---|
![]() | AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) |
![]() | GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) |
![]() | ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
![]() | mCurrentPath |
Current path.
|
![]() ![]() | mLevelRegExp |
Regular expression to capture the path level macro.
|
![]() | mPathSegments |
Path segments array.
|
![]() | mResolver |
Resolver used to resolve the paths.
|
Name | Description | |
---|---|---|
![]() | CurrentPath |
Current path.
|
![]() | Item |
Gets or sets the value of the column.
|
![]() ![]() | LevelRegExp |
Regular expression to capture the path level macro.
|