Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.DataTypes.BooleanData Class Reference

This class holds a boolean value. More...

Inheritance diagram for IBM.Watson.DeveloperCloud.DataTypes.BooleanData:
IBM.Watson.DeveloperCloud.Widgets.Widget.Data

Public Member Functions

 BooleanData ()
 Default constructor. More...
 
 BooleanData (bool b)
 Data constructor. More...
 
override string GetName ()
 Name of this data type. More...
 

Properties

bool Boolean [get, set]
 The bool value. More...
 
- Properties inherited from IBM.Watson.DeveloperCloud.Widgets.Widget.Data
string Name [get]
 Name of this data type. More...
 

Detailed Description

This class holds a boolean value.

Constructor & Destructor Documentation

IBM.Watson.DeveloperCloud.DataTypes.BooleanData.BooleanData ( )
inline

Default constructor.

IBM.Watson.DeveloperCloud.DataTypes.BooleanData.BooleanData ( bool  b)
inline

Data constructor.

Parameters
b

Member Function Documentation

override string IBM.Watson.DeveloperCloud.DataTypes.BooleanData.GetName ( )
inlinevirtual

Name of this data type.

Returns
The readable name.

Implements IBM.Watson.DeveloperCloud.Widgets.Widget.Data.

Property Documentation

bool IBM.Watson.DeveloperCloud.DataTypes.BooleanData.Boolean
getset

The bool value.


The documentation for this class was generated from the following file: