UIKit.UIManagedDocument: Method Members

The methods of UIKit.UIManagedDocument are listed below. For a list of all members, see the UIManagedDocument Members list.

See Also: Inherited members from UIKit.UIDocument

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.