INRestaurantGuest 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.
A INPerson expected at a restaurant reservation.
[Foundation.Register("INRestaurantGuest", true)]
public class INRestaurantGuest : Intents.INPerson
[<Foundation.Register("INRestaurantGuest", true)>]
type INRestaurantGuest = class
inherit INPerson
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| INRestaurantGuest(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| INRestaurantGuest(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| INRestaurantGuest(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| INRestaurantGuest(NSPersonNameComponents, String, String) | |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Aliases | (Inherited from INPerson) |
| AlternativeSpeakableMatches |
Gets the identifier for this string in the app-specific vocabulary file. (Inherited from INPerson) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| ContactIdentifier | (Inherited from INPerson) |
| ContactSuggestion | (Inherited from INPerson) |
| CustomIdentifier | (Inherited from INPerson) |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| DisplayName | (Inherited from INPerson) |
| EmailAddress | |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Identifier |
The unique identifier of this pronunciation hint. (Inherited from INPerson) |
| Image | (Inherited from INPerson) |
| IsDirectBinding | (Inherited from NSObject) |
| IsMe | (Inherited from INPerson) |
| IsProxy | (Inherited from NSObject) |
| NameComponents | (Inherited from INPerson) |
| PersonHandle | (Inherited from INPerson) |
| PhoneNumber | |
| PronunciationHint |
Developers can use this to clarify how a name is pronounced. (Inherited from INPerson) |
| Relationship |
Gets the relationship to the current user. (Inherited from INPerson) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| SiriMatches | (Inherited from INPerson) |
| SpokenPhrase |
Siri's interpretation of the utterance. (Inherited from INPerson) |
| SuggestionType | (Inherited from INPerson) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| VocabularyIdentifier |
Gets an array of alternative matching phrases. (Inherited from INPerson) |
| WeakRelationship | (Inherited from INPerson) |
| Zone | (Inherited from NSObject) |