CalendarContract.EventsColumns.SelfAttendeeStatus Campo

Definición

Precaución

Use 'Android.Provider.CalendarContract.IEventsColumns.SelfAttendeeStatus'. This class will be removed in a future release.

Se trata de una copia del estado del asistente para el propietario de este evento.

[Android.Runtime.Register("SELF_ATTENDEE_STATUS")]
[System.Obsolete("Use 'Android.Provider.CalendarContract.IEventsColumns.SelfAttendeeStatus'. This class will be removed in a future release.")]
public const string SelfAttendeeStatus;
[<Android.Runtime.Register("SELF_ATTENDEE_STATUS")>]
[<System.Obsolete("Use 'Android.Provider.CalendarContract.IEventsColumns.SelfAttendeeStatus'. This class will be removed in a future release.")>]
val mutable SelfAttendeeStatus : string

Valor de campo

Atributos

Comentarios

Se trata de una copia del estado del asistente para el propietario de este evento. Este campo se copia aquí para que podamos filtrar eficazmente los eventos que se rechazan sin tener que buscar en la tabla Attendees. Nombre de la columna.

Tipo: INTEGER (int)

Documentación de Java para android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a