NSFetchedPropertyDescription 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.
Holds "fetched properties," that allow the developer to specify related objects via a weak unidirectional relationship in a fetch request.
[Foundation.Register("NSFetchedPropertyDescription", true)]
public class NSFetchedPropertyDescription : CoreData.NSPropertyDescription
[<Foundation.Register("NSFetchedPropertyDescription", true)>]
type NSFetchedPropertyDescription = class
inherit NSPropertyDescription
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| NSFetchedPropertyDescription() |
Creates a new NSFetchedPropertyDescription with default values. |
| NSFetchedPropertyDescription(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSFetchedPropertyDescription(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| NSFetchedPropertyDescription(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 | (Inherited from NSPropertyDescription) |
| ExposedBindings | (Inherited from NSObject) |
| FetchRequest | |
| 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. (Inherited from NSPropertyDescription) |
| IndexedBySpotlight | (Inherited from NSPropertyDescription) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| Name | (Inherited from NSPropertyDescription) |
| Optional | (Inherited from NSPropertyDescription) |
| RenamingIdentifier |
Gets the receiver's renaming identifier. (Inherited from NSPropertyDescription) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| StoredInExternalRecord | (Inherited from NSPropertyDescription) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Transient | (Inherited from NSPropertyDescription) |
| UserInfo | (Inherited from NSPropertyDescription) |
| ValidationPredicates | (Inherited from NSPropertyDescription) |
| ValidationWarnings | (Inherited from NSPropertyDescription) |
| VersionHash | (Inherited from NSPropertyDescription) |
| VersionHashModifier | (Inherited from NSPropertyDescription) |
| Zone | (Inherited from NSObject) |