Свойство | Тип | Описание | |
---|---|---|---|
CommonInit | void | ||
GetComments | RedditSharp.Things.Comment[] | ||
RemoveImpl | void | ||
SimpleAction | string | ||
SimpleActionToggle | string |
Метод | Описание | |
---|---|---|
Approve ( ) : void | ||
Comment ( string message ) : |
||
ContestMode ( bool state ) : void | ||
Del ( ) : void | ||
EditText ( string newText ) : void |
Replaces the text in this post with the input text.
|
|
Hide ( ) : void | ||
Init ( Reddit reddit, JToken post, IWebAgent webAgent ) : |
||
InitAsync ( Reddit reddit, JToken post, IWebAgent webAgent ) : Task |
||
ListComments ( int limit = null ) : List |
||
MarkNSFW ( ) : void | ||
Remove ( ) : void | ||
RemoveSpam ( ) : void | ||
SetFlair ( string flairText, string flairClass ) : void | ||
StickyMode ( bool state ) : void | ||
Unhide ( ) : void | ||
UnmarkNSFW ( ) : void | ||
Update ( ) : void |
Метод | Описание | |
---|---|---|
CommonInit ( Reddit reddit, JToken post, IWebAgent webAgent ) : void | ||
GetComments ( ) : RedditSharp.Things.Comment[] | ||
RemoveImpl ( bool spam ) : void | ||
SimpleAction ( string endpoint ) : string | ||
SimpleActionToggle ( string endpoint, bool value, bool requiresModAction = false ) : string |
public Comment ( string message ) : |
||
message | string | |
Результат |
public EditText ( string newText ) : void | ||
newText | string | The text to replace the post's contents |
Результат | void |
public Init ( Reddit reddit, JToken post, IWebAgent webAgent ) : |
||
post | JToken | |
webAgent | IWebAgent | |
Результат |
public InitAsync ( Reddit reddit, JToken post, IWebAgent webAgent ) : Task |
||
post | JToken | |
webAgent | IWebAgent | |
Результат | Task |
public ListComments ( int limit = null ) : List |
||
limit | int | |
Результат | List |
public SetFlair ( string flairText, string flairClass ) : void | ||
flairText | string | |
flairClass | string | |
Результат | void |