Click or drag to resize
weroSoft AG, Software
ICheckableT Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines an object to be checkable.

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

Type Parameters

T

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

The ICheckableT type exposes the following members.

Methods
  NameDescription
Public methodCheck
Checks the item
Top
See Also