UIKit.UIManagedDocument Members

The members of UIKit.UIManagedDocument are listed below.

See Also: Inherited members from UIKit.UIDocument

Public Constructors

Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ManagedObjectContextCoreData.NSManagedObjectContext. This UIManagedDocument's managed object context. Read-only.
[read-only]
ManagedObjectModelCoreData.NSManagedObjectModel. This UIManagedDocument's managed object model. Read-only.
ModelConfigurationstring. A name to be passed when configuring the persistent store.
[read-only]
static
PersistentStoreNamestring. The name for the persistent store file inside the document's file package.
PersistentStoreOptionsFoundation.NSDictionary. Options to be used when creating the persistent store.

Public Methods

AdditionalContent(Foundation.NSUrl, out Foundation.NSError) : Foundation.NSObject
Responsible for writing non-Core Data content to the additional content directory in the document's file package.
ConfigurePersistentStoreCoordinator(Foundation.NSUrl, string, string, Foundation.NSDictionary, Foundation.NSError) : bool
Creates or loads the document's persistent store.
GetPersistentStoreType(string) : string
The Core Data store type for the specified document file type.
ReadAdditionalContent(Foundation.NSUrl, out Foundation.NSError) : bool
Responsible for reading non-Core Data content from the additional content directory in the document's file package.
WriteAdditionalContent(Foundation.NSObject, Foundation.NSUrl, Foundation.NSUrl, out Foundation.NSError) : bool
Writes non-Core Data content to the document's file package.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIManagedDocument object.