CorvusModel
public protocol CorvusModel: Model, Content
where IDValue: LosslessStringConvertible
A protocol that wraps both Model and Content for convenience and is used
to define all models that are used in database persistency and in network
communication.
-
deletedTimestampExtension methodThe timestamp at which a
CorvusModelwas soft deleted.Declaration
Swift
static var deletedTimestamp: Timestamp<DefaultTimestampFormat>? { get }
CorvusModel Protocol Reference