Method | Description | |
---|---|---|
Add ( int id, object entity ) : void | ||
Clear ( ) : void | ||
GetAll ( ) : IEnumerable | ||
HasEntity ( object entity ) : bool | ||
Remove ( int id, object entity ) : void | ||
TryGetDocumentId ( object item, int &id ) : bool | ||
TryGetEntityById ( int id, object &document ) : bool |
public Remove ( int id, object entity ) : void | ||
id | int | |
entity | object | |
return | void |
public TryGetDocumentId ( object item, int &id ) : bool | ||
item | object | |
id | int | |
return | bool |
public TryGetEntityById ( int id, object &document ) : bool | ||
id | int | |
document | object | |
return | bool |