PropertyPath
public protocol PropertyPath
Represents a property of a Model
. PropertyPath is a way of representing the
structure of a model with static typing, so developers can reference model
properties in queries and other functionality that require them.
-
Access the property metadata.
Implementation note: this function is in place over an implicit accessor over a property named
metadata
in order to avoid name conflict with the actual property names that will get generate from theModel
.Declaration
Swift
func getMetadata() -> PropertyPathMetadata