Gets the value of this field from an item.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public Object GetValue(
	Item item
)

Parameters

item
Type: TeaTime..::..Item
The item.

Return Value

The value.

Exceptions

ExceptionCondition
System..::..ArgumentNullException The item is null.

See Also