AlertCommunicationDO

public class AlertCommunicationDO : NSManagedObject
extension AlertCommunicationDO : Identifiable
  • Declaration

    Swift

    @nonobjc
    public class func createFetchRequest() -> NSFetchRequest<AlertCommunicationDO>
  • Declaration

    Swift

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

    Swift

    @NSManaged
    public var currentVisitors: Bool { get set }
  • Declaration

    Swift

    @NSManaged
    public var mobile: Bool { get set }
  • Declaration

    Swift

    @NSManaged
    public var pastVisitorDays: Int16 { get set }
  • Declaration

    Swift

    @NSManaged
    public var pastVisitors: Bool { get set }
  • web

    Declaration

    Swift

    @NSManaged
    public var web: Bool { get set }
  • Declaration

    Swift

    @NSManaged
    public var ofAlert: AlertDO? { get set }
  • Declaration

    Swift

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

Generated accessors for triggers