MonoMac.CoreData.NSEntityDescription Members

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

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
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.

Public Properties

Abstractbool. Documentation for this section has not yet been entered.
[read-only]
AttributesByNameMonoMac.Foundation.NSDictionary. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
CompoundIndexesNSPropertyDescription[]. Documentation for this section has not yet been entered.
ManagedObjectClassNamestring. Documentation for this section has not yet been entered.
[read-only]
ManagedObjectModelNSManagedObjectModel. Documentation for this section has not yet been entered.
Namestring. Documentation for this section has not yet been entered.
PropertiesNSPropertyDescription[]. Documentation for this section has not yet been entered.
[read-only]
PropertiesByNameMonoMac.Foundation.NSDictionary. Documentation for this section has not yet been entered.
[read-only]
RelationshipsByNameMonoMac.Foundation.NSDictionary. Documentation for this section has not yet been entered.
SubentitiesNSEntityDescription[]. Documentation for this section has not yet been entered.
[read-only]
SubentitiesByNameMonoMac.Foundation.NSDictionary. Documentation for this section has not yet been entered.
[read-only]
SuperentityNSEntityDescription. Documentation for this section has not yet been entered.
UserInfoMonoMac.Foundation.NSDictionary. Documentation for this section has not yet been entered.
[read-only]
VersionHashMonoMac.Foundation.NSData. Documentation for this section has not yet been entered.
VersionHashModifierstring. Documentation for this section has not yet been entered.

Public Methods

static
EntityForName(string, NSManagedObjectContext) : NSEntityDescription
Documentation for this section has not yet been entered.
static
InsertNewObjectForEntityForName(string, NSManagedObjectContext) : MonoMac.Foundation.NSObject
Documentation for this section has not yet been entered.
IsKindOfEntity(NSEntityDescription) : bool
Documentation for this section has not yet been entered.
RelationshipsWithDestinationEntity(NSEntityDescription) : NSRelationshipDescription[]
Documentation for this section has not yet been entered.

Protected Methods

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