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

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

Inheritance diagram for FaunaDB.Types.NullV:
FaunaDB.Types.Value FaunaDB.Query.Expr

Public Member Functions

override bool Equals (Expr v)
 
override string ToString ()
 
- Public Member Functions inherited from FaunaDB.Types.Value
Value At (params string[] keys)
 Navigate through object's keys, assuming value is an instance of ObjectV. More...
 
Value At (params int[] indexes)
 Navigate through array's indexes, assuming value is an instance of ArrayV. More...
 
IResult< T > To< T > ()
 Attempts to coerce this value to given type T specified. More...
 
IReadOnlyList< T > Collect< T > (Field< T > field)
 Loop through this node collecting the Field passed, assuming the node is an instance of ArrayV More...
 
Get< T > (Field< T > field)
 Extract a Field from this node More...
 
IOption< T > GetOption< T > (Field< T > field)
 Attempts to extact a Field from this node More...
 
- Public Member Functions inherited from FaunaDB.Query.Expr
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Attributes

static readonly Value Instance = new NullV()
 

Protected Member Functions

override int HashCode ()
 

Additional Inherited Members

- Static Public Member Functions inherited from FaunaDB.Types.Value
static implicit operator Value (bool b)
 
static implicit operator Value (double d)
 
static implicit operator Value (long l)
 
static implicit operator Value (int i)
 
static implicit operator Value (string s)
 
static implicit operator Value (DateTime dt)
 
static implicit operator Value (DateTimeOffset dt)
 
static implicit operator Value (byte[] bytes)
 
static operator bool (Value v)
 
static operator double (Value v)
 
static operator long (Value v)
 
static operator string (Value v)
 
static operator DateTime (Value v)
 
static operator DateTimeOffset (Value v)
 
- Static Public Member Functions inherited from FaunaDB.Query.Expr
static bool operator== (Expr a, Expr b)
 
static bool operator!= (Expr a, Expr b)
 
static implicit operator Expr (bool b)
 
static implicit operator Expr (double d)
 
static implicit operator Expr (long l)
 
static implicit operator Expr (int i)
 
static implicit operator Expr (string s)
 
static implicit operator Expr (DateTime dt)
 
static implicit operator Expr (DateTimeOffset dt)
 
static implicit operator Expr (Dictionary< string, Expr > dict)
 
static implicit operator Expr (byte[] bytes)
 
static implicit operator Expr (ActionType action)
 
static implicit operator Expr (TimeUnit unit)
 
static implicit operator Expr (Normalizer normalizer)
 
static operator bool (Expr v)
 
static operator double (Expr v)
 
static operator long (Expr v)
 
static operator string (Expr v)
 
static operator DateTime (Expr v)
 
static operator DateTimeOffset (Expr v)
 
static operator ActionType (Expr v)
 
static operator TimeUnit (Expr unit)
 
static operator Normalizer (Expr normalizer)
 

Detailed Description

Represents a null value in the FaunaDB query language.

Definition at line 9 of file NullV.cs.

Member Function Documentation

◆ Equals()

override bool FaunaDB.Types.NullV.Equals ( Expr  v)
virtual

Implements FaunaDB.Query.Expr.

◆ HashCode()

override int FaunaDB.Types.NullV.HashCode ( )
protectedvirtual

Implements FaunaDB.Query.Expr.

◆ ToString()

override string FaunaDB.Types.NullV.ToString ( )

Member Data Documentation

◆ Instance

readonly Value FaunaDB.Types.NullV.Instance = new NullV()
static

Definition at line 11 of file NullV.cs.


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