C# 클래스 FSoft.WordApp.Core.Services.RequestPostComment

상속: RequestBase
파일 보기 프로젝트 열기: fpt-software/Wordpress-Client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Content string
Email string
Name string
PostID int
UserId int

공개 메소드들

메소드 설명
RequestPostComment ( int post_id, string content ) : System
RequestPostComment ( int post_id, string content, string name, string email ) : System
ToString ( ) : string

메소드 상세

RequestPostComment() 공개 메소드

public RequestPostComment ( int post_id, string content ) : System
post_id int
content string
리턴 System

RequestPostComment() 공개 메소드

public RequestPostComment ( int post_id, string content, string name, string email ) : System
post_id int
content string
name string
email string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Content 공개적으로 프로퍼티

public string Content
리턴 string

Email 공개적으로 프로퍼티

public string Email
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

PostID 공개적으로 프로퍼티

public int PostID
리턴 int

UserId 공개적으로 프로퍼티

public int UserId
리턴 int