60 lines
1.3 KiB
Groff
60 lines
1.3 KiB
Groff
.TH "CampusAppWP8.Model.BaseViewModel" 3 "Thu Jun 27 2013" "CampusAppWP8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWP8.Model.BaseViewModel \-
|
|
.PP
|
|
This Class provide a basic ViewModel
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.PP
|
|
Inherits INotifyPropertyChanged\&.
|
|
.PP
|
|
Inherited by \fBCampusAppWP8\&.Model\&.Departments\&.DepartmentViewModel\fP, and \fBCampusAppWP8\&.Model\&.events_news\&.RSSViewModel\fP\&.
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "void \fBNotifyPropertyChanged\fP (string propertyName)"
|
|
.br
|
|
.RI "\fIMethod fire PropertyChangedEvents \fP"
|
|
.in -1c
|
|
.SS "Events"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "PropertyChangedEventHandler \fBPropertyChanged\fP"
|
|
.br
|
|
.RI "\fIThe PropertyChangedEvent \fP"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
This Class provide a basic ViewModel
|
|
|
|
not necessary, maybe delete => deprecated
|
|
.SH "Member Function Documentation"
|
|
.PP
|
|
.SS "void CampusAppWP8\&.Model\&.BaseViewModel\&.NotifyPropertyChanged (stringpropertyName)"
|
|
|
|
.PP
|
|
Method fire PropertyChangedEvents
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fIpropertyName\fP name of the property
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Event Documentation"
|
|
.PP
|
|
.SS "PropertyChangedEventHandler CampusAppWP8\&.Model\&.BaseViewModel\&.PropertyChanged"
|
|
|
|
.PP
|
|
The PropertyChangedEvent
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppWP8 from the source code\&.
|