CNContainer_PredicatesExtension Class

Definition

Extension methods for CNContainer.

[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 CNContainer_PredicatesExtension
type CNContainer_PredicatesExtension = class
Inheritance
CNContainer_PredicatesExtension
Attributes

Methods

GetPredicateForContainerOfContact(CNContainer, String)
Obsolete.

Retrieves an NSPredicate appropriate for retrieving the CNContainer containing the CNContact with the identifier contactIdentifier.

GetPredicateForContainerOfGroup(CNContainer, String)
Obsolete.

Retrieves an NSPredicate appropriate for retrieving the CNContainer containing the CNGroup with the identifier groupIdentifier.

GetPredicateForContainers(CNContainer, String[])
Obsolete.

Retrieves an NSPredicate appropriate for retrieving the CNContainer objects with the identifiers specified by identifiers.

Applies to