Click or drag to resize
FrameworkExtension Class
Inheritance Hierarchy
SystemObject
  Veeplay.hubKRHub
    Veeplay.extensionsFrameworkExtension

Namespace: Veeplay.extensions
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract class FrameworkExtension : KRHub

The FrameworkExtension type exposes the following members.

Constructors
  NameDescription
Protected methodFrameworkExtension
Initializes a new instance of the FrameworkExtension class
Top
Methods
  NameDescription
Public methodadapterForType
Returns an object of the specified type, if such an object is currently registered in the default group.
(Inherited from KRHub.)
Public methodadapterForTypeInGroup
Returns an object of the specified type, if such an object is currently registered in the specified group.
(Inherited from KRHub.)
Public methodadaptersForGroup
Returns the list of available registered objects for a specified group.
(Inherited from KRHub.)
Public methodconfigureOverlayfromNodeTypeErrorURLsAdParameters
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodregisterAdapter
Registers a new adapter to the default group.
(Inherited from KRHub.)
Public methodregisterAdapterInGroup
Registers a new adapter to a specific group
(Inherited from KRHub.)
Public methodregisterClass
Registers a class to the default group, under a specific type. Upon requesting a new object from this type from the default group, a new object of the registered class will be instantiated and returned.
(Inherited from KRHub.)
Public methodregisterClassInGroup
Registers a class to a specific group and a specific type. Upon requesting a new object from this group and type, a new object of the registered class will be instantiated and returned.
(Inherited from KRHub.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberExtensionsTypeFormat
Top
See Also