119 lines
3.1 KiB
Groff
119 lines
3.1 KiB
Groff
.TH "CampusAppWP8.Model.RSS.RSSModel" 3 "Thu Aug 15 2013" "CampusAppWp8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWP8.Model.RSS.RSSModel \-
|
|
.PP
|
|
Contains the \fBRSS\fP feed information\&.
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.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 \fBTime\fP\fC [get]\fP"
|
|
.br
|
|
.RI "\fIGets the time of the timestamp as string\&. example: 12:56 Uhr\&. \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"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Contains the \fBRSS\fP feed information\&.
|
|
|
|
|
|
.SH "Member Function Documentation"
|
|
.PP
|
|
.SS "static int CampusAppWP8\&.Model\&.RSS\&.RSSModel\&.CompareTimeStamp (\fBRSSModel\fPitem1, \fBRSSModel\fPitem2)\fC [static]\fP"
|
|
|
|
.PP
|
|
Comparing function for DateTime timestamps\&. (currently unused)
|
|
.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 "string CampusAppWP8\&.Model\&.RSS\&.RSSModel\&.Date\fC [get]\fP"
|
|
|
|
.PP
|
|
Gets the date of the timestamp as string\&. example: Mon, 25\&.06\&.2013\&.
|
|
.SS "DateTime CampusAppWP8\&.Model\&.RSS\&.RSSModel\&.DTTimestamp\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the timestamp of the feed as DateTime object\&.
|
|
.SS "int CampusAppWP8\&.Model\&.RSS\&.RSSModel\&.Index\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the ListIndex\&.
|
|
.SS "string CampusAppWP8\&.Model\&.RSS\&.RSSModel\&.Link\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the link/url of the feed\&.
|
|
.SS "string CampusAppWP8\&.Model\&.RSS\&.RSSModel\&.Text\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the text of the feed\&.
|
|
.SS "string CampusAppWP8\&.Model\&.RSS\&.RSSModel\&.Time\fC [get]\fP"
|
|
|
|
.PP
|
|
Gets the time of the timestamp as string\&. example: 12:56 Uhr\&.
|
|
.SS "string CampusAppWP8\&.Model\&.RSS\&.RSSModel\&.Timestamp\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the timestamp of the feed as string\&.
|
|
.SS "string CampusAppWP8\&.Model\&.RSS\&.RSSModel\&.Title\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the title of the feed\&.
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppWp8 from the source code\&.
|