A way to create simple NSPredicates.
More...
NSPredicate (https://developer.apple.com/documentation/foundation/nspredicate) is a definition of logical conditions used to constrain a search either for a fetch or for in-memory filtering.
|
|
string | formatString |
| | The predicate's format string.
|
| |
|
| | Predicate (string format) |
| | Construct a Predicate with a format string.
|
| |
| virtual XElement | ToXML () |
| | generates XML Element to convert the Predicate to an NSPredicate on the Obj-C side.
|
| |
|
string | ToXMLString () |
| | generates an XML string, to convert the Predicate to an NSPredicate on the Obj-C side.
|
| |
◆ Predicate()
| BeliefEngine.HealthKit.Predicate.Predicate |
( |
string | format | ) |
|
|
inline |
- Parameters
-
| format | the format string to use. |
◆ ToXML()
| virtual XElement BeliefEngine.HealthKit.Predicate.ToXML |
( |
| ) |
|
|
inlinevirtual |