C# Class QSSupportLib.NewsFeed

Afficher le fichier Open project: QualitySolution/QSProjects Class Usage Examples

Méthodes publiques

Свойство Type Description
Active bool
DataBaseId int
FeedUri System.Uri
FirstRead bool
Id string
ReadItems List
Title string

Méthodes publiques

Méthode Description
AddReadItem ( string itemid ) : bool

Добавляем id новости в прочитанные.

NewsFeed ( string feedId, string title, string url ) : System

Method Details

AddReadItem() public méthode

Добавляем id новости в прочитанные.
public AddReadItem ( string itemid ) : bool
itemid string Id новости
Résultat bool

NewsFeed() public méthode

public NewsFeed ( string feedId, string title, string url ) : System
feedId string
title string
url string
Résultat System

Property Details

Active public_oe property

public bool Active
Résultat bool

DataBaseId public_oe property

public int DataBaseId
Résultat int

FeedUri public_oe property

public Uri,System FeedUri
Résultat System.Uri

FirstRead public_oe property

public bool FirstRead
Résultat bool

Id public_oe property

В базе данных хранится максимум 64 символа.
public string Id
Résultat string

ReadItems public_oe property

public List ReadItems
Résultat List

Title public_oe property

public string Title
Résultat string