AbstractAttribute Class |
Namespace: CMS.UIControls
public abstract class AbstractAttribute : Attribute, ICMSAttribute
The AbstractAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbstractAttribute |
Name | Description | |
---|---|---|
![]() | ContainsMacro |
If true, the attribute contains macros
|
![]() | ExistingObject |
If True, attribute is applied only when edited object is defined.
|
![]() | NewObject |
If True, attribute is applied only when edited object is not defined.
|
Name | Description | |
---|---|---|
![]() | GetText |
Gets the text for the element.
|
![]() | GetUrl |
Transforms the URL to the correct format.
|
![]() | CheckEditedObject |
Returns True if attribute should be applied.
Evaluation is based on the edited object existence and ExistingObject and NewObject properties.
|
![]() | Resolve |
Resolves the give text.
|