Sets the value of the field on a specific entity.
Namespace:
Mindscape.LightSpeed.MetaDataAssembly: 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
Exception | Condition |
---|---|
Mindscape.LightSpeed..::.LightSpeedException | Thrown if the field is not defined on the entity |