CNGroup_PredicatesExtension Class

Definition

Extension methods for CNGroup.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static class CNGroup_PredicatesExtension
type CNGroup_PredicatesExtension = class
Inheritance
CNGroup_PredicatesExtension
Attributes

Methods

GetPredicateForGroups(CNGroup, String[])
Obsolete.

A NSPredicate that will retrieve the CNGroup objects whose Identifier properties match identifiers.

GetPredicateForGroupsInContainer(CNGroup, String)
Obsolete.

A NSPredicate that will retrieve the CNGroup objects in the CNContainer whose Identifier property matches containerIdentifier.

GetPredicateForSubgroupsInGroup(CNGroup, String)
Obsolete.
Obsolete.

A NSPredicate that will retrieve the subgroups in the CNGroup whose Identifier property matches parentGroupIdentifier.

Applies to