MonobjcMonobjc Documented Class Library
CoreDataFramework Class
NamespacesMonobjc.CoreDataCoreDataFramework

[Missing <summary> documentation for "T:Monobjc.CoreData.CoreDataFramework"]

Declaration Syntax
C#Visual BasicVisual C++
public static class CoreDataFramework
Public NotInheritable Class CoreDataFramework
public ref class CoreDataFramework abstract sealed
Members
All MembersFields



IconMemberDescription
NSAffectedObjectsErrorKey

The key for objects prompting an error.

Available in Mac OS X v10.4 and later.


NSAffectedStoresErrorKey

The key for stores prompting an error.

Available in Mac OS X v10.4 and later.


NSCoreDataVersionNumber

Specifies the version of Core Data available in the current process.

Available in Mac OS X v10.4 and later.


NSDetailedErrorsKey

If multiple validation errors occur in one operation, they are collected in an array and added with this key to the “top-level error” of the operation.

Available in Mac OS X v10.4 and later.


NSSQLiteErrorDomain

Domain for SQLite errors.

The value of "code" corresponds to preexisting values in SQLite.

Available in Mac OS X v10.5 and later.


NSValidationKeyErrorKey

Key for the key that failed to validate for a validation error.

Available in Mac OS X v10.4 and later.


NSValidationObjectErrorKey

Key for the object that failed to validate for a validation error.

Available in Mac OS X v10.4 and later.


NSValidationPredicateErrorKey

For predicate-based validation, key for the predicate for the condition that failed to validate.

Available in Mac OS X v10.4 and later.


NSValidationValueErrorKey

If non-nil, the key for the value for the key that failed to validate for a validation error.

Available in Mac OS X v10.4 and later.


Inheritance Hierarchy
Object
CoreDataFramework
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)