Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Include ( string file, string &caption ) : string |
public DayEntry ( Blog, blog, string file ) : System | ||
blog | Blog, | |
file | string | |
return | System |
public static Load ( Blog, blog, string file ) : DayEntry, | ||
blog | Blog, | |
file | string | |
return | DayEntry, |
public Load ( StreamReader i, bool is_html, string file ) : void | ||
i | StreamReader | |
is_html | bool | |
file | string | |
return | void |