Fauna v10 .NET/C# Driver 1.0.0
 
Loading...
Searching...
No Matches
Public Attributes | List of all members
Fauna.Mapping.BaseFieldAttribute Class Referenceabstract

An abstract type for attributing user-defined document classes. More...

Inheritance diagram for Fauna.Mapping.BaseFieldAttribute:
Fauna.Mapping.CollectionAttribute Fauna.Mapping.FieldAttribute Fauna.Mapping.IdAttribute Fauna.Mapping.TsAttribute

Public Attributes

readonly? string Name
 The name of the field.
 
readonly FieldType Type
 The type of the field.
 

Detailed Description

An abstract type for attributing user-defined document classes.

Definition at line 29 of file Attributes.cs.

Member Data Documentation

◆ Name

readonly? string Fauna.Mapping.BaseFieldAttribute.Name

The name of the field.

Definition at line 34 of file Attributes.cs.

◆ Type

readonly FieldType Fauna.Mapping.BaseFieldAttribute.Type

The type of the field.

Definition at line 38 of file Attributes.cs.


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