Gets a field by name.

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

Syntax

public Field GetFieldByName(
	string name
)

Parameters

name
Type: System..::..String
The name.

Return Value

The field with name name.

Exceptions

ExceptionCondition
System..::..ArgumentNullException Thrown when name is null.
System..::..InvalidOperationExceptionThrown when no field with name exists.

See Also