CLSPredicateKeyPath Class

Definition

Enumerates key paths for retrieving ClassKit contexts.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 4, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static class CLSPredicateKeyPath
type CLSPredicateKeyPath = class
Inheritance
CLSPredicateKeyPath
Attributes

Properties

DateCreated

Gets the key path for retrieving contexts by their creation date.

Identifier

Gets the key path for retrieving contexts by their identifier.

Parent

Gets the key path for retrieving contexts by their parent.

Title

Gets the key path for retrieving contexts by their title.

Topic

Gets the key path for retrieving contexts by topic.

UniversalLinkUrl

Gets the key path for retrieving contexts by universal link URL.

Applies to