SectionMonitorBuilderType
public protocol SectionMonitorBuilderType
Utility protocol for SectionMonitorChainBuilder
. Used in methods that support chained fetch builders.
-
The
DynamicObject
type for theListMonitor
Declaration
Swift
associatedtype ObjectType : DynamicObject
-
The
From
clause specifies the source entity and source persistent store for theListMonitor
Declaration
Swift
var from: From<ObjectType> { get set }
-
The
SectionBy
clause to be used for theListMonitor
Declaration
Swift
var sectionBy: SectionBy<ObjectType> { get set }
-
The
FetchClause
s to be used for theListMonitor
Declaration
Swift
var fetchClauses: [FetchClause] { get set }