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

A FaunaDB bytes type. More...

Inheritance diagram for FaunaDB.Types.BytesV:
FaunaDB.Types.ScalarValue< byte[]>

Public Member Functions

override bool Equals (Expr v)
 
override string ToString ()
 
- Public Member Functions inherited from FaunaDB.Types.ScalarValue< byte[]>
override bool Equals (Expr v)
 
override string ToString ()
 

Static Public Member Functions

static BytesV Of (string base64)
 
static BytesV Of (params byte[] value)
 

Protected Member Functions

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

Additional Inherited Members

- Properties inherited from FaunaDB.Types.ScalarValue< byte[]>
TWrapped Value [get]
 

Detailed Description

A FaunaDB bytes type.

See FaunaDB Special Types

.

Definition at line 15 of file BytesV.cs.

Member Function Documentation

◆ Equals()

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

Definition at line 35 of file BytesV.cs.

◆ HashCode()

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

◆ Of() [1/2]

static BytesV FaunaDB.Types.BytesV.Of ( params byte[]  value)
static

◆ Of() [2/2]

static BytesV FaunaDB.Types.BytesV.Of ( string  base64)
static

◆ ToString()

override string FaunaDB.Types.BytesV.ToString ( )

Definition at line 49 of file BytesV.cs.


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