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

Inheritance: IListModelCollection
Afficher le fichier Open project: ismaelbelghiti/Tigwi

Méthodes publiques

Méthode 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

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( IListModel item ) : void
item IListModel
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( IListModel item ) : bool
item IListModel
Résultat bool

CopyTo() public méthode

public CopyTo ( IListModel array, int arrayIndex ) : void
array IListModel
arrayIndex int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

PostsAfter() public méthode

public PostsAfter ( System.DateTime date, int maximum = 100 ) : IEnumerable
date System.DateTime
maximum int
Résultat IEnumerable

PostsBefore() public méthode

public PostsBefore ( System.DateTime date, int maximum = 100 ) : IEnumerable
date System.DateTime
maximum int
Résultat IEnumerable

Remove() public méthode

public Remove ( IListModel item ) : bool
item IListModel
Résultat bool

StorageListModelCollection() public méthode

public StorageListModelCollection ( StorageContext context, IEnumerable ids ) : System
context StorageContext
ids IEnumerable
Résultat System