TemplateExtensionBase Class |
Namespace: NetQuarry
The TemplateExtensionBase type exposes the following members.
Name | Description | |
---|---|---|
TemplateExtensionBase | Initializes a new instance of the TemplateExtensionBase class |
Name | Description | |
---|---|---|
IsPlatform |
Gets whether or not the extension is a platform extension vs. a custom extension.
(Inherited from ExtensionBase.) | |
Owner |
Gets/Sets the owner of this object
(Inherited from ExtensionBase.) | |
Properties |
Returns this instance's properties.
(Inherited from ExtensionBase.) | |
TextItems |
Returns a collection of TextItems loaded from metadata related to this component.
(Inherited from ExtensionBase.) |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetOwnerName |
Gets a descriptive name for the provided object (which is presumably the extension owner object).
(Inherited from ExtensionBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HandleEvent |
Method overridden in dervied classes that handles type specfic events.
(Overrides ExtensionBaseHandleEvent(ExtensionEvents, Object, EAPEventArgs).) | |
Info |
Return requested information about the extension.
(Inherited from ExtensionBase.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnEvent |
IExtension.OnEvent handler. Note that generally speaking, you will want to override the individual
methods specific to the event and not implement the interface directly.
(Inherited from ExtensionBase.) | |
OnSetOwner |
When the Owner is attached to this extension, verifies that the object a Template object.
Attaching any other object indicates that this extension was likely attached to the wrong type of object and results in a devlog to that effect.
(Overrides ExtensionBaseOnSetOwner.) | |
OnUnload |
Notifies the extension that it should perform any cleanup necessary just prior to being unloaded.
(Inherited from ExtensionBase.) | |
PluginPreRender |
Fired when a Plugin template is about to be rendered.
The plugin is obtained using GetExpandedBody(IAppContext, NameValueCollection, ContentResolution) (against the IField) and the resulting plugin HTML is
provided in Body. The extension may modify the HTML in which case the modified HTML will be used.
| |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |