com.onlineobject.objectnet Namespace

IInputEntry<(Of <(<'T>)>)> Interface

Interface defining the contract for an input entry that can handle values of type T.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public interface IInputEntry<T> : IInput

Type Parameters

T
The type of the value that the input entry will handle.