Contents

CMIOExtensionPropertyState

An object that describes the state of a property.

Declaration

class CMIOExtensionPropertyState<ObjectType> where ObjectType : AnyObject

Overview

Create a property state object by specifying the type of data it stores, which must be a NSString, NSNumber, NSDictionary, NSArray, or NSData. You can optionally specify attributes that restrict the range of values a property allows.

Topics

Creating a Property State

Inspecting a Property State

Initializers

See Also

Properties