메소드 | 설명 | |
---|---|---|
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 TryGetDocumentId ( object item, int &id ) : bool | ||
item | object | |
id | int | |
리턴 | bool |
public TryGetEntityById ( int id, object &document ) : bool | ||
id | int | |
document | object | |
리턴 | bool |