Skip to content

Protocol

Property

A property wrapper type conforms to this protocol to participate in Fluent’s system for interfacing between the various properties of a model and the representations of those properties in a database. All properties whose wrappers conform to this protocol appear in Fluent’s list of the data items which exist on a given model - whether those items contain actual data, such as a property representing a field in a database table, or are means to access other data, such a list of associated models on the far side of a many-to-many relation.
protocol Property : AnyProperty

Topics

Associated Types

Instance Properties

Relationships

Inherits From

Inherited By

Conforming Types