C# 클래스 CCNet.Build.Confluence.Page

Confluence page DTO.
상속: PageSummary
파일 보기 프로젝트 열기: shuruev/CCNet.Extensions 1 사용 예제들

공개 메소드들

메소드 설명
Page ( ) : System.Text

Initializes a new instance.

Page ( PageSummary summary ) : System.Text

Initializes a new instance.

ToString ( ) : string

Returns a string that represents the current object.

메소드 상세

Page() 공개 메소드

Initializes a new instance.
public Page ( ) : System.Text
리턴 System.Text

Page() 공개 메소드

Initializes a new instance.
public Page ( PageSummary summary ) : System.Text
summary PageSummary
리턴 System.Text

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string