프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
FeedItem ( ) : System |
Initializes a new FeedItem.
|
|
FeedItem ( |
Initializes a new FeedItem by copying the passed item's properties into the new instance. This is a copy-constructor. |
|
GetContent ( ) : string |
Returns content, if any, otherwise returns the summary as content. This method is intended as conveinience-method. |
|
GetSummary ( ) : string |
Returns the summary, if any, otherwise returns the content as the summary. This method is intended as conveinience-method. |