Catalog

public struct Catalog
extension Catalog: Codable
extension Catalog: JSONDecodable
extension Catalog: DictionaryConvertible
extension Catalog: Equatable

a list of the datastore classes is returned along with two URIs for each datastore class in your project’s active model.

  • Undocumented

    Declaration

    Swift

    public var name: String
  • uri

    Undocumented

    Declaration

    Swift

    public var uri: String?
  • Undocumented

    Declaration

    Swift

    public var dataURI: String?

JSON

  • Undocumented

    Declaration

    Swift

    public init?(json: JSON)
  • Return all Catalog objects from json

    Declaration

    Swift

    public static func all(json: JSON) -> [Catalog]
  • Return all Catalog objects from json

    Declaration

    Swift

    public static func array(json: JSON) -> [Catalog]?

DictionaryConvertible

Equatable

  • Declaration

    Swift

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