NSPropertyDescription 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.
Defines properties of an entity in a managed objectmodel. The equivalent of an instance property.
[Foundation.Register("NSPropertyDescription", true)]
public class NSPropertyDescription : Foundation.NSObject, Foundation.INSCoding, Foundation.INSCopying, IDisposable
[<Foundation.Register("NSPropertyDescription", true)>]
type NSPropertyDescription = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSCopying
- Inheritance
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NSPropertyDescription() |
Creates a new NSPropertyDescription with default values. |
| NSPropertyDescription(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSPropertyDescription(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| NSPropertyDescription(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Entity | |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Indexed |
Developers should not use this deprecated property. Developers should use 'NSEntityDescription.Indexes' instead. |
| IndexedBySpotlight | |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| Name | |
| Optional | |
| RenamingIdentifier |
Gets the receiver's renaming identifier. |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| StoredInExternalRecord | |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Transient | |
| UserInfo | |
| ValidationPredicates | |
| ValidationWarnings | |
| VersionHash | |
| VersionHashModifier | |
| Zone | (Inherited from NSObject) |