Table of Contents

Method SetField

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

SetField(ISelectItem, object)

protected void SetField(ISelectItem selectItem, object value)

Parameters

selectItem ISelectItem
value object

SetField(int, object)

Untyped setter method for setting a field value. Try to use the typed versions instead.

public void SetField(int fieldIndex, object value)

Parameters

fieldIndex int

The index of the column

value object

The value to set

SetField(string, object)

Untyped setter method for setting a field value. Try to use the typed versions instead.

public void SetField(string fieldName, object value)

Parameters

fieldName string

The name of the column

value object

The value to set