Files
win8phoneApp/Doc/man/man3/CampusAppWPortalLib8_Model_RSS_RSSModel.3
2013-10-18 09:32:53 +02:00

167 lines
4.7 KiB
Groff

.TH "CampusAppWPortalLib8.Model.RSS.RSSModel" 3 "Fri Oct 18 2013" "Version 1.0.0" "CampusAppW8" \" -*- nroff -*-
.ad l
.nh
.SH NAME
CampusAppWPortalLib8.Model.RSS.RSSModel \-
.PP
Contains the \fBRSS\fP feed information\&.
.SH SYNOPSIS
.br
.PP
.PP
Inherits INotifyPropertyChanged\&.
.SS "Static Public Member Functions"
.in +1c
.ti -1c
.RI "static int \fBCompareTimeStamp\fP (\fBRSSModel\fP item1, \fBRSSModel\fP item2)"
.br
.RI "\fIComparing function for DateTime timestamps\&. (currently unused) \fP"
.in -1c
.SS "Properties"
.in +1c
.ti -1c
.RI "string \fBTitle\fP\fC [get, set]\fP"
.br
.RI "\fIGets or sets the title of the feed\&. \fP"
.ti -1c
.RI "string \fBText\fP\fC [get, set]\fP"
.br
.RI "\fIGets or sets the text of the feed\&. \fP"
.ti -1c
.RI "string \fBTimestamp\fP\fC [get, set]\fP"
.br
.RI "\fIGets or sets the timestamp of the feed as string\&. \fP"
.ti -1c
.RI "DateTime \fBDTTimestamp\fP\fC [get, set]\fP"
.br
.RI "\fIGets or sets the timestamp of the feed as DateTime object\&. \fP"
.ti -1c
.RI "string \fBDate\fP\fC [get]\fP"
.br
.RI "\fIGets the date of the timestamp as string\&. example: Mon, 25\&.06\&.2013\&. \fP"
.ti -1c
.RI "string \fBShortDate\fP\fC [get]\fP"
.br
.RI "\fIGets the date of the timestamp as string\&. example: 25\&.06\&. \fP"
.ti -1c
.RI "string \fBTime\fP\fC [get]\fP"
.br
.RI "\fIGets the time of the timestamp as string\&. example: 12:56\&. \fP"
.ti -1c
.RI "string \fBLink\fP\fC [get, set]\fP"
.br
.RI "\fIGets or sets the link/url of the feed\&. \fP"
.ti -1c
.RI "int \fBIndex\fP\fC [get, set]\fP"
.br
.RI "\fIGets or sets the ListIndex\&. \fP"
.ti -1c
.RI "bool \fBTextVisibility\fP\fC [get, set]\fP"
.br
.RI "\fIGets or sets a value indicating whether the text visibility\&. \fP"
.ti -1c
.RI "bool \fBBrowserVisibility\fP\fC [get]\fP"
.br
.RI "\fIGets a value indicating whether the browser visibility\&. \fP"
.in -1c
.SS "Events"
.in +1c
.ti -1c
.RI "PropertyChangedEventHandler \fBPropertyChanged\fP"
.br
.RI "\fIOccurs when Property Changed\&. \fP"
.in -1c
.SH "Detailed Description"
.PP
Contains the \fBRSS\fP feed information\&.
fiedlchr, 15\&.10\&.2013\&.
.PP
\fBSee Also:\fP
.RS 4
T:System\&.ComponentModel\&.INotifyPropertyChanged
.PP
.RE
.PP
.SH "Member Function Documentation"
.PP
.SS "static int CampusAppWPortalLib8\&.Model\&.RSS\&.RSSModel\&.CompareTimeStamp (\fBRSSModel\fPitem1, \fBRSSModel\fPitem2)\fC [static]\fP"
.PP
Comparing function for DateTime timestamps\&. (currently unused) fiedlchr, 15\&.10\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIitem1\fP first item\&.
.br
\fIitem2\fP second item\&.
.RE
.PP
\fBReturns:\fP
.RS 4
-1 if item2 is older then item1, otherwise 0\&.
.RE
.PP
.SH "Property Documentation"
.PP
.SS "bool CampusAppWPortalLib8\&.Model\&.RSS\&.RSSModel\&.BrowserVisibility\fC [get]\fP"
.PP
Gets a value indicating whether the browser visibility\&. true if browser visibility, false if not\&.
.SS "string CampusAppWPortalLib8\&.Model\&.RSS\&.RSSModel\&.Date\fC [get]\fP"
.PP
Gets the date of the timestamp as string\&. example: Mon, 25\&.06\&.2013\&. The date\&.
.SS "DateTime CampusAppWPortalLib8\&.Model\&.RSS\&.RSSModel\&.DTTimestamp\fC [get]\fP, \fC [set]\fP"
.PP
Gets or sets the timestamp of the feed as DateTime object\&. The DateTime timestamp\&.
.SS "int CampusAppWPortalLib8\&.Model\&.RSS\&.RSSModel\&.Index\fC [get]\fP, \fC [set]\fP"
.PP
Gets or sets the ListIndex\&. The index\&.
.SS "string CampusAppWPortalLib8\&.Model\&.RSS\&.RSSModel\&.Link\fC [get]\fP, \fC [set]\fP"
.PP
Gets or sets the link/url of the feed\&. The link\&.
.SS "string CampusAppWPortalLib8\&.Model\&.RSS\&.RSSModel\&.ShortDate\fC [get]\fP"
.PP
Gets the date of the timestamp as string\&. example: 25\&.06\&. The short date\&.
.SS "string CampusAppWPortalLib8\&.Model\&.RSS\&.RSSModel\&.Text\fC [get]\fP, \fC [set]\fP"
.PP
Gets or sets the text of the feed\&. The text\&.
.SS "bool CampusAppWPortalLib8\&.Model\&.RSS\&.RSSModel\&.TextVisibility\fC [get]\fP, \fC [set]\fP"
.PP
Gets or sets a value indicating whether the text visibility\&. true if text visibility, false if not\&.
.SS "string CampusAppWPortalLib8\&.Model\&.RSS\&.RSSModel\&.Time\fC [get]\fP"
.PP
Gets the time of the timestamp as string\&. example: 12:56\&. The time\&.
.SS "string CampusAppWPortalLib8\&.Model\&.RSS\&.RSSModel\&.Timestamp\fC [get]\fP, \fC [set]\fP"
.PP
Gets or sets the timestamp of the feed as string\&. The timestamp\&.
.SS "string CampusAppWPortalLib8\&.Model\&.RSS\&.RSSModel\&.Title\fC [get]\fP, \fC [set]\fP"
.PP
Gets or sets the title of the feed\&. The title\&.
.SH "Event Documentation"
.PP
.SS "PropertyChangedEventHandler CampusAppWPortalLib8\&.Model\&.RSS\&.RSSModel\&.PropertyChanged"
.PP
Occurs when Property Changed\&.
.SH "Author"
.PP
Generated automatically by Doxygen for CampusAppW8 from the source code\&.