Sets 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 void SetValue(
	Entity entity,
	Object value
)
Visual Basic (Declaration)
Public Sub SetValue ( _
	entity As Entity, _
	value As Object _
)

Parameters

entity
Type: Mindscape.LightSpeed..::.Entity
The entity on which to set the field.
value
Type: System..::.Object
The value to be assigned

Exceptions

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

See Also