Click or drag to resize
weroSoft AG, Software
ICharacteristicsDataContainerGenericT Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the properties a characteristics data item must support.

Namespace:  WeroSoft.Data.Interface
Assembly:  WeroSoft.Data.Library (in WeroSoft.Data.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface ICharacteristicsDataContainerGeneric<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:WeroSoft.Data.Interface.ICharacteristicsDataContainerGeneric`1"]

The ICharacteristicsDataContainerGenericT type exposes the following members.

Properties
  NameDescription
Public propertyCharacteristics
Gets or sets a collection of characteristic data.
Top
See Also