NSEntityDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the value relationships between an in-memory object and its persistent representation.
[Foundation.Register("NSEntityDescription", true)]
public class NSEntityDescription : Foundation.NSObject, Foundation.INSCoding, Foundation.INSCopying, IDisposable
[<Foundation.Register("NSEntityDescription", true)>]
type NSEntityDescription = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSCopying
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NSEntityDescription() |
Creates a new NSEntityDescription with default values. |
| NSEntityDescription(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSEntityDescription(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| NSEntityDescription(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| Abstract |
Gets or sets a Boolean value that controls whether the receiver is an abstract entity. |
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AttributesByName |
Gets the a dictionary whose keys are the receiver attribute names and whose values are the corresponding attribute values. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CompoundIndexes |
Developers should not use this deprecated property. Developers should use 'NSEntityDescription.Indexes' instead. |
| CoreSpotlightDisplayNameExpression |
Gets or sets the expression that will be used to calculate the core spotlight display name for the entity. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Indexes |
Gets or sets the indices for the entity. |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| ManagedObjectClassName |
Gets or sets the name of the receiver's class. |
| ManagedObjectModel |
Gets the managed object model for the receiver. |
| Name |
Gets the receiver's entity name. |
| Properties |
Gets an array that contains the receiver's properties. |
| PropertiesByName |
Gets a dictionary of the receiver's properties. |
| RelationshipsByName |
Gets a dictionary of the receiver's relationships. |
| RenamingIdentifier |
Gets or sets the a value that is used to resolve name conflicts from one model to another. |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Subentities |
Gets an array of the subentities for this entity. |
| SubentitiesByName |
Gets a dictionary of the subentities for this entity. |
| Superclass | (Inherited from NSObject) |
| Superentity |
Gets the superentity of this entity. |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| UniquenessConstraints |
Gets or sets the uniqueness constraints for this entity. |
| UserInfo |
Gets or sets the receiver's user information dictionary. |
| VersionHash |
Gets the receiver's version hash. |
| VersionHashModifier |
Gets the modifier for the receiver's version hash. |
| Zone | (Inherited from NSObject) |