C# Class Tigwi.UI.Models.Storage.StorageListModelCollection

Inheritance: IListModelCollection
显示文件 Open project: ismaelbelghiti/Tigwi

Public Methods

Method Description
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 ( StorageContext context, IEnumerable ids ) : System

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public method

public Add ( IListModel item ) : void
item IListModel
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( IListModel item ) : bool
item IListModel
return bool

CopyTo() public method

public CopyTo ( IListModel array, int arrayIndex ) : void
array IListModel
arrayIndex int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

PostsAfter() public method

public PostsAfter ( System.DateTime date, int maximum = 100 ) : IEnumerable
date System.DateTime
maximum int
return IEnumerable

PostsBefore() public method

public PostsBefore ( System.DateTime date, int maximum = 100 ) : IEnumerable
date System.DateTime
maximum int
return IEnumerable

Remove() public method

public Remove ( IListModel item ) : bool
item IListModel
return bool

StorageListModelCollection() public method

public StorageListModelCollection ( StorageContext context, IEnumerable ids ) : System
context StorageContext
ids IEnumerable
return System