Click or drag to resize
weroSoft AG, Software
WorkingContextRegisterFeatureTFeature Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Registers a feature in the context.

Namespace:  WeroSoft.Data
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public TFeature RegisterFeature<TFeature>()
where TFeature : new(), IFeature

Type Parameters

TFeature
The feature to be registered.

Return Value

Type: TFeature

[Missing <returns> documentation for "M:WeroSoft.Data.WorkingContext.RegisterFeature``1"]

See Also