MonoMac.CoreData.NSManagedObject Members

The members of MonoMac.CoreData.NSManagedObject are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
ChangedValuesMonoMac.Foundation.NSDictionary. Documentation for this section has not yet been entered.
[read-only]
ChangedValuesForCurrentEventMonoMac.Foundation.NSDictionary. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
EntityNSEntityDescription. Documentation for this section has not yet been entered.
[read-only]
HasChangesbool. Documentation for this section has not yet been entered.
[read-only]
IsDeletedbool. Documentation for this section has not yet been entered.
[read-only]
IsFaultbool. Documentation for this section has not yet been entered.
[read-only]
IsInsertedbool. Documentation for this section has not yet been entered.
[read-only]
IsUpdatedbool. Documentation for this section has not yet been entered.
[read-only]
ManagedObjectContextNSManagedObjectContext. Documentation for this section has not yet been entered.
[read-only]
ObjectIDNSManagedObjectID. Documentation for this section has not yet been entered.
ObservationInfoIntPtr. Documentation for this section has not yet been entered.

Public Methods

AwakeFromFetch()
Documentation for this section has not yet been entered.
AwakeFromInsert()
Documentation for this section has not yet been entered.
CommittedValuesForKeys(string[]) : MonoMac.Foundation.NSDictionary
Documentation for this section has not yet been entered.
DidAccessValueForKey(string)
Documentation for this section has not yet been entered.
DidChangeValueForKey(string)
Documentation for this section has not yet been entered.
DidChangeValueForKey(string, NSKeyValueSetMutationKind, MonoMac.Foundation.NSSet)
Documentation for this section has not yet been entered.
DidSave()
Documentation for this section has not yet been entered.
DidTurnIntoFault()
Documentation for this section has not yet been entered.
HasFaultForRelationshipNamed(string) : bool
Documentation for this section has not yet been entered.
PrimitiveValueForKey(string) : IntPtr
Documentation for this section has not yet been entered.
SetPrimitiveValue(IntPtr, string)
Documentation for this section has not yet been entered.
SetValue(IntPtr, string)
Documentation for this section has not yet been entered.
ValidateForDelete(out MonoMac.Foundation.NSError) : bool
Documentation for this section has not yet been entered.
ValidateForInsert(out MonoMac.Foundation.NSError) : bool
Documentation for this section has not yet been entered.
ValidateForUpdate(out MonoMac.Foundation.NSError) : bool
Documentation for this section has not yet been entered.
ValidateValue(MonoMac.Foundation.NSObject, string, out MonoMac.Foundation.NSError) : bool
Documentation for this section has not yet been entered.
ValueForKey(string) : IntPtr
Documentation for this section has not yet been entered.
WillAccessValueForKey(string)
Documentation for this section has not yet been entered.
WillChangeValueForKey(string)
Documentation for this section has not yet been entered.
WillChangeValueForKey(string, NSKeyValueSetMutationKind, MonoMac.Foundation.NSSet)
Documentation for this section has not yet been entered.
WillSave()
Documentation for this section has not yet been entered.
WillTurnIntoFault()
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSManagedObject object.