com.onlineobject.objectnet Namespace

InputEntry<(Of <(<'T>)>)> Class

Represents an abstract class for input entry with a specified type.

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

Syntax


public abstract class InputEntry<T> : IInputEntry<T>

Type Parameters

T
The type of the input value.

Inheritance Hierarchy


Object
  com.onlineobject.objectnet..::..InputEntry<(Of <(<'T>)>)>