Contents

NSAttributeType.undefinedAttributeType

An attribute that doesn’t have an explicit type.

Declaration

case undefinedAttributeType

Discussion

Use this attribute type with transient attributues only. Core Data manages the attribute’s value and registers the necessary undo and redo actions.

See Also

Attribute types