UpdateTimestampable
public protocol UpdateTimestampable: class
Mechanica
Objects adopting the UpdateTimestampable
have an updateAt
property.
-
Undocumented
Declaration
Swift
public protocol UpdateTimestampable: class
-
refreshUpdateDate()
Extension methodMechanica
Protocol
UpdateTimestampable
.Refreshes the update date iif the object has not unsaved update date.
Declaration
Swift
public final func refreshUpdateDate()