Gets the value of the field on a specific entity.

Namespace:  Mindscape.LightSpeed.MetaData
Assembly:  Mindscape.LightSpeed.MetaData (in Mindscape.LightSpeed.MetaData.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public Object GetValue(
	Entity entity
)
Visual Basic (Declaration)
Public Function GetValue ( _
	entity As Entity _
) As Object

Parameters

entity
Type: Mindscape.LightSpeed..::.Entity
The entity on which to get the field.

Return Value

The field value on the entity. Throws a LightSpeedException if the field is not defined on the entity.

Exceptions

ExceptionCondition
Mindscape.LightSpeed..::.LightSpeedExceptionThrown if the field is not defined on the entity

See Also