Свойство | Type | Description | |
---|---|---|---|
Content | string | ||
string | |||
Name | string | ||
PostID | int | ||
UserId | int |
Méthode | Description | |
---|---|---|
RequestPostComment ( int post_id, string content ) : System | ||
RequestPostComment ( int post_id, string content, string name, string email ) : System | ||
ToString ( ) : string |
public RequestPostComment ( int post_id, string content ) : System | ||
post_id | int | |
content | string | |
Résultat | System |
public RequestPostComment ( int post_id, string content, string name, string email ) : System | ||
post_id | int | |
content | string | |
name | string | |
string | ||
Résultat | System |