Attribute used to specify properties of a field in a Fauna object. More...
Public Member Functions | |
FieldAttribute () | |
FieldAttribute (string name) | |
FieldAttribute (FaunaType type) | |
FieldAttribute (string name, FaunaType type) | |
Attribute used to specify properties of a field in a Fauna object.
Definition at line 29 of file Attributes.cs.
Fauna.Mapping.Attributes.FieldAttribute.FieldAttribute | ( | ) |
Definition at line 34 of file Attributes.cs.
Fauna.Mapping.Attributes.FieldAttribute.FieldAttribute | ( | string | name | ) |
Definition at line 36 of file Attributes.cs.
Fauna.Mapping.Attributes.FieldAttribute.FieldAttribute | ( | FaunaType | type | ) |
Definition at line 41 of file Attributes.cs.
Fauna.Mapping.Attributes.FieldAttribute.FieldAttribute | ( | string | name, |
FaunaType | type | ||
) |
Definition at line 46 of file Attributes.cs.