Serves as a base class for type specfic extensions. In general, you should use the specfic classes that derive from this class (
Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustInherit Class ExtensionBase Implements IExtension |
| C# |
|---|
| public abstract class ExtensionBase : IExtension |
| C++ |
|---|
| ref class ExtensionBase abstract : IExtension |
| J# |
|---|
| public class ExtensionBase implements IExtension |
| JScript |
|---|
| public class ExtensionBase extends IExtension |
Inheritance Hierarchy
System.Object
NetQuarry.ExtensionBase
NetQuarry.ApplicationExtensionBase
NetQuarry.PageExtensionBase
NetQuarry.ExtensionBase
NetQuarry.ApplicationExtensionBase
NetQuarry.PageExtensionBase
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.