Свойство | Тип | Описание | |
---|---|---|---|
Load | void | ||
Save | void |
Метод | Описание | |
---|---|---|
GetEntries ( ) : EntryCollection |
Return EntryCollection excluding the private entries if the caller is not in the admin role.
|
|
GetEntries ( Predicate |
Returns the entries that meet the include delegates criteria.
|
|
GetEntries ( Predicate |
Returns the entries that meet the include delegates criteria, with the number of entries limited by
|
|
GetEntries ( int maxResults ) : EntryCollection |
Return EntryCollection with the number of entries limited by
|
|
GetEntryByTitle ( string entryTitle ) : newtelligence.DasBlog.Runtime.Entry | ||
Initialize ( ) : void | ||
OccursBefore ( |
Returns true if the specified DayEntry occurs before the day specified.
|
|
OccursBetween ( |
||
OccursInMonth ( |
Returns true if the specified DayEntry is within the same month as
|
Метод | Описание | |
---|---|---|
Load ( DataManager data ) : void | ||
Save ( DataManager data ) : void |
public GetEntries ( Predicate |
||
include | Predicate |
The delegate indicating which items to include. |
Результат | EntryCollection |
public GetEntries ( Predicate |
||
include | Predicate |
The delegate indicating which items to include. |
maxResults | int | |
Результат | EntryCollection |
public GetEntries ( int maxResults ) : EntryCollection | ||
maxResults | int | |
Результат | EntryCollection |
public GetEntryByTitle ( string entryTitle ) : newtelligence.DasBlog.Runtime.Entry | ||
entryTitle | string | An URL-encoded entry title |
Результат | newtelligence.DasBlog.Runtime.Entry |
public static OccursBefore ( |
||
dayEntry | The DayEntry to check the date of. | |
dateTime | System.DateTime | The date the DayEntry should occur before |
Результат | bool |
public static OccursBetween ( |
||
dayEntry | ||
timeZone | ||
startDateTime | System.DateTime | |
endDateTime | System.DateTime | |
Результат | bool |
public static OccursInMonth ( |
||
dayEntry | ||
timeZone | ||
month | System.DateTime | |
Результат | bool |