PropertyContainerPath
public protocol PropertyContainerPath : PropertyPath
This is a specialized protocol to indicate the property is a container of other properties,
i.e. a struct representing another Model.
See also
ModelPath
-
getKeyPath()Default implementationDefault Implementation
Declaration
Swift
func getKeyPath() -> String -
Must return a reference to the type containing the properties
Declaration
Swift
func getModelType() -> Model.Type
View on GitHub