OfflineODataCustomHeader

public class OfflineODataCustomHeader : EntityValue

A built-in Offline OData entity type which stores information about Offline OData custom headers.

  • Undocumented

    Declaration

    Swift

    @inline(__always)
    open class var headerID: Property { get set }
  • The custom header identifier.

    Declaration

    Swift

    open var headerID: Int { get set }
  • Declaration

    Swift

    override open var isProxy: Bool { get }
  • Undocumented

    Declaration

    Swift

    open class func key(headerID: Int) -> EntityKey
  • Undocumented

    Declaration

    Swift

    @inline(__always)
    open class var name: Property { get set }
  • The name of the custom header.

    Declaration

    Swift

    open var name: String { get set }
  • Undocumented

    Declaration

    Swift

    @inline(__always)
    open class var value: Property { get set }
  • The value of the custom header.

    Declaration

    Swift

    open var value: String { get set }