UpdateTimestampable

public protocol UpdateTimestampable: class

Mechanica

Objects adopting the UpdateTimestampable have an updateAt property.

  • Undocumented

    Declaration

    Swift

    public protocol UpdateTimestampable: class
  • refreshUpdateDate() Extension method

    Mechanica

    Protocol UpdateTimestampable.

    Refreshes the update date iif the object has not unsaved update date.

    Declaration

    Swift

    public func refreshUpdateDate()