C# Class TaskyAndroid.Screens.TaskDetailsScreen

Inheritance: Android.App.Activity
Afficher le fichier Open project: conceptdev/xamarin-samples

Protected Properties

Свойство Type Description
cancelDeleteButton Button
nameTextEdit EditText
notesTextEdit EditText
saveButton Button
task Tasky.BL.TodoItem

Méthodes protégées

Méthode Description
CancelDelete ( ) : void
OnCreate ( Bundle bundle ) : void
Save ( ) : void

Method Details

CancelDelete() protected méthode

protected CancelDelete ( ) : void
Résultat void

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

Save() protected méthode

protected Save ( ) : void
Résultat void

Property Details

cancelDeleteButton protected_oe property

protected Button cancelDeleteButton
Résultat Button

nameTextEdit protected_oe property

protected EditText nameTextEdit
Résultat EditText

notesTextEdit protected_oe property

protected EditText notesTextEdit
Résultat EditText

saveButton protected_oe property

protected Button saveButton
Résultat Button

task protected_oe property

protected TodoItem,Tasky.BL task
Résultat Tasky.BL.TodoItem