Property | Type | Description | |
---|---|---|---|
Repopulate | void | ||
Save | bool |
Method | Description | |
---|---|---|
PostsAfter ( System.DateTime date, int maximum = 100 ) : IEnumerable |
||
PostsBefore ( System.DateTime date, int maximum = 100 ) : IEnumerable |
||
StorageListModel ( IStorage storage, |
Method | Description | |
---|---|---|
Repopulate ( ) : void | ||
Save ( ) : bool |
public PostsAfter ( System.DateTime date, int maximum = 100 ) : IEnumerable |
||
date | System.DateTime | |
maximum | int | |
return | IEnumerable |
public PostsBefore ( System.DateTime date, int maximum = 100 ) : IEnumerable |
||
date | System.DateTime | |
maximum | int | |
return | IEnumerable |
public StorageListModel ( IStorage storage, |
||
storage | IStorage | |
storageContext | ||
listId | System.Guid | |
return | System |