EntitySet

public struct EntitySet
extension EntitySet: Codable
extension EntitySet: JSONDecodable
extension EntitySet: DictionaryConvertible
extension EntitySet: Equatable
extension EntitySet: EntitySetIdConvertible

Undocumented

  • id

    The entity set id.

    Declaration

    Swift

    public var id: String
  • Undocumented

    Declaration

    Swift

    public var tableName: String
  • Undocumented

    Declaration

    Swift

    public var selectionSize: Int
  • Undocumented

    Declaration

    Swift

    public var sorted: Bool
  • Return date of set refresh

    Declaration

    Swift

    public var refreshed: Date
  • Undocumented

    Declaration

    Swift

    public var expires: Date

JSON

DictionaryConvertible

Equatable

  • Declaration

    Swift

    public static func == (lhf: EntitySet, rhf: EntitySet) -> Bool

EntitySetIdConvertible

  • Declaration

    Swift

    public var entitySetID: String { get }