C# 클래스 DayEntry, lb

상속: IComparable
파일 보기 프로젝트 열기: mono/lb 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Body string
Caption string
Category string
Comments bool
Date DateTime
DateCaption string
Images List
RenderedComment string
SecondFix DateTime
SwitchDate DateTime
blog_base string
extra string

공개 메소드들

메소드 설명
CompareTo ( object o ) : int
DayEntry ( Blog, blog, string file ) : System
Load ( Blog, blog, string file ) : DayEntry,
Load ( StreamReader i, bool is_html, string file ) : void
ParseDate ( string file ) : void

비공개 메소드들

메소드 설명
Include ( string file, string &caption ) : string

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object o ) : int
o object
리턴 int

DayEntry() 공개 메소드

public DayEntry ( Blog, blog, string file ) : System
blog Blog,
file string
리턴 System

Load() 공개 정적인 메소드

public static Load ( Blog, blog, string file ) : DayEntry,
blog Blog,
file string
리턴 DayEntry,

Load() 공개 메소드

public Load ( StreamReader i, bool is_html, string file ) : void
i StreamReader
is_html bool
file string
리턴 void

ParseDate() 공개 메소드

public ParseDate ( string file ) : void
file string
리턴 void

프로퍼티 상세

Body 공개적으로 프로퍼티

public string Body
리턴 string

Caption 공개적으로 프로퍼티

public string Caption
리턴 string

Category 공개적으로 프로퍼티

public string Category
리턴 string

Comments 공개적으로 프로퍼티

public bool Comments
리턴 bool

Date 공개적으로 프로퍼티

public DateTime Date
리턴 DateTime

DateCaption 공개적으로 프로퍼티

public string DateCaption
리턴 string

Images 공개적으로 프로퍼티

public List Images
리턴 List

RenderedComment 공개적으로 프로퍼티

public string RenderedComment
리턴 string

SecondFix 공개적으로 프로퍼티

public DateTime SecondFix
리턴 DateTime

SwitchDate 공개적으로 프로퍼티

public DateTime SwitchDate
리턴 DateTime

blog_base 공개적으로 프로퍼티

public string blog_base
리턴 string

extra 공개적으로 프로퍼티

public string extra
리턴 string