Click or drag to resize
weroSoft AG, Software
IAttributeTargetHelperT Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the functionality an attribute must implement if it likes access to the target it is defined to.

Namespace:  WeroSoft.Runtime
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IAttributeTargetHelper<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:WeroSoft.Runtime.IAttributeTargetHelper`1"]

Remarks
Note for implementors: Ensure to set the property IsInitialized to true if the method Initialize(T) was successfully called. This would allow to recognize correct initiation later on asking some derived date from the target type.

The IAttributeTargetHelperT type exposes the following members.

Properties
  NameDescription
Public propertyIsInitialized
Gets a value indicating whether the object was initialized or not.
Top
Methods
  NameDescription
Public methodInitialize
Initializes an attribute with the target object.
Top
See Also