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

A FaunaDB ref type. More...

Inheritance diagram for FaunaDB.Types.RefV:
FaunaDB.Types.ScalarValue< RefID >

Public Member Functions

 RefV (string id, RefV collection=null, RefV database=null)
 
override bool Equals (Expr v)
 
override string ToString ()
 
- Public Member Functions inherited from FaunaDB.Types.ScalarValue< RefID >
override bool Equals (Expr v)
 
override string ToString ()
 

Static Public Member Functions

static RefV Of (string id, RefV collection=null, RefV database=null)
 

Protected Member Functions

override int HashCode ()
 
- Protected Member Functions inherited from FaunaDB.Types.ScalarValue< RefID >
 ScalarValue (TWrapped value)
 
override int HashCode ()
 

Properties

string Id [get]
 
RefV Collection [get]
 
RefV Database [get]
 
- Properties inherited from FaunaDB.Types.ScalarValue< RefID >
TWrapped Value [get]
 

Detailed Description

A FaunaDB ref type.

See FaunaDB Special Types

.

Definition at line 28 of file RefV.cs.

Constructor & Destructor Documentation

◆ RefV()

FaunaDB.Types.RefV.RefV ( string  id,
RefV  collection = null,
RefV  database = null 
)

Definition at line 36 of file RefV.cs.

Member Function Documentation

◆ Equals()

override bool FaunaDB.Types.RefV.Equals ( Expr  v)

Definition at line 53 of file RefV.cs.

◆ HashCode()

override int FaunaDB.Types.RefV.HashCode ( )
protected

◆ Of()

static RefV FaunaDB.Types.RefV.Of ( string  id,
RefV  collection = null,
RefV  database = null 
)
static

◆ ToString()

override string FaunaDB.Types.RefV.ToString ( )

Definition at line 66 of file RefV.cs.

Property Documentation

◆ Collection

RefV FaunaDB.Types.RefV.Collection
get

Definition at line 32 of file RefV.cs.

◆ Database

RefV FaunaDB.Types.RefV.Database
get

Definition at line 34 of file RefV.cs.

◆ Id

string FaunaDB.Types.RefV.Id
get

Definition at line 30 of file RefV.cs.


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