Table of Contents

Method IsNull

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

IsNull(string)

Determines if the select item with the name passed in is null within this datum either as a result of not being in the datum or being in the datum and being set to null.

public bool IsNull(string selectItemName)

Parameters

selectItemName string

The name of the select item to test.

Returns

bool

Boolean indicating if select item with this name is null.

IsNull(ISelectItem)

Determines if the select item is null within this datum either as a result of not being in the datum or being in the datum and being set to null.

public virtual bool IsNull(ISelectItem selectItem)

Parameters

selectItem ISelectItem

The select item to test.

Returns

bool

Boolean indicating if select item is null.