C# 클래스 QSSupportLib.NewsFeed

파일 보기 프로젝트 열기: QualitySolution/QSProjects 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Active bool
DataBaseId int
FeedUri System.Uri
FirstRead bool
Id string
ReadItems List
Title string

공개 메소드들

메소드 설명
AddReadItem ( string itemid ) : bool

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

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

메소드 상세

AddReadItem() 공개 메소드

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

NewsFeed() 공개 메소드

public NewsFeed ( string feedId, string title, string url ) : System
feedId string
title string
url string
리턴 System

프로퍼티 상세

Active 공개적으로 프로퍼티

public bool Active
리턴 bool

DataBaseId 공개적으로 프로퍼티

public int DataBaseId
리턴 int

FeedUri 공개적으로 프로퍼티

public Uri,System FeedUri
리턴 System.Uri

FirstRead 공개적으로 프로퍼티

public bool FirstRead
리턴 bool

Id 공개적으로 프로퍼티

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

ReadItems 공개적으로 프로퍼티

public List ReadItems
리턴 List

Title 공개적으로 프로퍼티

public string Title
리턴 string