Class BooleanValueGetter
Wrapper over IBooleanValueGetter to hide delegates
Implements
Inherited Members
Namespace: CAMAPI.UIDialogs.DotnetHelper
Assembly: CAMAPI.UIDialogs.DotnetHelper.dll
Syntax
public class BooleanValueGetter : IBooleanValueGetterConstructors
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 |