Structures

The following structures are available globally.

retry

  • Define some info to customize retry behavioue.

    See more

    Declaration

    Swift

    public struct Retry
  • One result of itunes lookup request.

    See more

    Declaration

    Swift

    public struct ItunesLookupItem
    extension ItunesLookupItem: JSONDecodable
    extension ItunesLookupItem: DictionaryConvertible
  • Results of itunes lookup request.

    See more

    Declaration

    Swift

    public struct ItunesLookup
    extension ItunesLookup: JSONDecodable
    extension ItunesLookup: DictionaryConvertible
  • Parser for JSON Data to Record.

    See more

    Declaration

    Swift

    public struct ImportableParser
  • Table structure for stored data.

    See more

    Declaration

    Swift

    public struct Table
    extension Table: Codable
    extension Table: Hashable
    extension Table: JSONDecodable
    extension Table: DictionaryConvertible
    extension Table: Equatable
  • Undocumented

    See more

    Declaration

    Swift

    public struct AnyCodable : Codable
    extension AnyCodable: Equatable
    extension AnyCodable: CustomStringConvertible
    extension AnyCodable: CustomDebugStringConvertible
    extension AnyCodable: ExpressibleByNilLiteral, ExpressibleByBooleanLiteral, ExpressibleByIntegerLiteral, ExpressibleByFloatLiteral, ExpressibleByStringLiteral, ExpressibleByArrayLiteral, ExpressibleByDictionaryLiteral

Decodable

  • Undocumented

    See more

    Declaration

    Swift

    public struct AnyDecodable : Decodable
    extension AnyDecodable: Equatable
    extension AnyDecodable: CustomStringConvertible
    extension AnyDecodable: CustomDebugStringConvertible

Encodable

  • Undocumented

    See more

    Declaration

    Swift

    public struct AnyEncodable : Encodable
    extension AnyEncodable: Equatable
    extension AnyEncodable: CustomStringConvertible
    extension AnyEncodable: CustomDebugStringConvertible
    extension AnyEncodable: ExpressibleByNilLiteral, ExpressibleByBooleanLiteral, ExpressibleByIntegerLiteral, ExpressibleByFloatLiteral, ExpressibleByStringLiteral, ExpressibleByArrayLiteral, ExpressibleByDictionaryLiteral
  • Undocumented

    See more

    Declaration

    Swift

    @propertyWrapper
    public struct StringDictContainer
    extension StringDictContainer: Encodable
    extension StringDictContainer: Decodable
  • Undocumented

    See more

    Declaration

    Swift

    public struct ClassStore
  • Represent a mobile action sent 4D server.

    See more

    Declaration

    Swift

    public struct Action
    extension Action: Codable
    extension Action: JSONDecodable
    extension Action: DictionaryConvertible
    extension Action: Equatable
  • Parameter of Action

    See more

    Declaration

    Swift

    public struct ActionParameter
    extension ActionParameter: Codable
    extension ActionParameter: JSONDecodable
    extension ActionParameter: DictionaryConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public struct UploadResult
    extension UploadResult: ActionParameterEncodable
    extension UploadResult: Codable
    extension UploadResult: JSONDecodable
    extension UploadResult: DictionaryConvertible
    extension UploadResult: Equatable

dico key

Codable

  • An object to represend a server version.

    See more

    Declaration

    Swift

    public struct ServerVersion
  • A class to represent a version

    See more

    Declaration

    Swift

    public struct SemVersion
    extension SemVersion: Equatable
    extension SemVersion: Comparable
  • An attribute of Table.

    See more

    Declaration

    Swift

    public struct Attribute
    extension Attribute: Hashable
    extension Attribute: Codable
    extension Attribute: JSONDecodable
  • Defines rules to transform name from JSON to CoreData

    See more

    Declaration

    Swift

    public struct AttributeNameTransformer
    extension AttributeNameTransformer: Equatable
    extension AttributeNameTransformer: Codable

Relative