Class BooleanValueGetter
Wrapper over IBooleanValueGetter to hide delegates
Inheritance
object
BooleanValueGetter
Implements
Namespace: CAMAPI.UIDialogs.DotnetHelper
Assembly: CAMAPI.UIDialogs.DotnetHelper.dll
Syntax
public class BooleanValueGetter : Object, IBooleanValueGetter
Constructors
BooleanValueGetter(OnGetBooleanValue)
Wrapper over IBooleanValueGetter to hide delegates
Declaration
public BooleanValueGetter(OnGetBooleanValue getter)
Parameters
Type | Name | Description |
---|---|---|
OnGetBooleanValue | getter |
Methods
GetValue()
Execute delegate to get Boolean value
Declaration
public bool GetValue()
Returns
Type | Description |
---|---|
bool |