Метод | Описание | |
---|---|---|
Create ( SPWeb web, |
Creates a new wall reply
|
|
GetWallRepliesByPostId ( SPWeb web, int parentPostId ) : IEnumerable |
Retrieves all wall replies by their wall post id
|
|
WallReplyRepository ( ISharePointEntityBinder binder ) : System.Collections.Generic |
Constructor to inject repository dependencies
|
public Create ( SPWeb web, |
||
web | SPWeb | The current web |
newEntity | The new wall reply entity | |
Результат | void |
public GetWallRepliesByPostId ( SPWeb web, int parentPostId ) : IEnumerable |
||
web | SPWeb | The current web |
parentPostId | int | Id of parent wall post |
Результат | IEnumerable |
public WallReplyRepository ( ISharePointEntityBinder binder ) : System.Collections.Generic | ||
binder | ISharePointEntityBinder | The entity binder for mappings between list items and entities |
Результат | System.Collections.Generic |