Click or drag to resize
AbstractDecoratorInterfaceType Methods

The AbstractDecoratorInterfaceType generic type exposes the following members.

Methods
  NameDescription
Public methodAsTargetInterfaceType
Casts this decorator to the required interface type
Public methodStatic memberConvertToResultType
Converts the given source type to the result type
Protected methodCreateBaseObject
Creates the base object for this decorator
Protected methodStatic memberGetFirstFoundTargetInterfaceType(InterfaceType)
Gets the first found object of the given type in the chain
Protected methodStatic memberGetFirstFoundTargetInterfaceType(AbstractDecoratorInterfaceType)
Gets the first found object of the given type in the chain
Public methodStatic memberUse(Type)
Applies the decorator to the given interface type
Public methodStatic memberUseDecoratorType
Applies the decorator to the given interface type
Top
See Also