Fauna csharp driver  4.2.0
Static Public Member Functions | Static Public Attributes | List of all members
FaunaDB.Types.BooleanV Class Reference

Represents a Boolean value in the FaunaDB query language. More...

Inheritance diagram for FaunaDB.Types.BooleanV:
FaunaDB.Types.ScalarValue< bool >

Static Public Member Functions

static BooleanV Of (bool b)
 

Static Public Attributes

static readonly BooleanV True = new BooleanV(true)
 
static readonly BooleanV False = new BooleanV(false)
 

Additional Inherited Members

- Public Member Functions inherited from FaunaDB.Types.ScalarValue< bool >
override bool Equals (Expr v)
 
override string ToString ()
 
- Protected Member Functions inherited from FaunaDB.Types.ScalarValue< bool >
 ScalarValue (TWrapped value)
 
override int HashCode ()
 
- Properties inherited from FaunaDB.Types.ScalarValue< bool >
TWrapped Value [get]
 

Detailed Description

Represents a Boolean value in the FaunaDB query language.

Definition at line 46 of file ScalarValue.cs.

Member Function Documentation

◆ Of()

static BooleanV FaunaDB.Types.BooleanV.Of ( bool  b)
static

Member Data Documentation

◆ False

readonly BooleanV FaunaDB.Types.BooleanV.False = new BooleanV(false)
static

Definition at line 54 of file ScalarValue.cs.

◆ True

readonly BooleanV FaunaDB.Types.BooleanV.True = new BooleanV(true)
static

Definition at line 53 of file ScalarValue.cs.


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