Method | Description | |
---|---|---|
Delete ( string userName, string feedName, string title ) : void | ||
Get ( string userName, string feedName, string title ) : |
||
GetForFeed ( |
||
Insert ( |
||
Posts ( ) : System.Collections.Generic | ||
Update ( |
public Delete ( string userName, string feedName, string title ) : void | ||
userName | string | |
feedName | string | |
title | string | |
return | void |
public Get ( string userName, string feedName, string title ) : |
||
userName | string | |
feedName | string | |
title | string | |
return |
public GetForFeed ( |
||
feed | ||
return | IEnumerable |
public Insert ( |
||
post | ||
return | bool |
public Posts ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Update ( |
||
post | ||
return | void |