BuildingEntitiesDO

extension BuildingEntitiesDO
extension BuildingEntitiesDO : Identifiable
  • Declaration

    Swift

    @nonobjc
    public class func fetchRequest() -> NSFetchRequest<BuildingEntitiesDO>
  • Declaration

    Swift

    @NSManaged
    public var buildingId: Int32 { get set }
  • Declaration

    Swift

    @NSManaged
    public var dateAdded: String? { get set }
  • Declaration

    Swift

    @NSManaged
    public var propertyId: Int32 { get set }
  • Declaration

    Swift

    @NSManaged
    public var syncId: String? { get set }
  • Declaration

    Swift

    @NSManaged
    public var stores: NSSet? { get set }

Generated accessors for stores

  • Declaration

    Swift

    @objc(addStoresObject:)
    @NSManaged
    public func addToStores(_ value: StoreDO)
  • Declaration

    Swift

    @objc(removeStoresObject:)
    @NSManaged
    public func removeFromStores(_ value: StoreDO)
  • Declaration

    Swift

    @objc(addStores:)
    @NSManaged
    public func addToStores(_ values: NSSet)
  • Declaration

    Swift

    @objc(removeStores:)
    @NSManaged
    public func removeFromStores(_ values: NSSet)