Метод | Описание | |
---|---|---|
Add ( IListModel item ) : void | ||
Clear ( ) : void | ||
Contains ( IListModel item ) : bool | ||
CopyTo ( IListModel array, int arrayIndex ) : void | ||
GetEnumerator ( ) : IEnumerator |
||
PostsAfter ( System.DateTime date, int maximum = 100 ) : IEnumerable |
||
PostsBefore ( System.DateTime date, int maximum = 100 ) : IEnumerable |
||
Remove ( IListModel item ) : bool | ||
StorageListModelCollection ( |
Метод | Описание | |
---|---|---|
IEnumerable ( ) : IEnumerator |
public Contains ( IListModel item ) : bool | ||
item | IListModel | |
Результат | bool |
public CopyTo ( IListModel array, int arrayIndex ) : void | ||
array | IListModel | |
arrayIndex | int | |
Результат | void |
public PostsAfter ( System.DateTime date, int maximum = 100 ) : IEnumerable |
||
date | System.DateTime | |
maximum | int | |
Результат | IEnumerable |
public PostsBefore ( System.DateTime date, int maximum = 100 ) : IEnumerable |
||
date | System.DateTime | |
maximum | int | |
Результат | IEnumerable |
public StorageListModelCollection ( |
||
context | ||
ids | IEnumerable |
|
Результат | System |