Свойство | Тип | Описание | |
---|---|---|---|
DDSInMemoryRelationProvider | System | ||
EnsureKey | void | ||
GetAllRelations | List |
||
GetCacheKey | string | ||
GetFromCache | object | ||
RemovedCallback | void | ||
SetKey | void | ||
SetKey | void | ||
StoreInCache | void | ||
UpdateCache | void | ||
UpdateLocalOnly | void | ||
UpdateRemoteOnly | void | ||
ValidationFilter | void |
Метод | Описание | |
---|---|---|
AddRelation ( string rule, int pageLeft, int pageRight ) : void | ||
DeleteAll ( ) : void | ||
DeleteAll ( string rule ) : void | ||
DeleteRelation ( Relation relationToDelete ) : void | ||
GetAllRelations ( string rule ) : List |
||
GetRelation ( Identity id ) : Relation | ||
GetRelation ( string rule, int pageLeft, int pageRight ) : Relation | ||
GetRelationPagesForPage ( int pageID, Rule rule ) : List |
||
GetRelationPagesForPage ( int pageID, Rule rule, Rule direction ) : List |
||
GetRelationsCount ( string rule ) : int | ||
GetRelationsForPage ( int pageID ) : List |
||
GetRelationsForPage ( int pageID, Rule rule ) : List |
||
GetRelationsForPage ( int pageID, Rule rule, Rule direction ) : List |
||
GetRelationsForPageTwoHop ( int pageID, Rule firstRule, Rule firstDirection, Rule secondRule, Rule secondDirection ) : List |
||
RelationExists ( string rule, int pageLeft, int pageRight ) : bool | ||
Save ( Relation relation ) : void |
Метод | Описание | |
---|---|---|
DDSInMemoryRelationProvider ( ) : System | ||
EnsureKey ( ) : void | ||
GetAllRelations ( ) : List |
||
GetCacheKey ( int pageid, string rule, Rule direction ) : string | ||
GetFromCache ( string cacheKey ) : object |
Will get the pages from the cache, if it exists.
|
|
RemovedCallback ( string key, object value, CacheItemRemovedReason reason ) : void | ||
SetKey ( ) : void | ||
SetKey ( long value ) : void | ||
StoreInCache ( string cacheKey, object relations ) : void | ||
UpdateCache ( ) : void | ||
UpdateLocalOnly ( ) : void | ||
UpdateRemoteOnly ( ) : void | ||
ValidationFilter ( List |
public AddRelation ( string rule, int pageLeft, int pageRight ) : void | ||
rule | string | |
pageLeft | int | |
pageRight | int | |
Результат | void |
public DeleteRelation ( Relation relationToDelete ) : void | ||
relationToDelete | Relation | |
Результат | void |
public GetAllRelations ( string rule ) : List |
||
rule | string | |
Результат | List |
public GetRelation ( Identity id ) : Relation | ||
id | Identity | |
Результат | Relation |
public GetRelation ( string rule, int pageLeft, int pageRight ) : Relation | ||
rule | string | |
pageLeft | int | |
pageRight | int | |
Результат | Relation |
public GetRelationPagesForPage ( int pageID, Rule rule ) : List |
||
pageID | int | |
rule | Rule | |
Результат | List |
public GetRelationPagesForPage ( int pageID, Rule rule, Rule direction ) : List |
||
pageID | int | |
rule | Rule | |
direction | Rule | |
Результат | List |
public GetRelationsCount ( string rule ) : int | ||
rule | string | |
Результат | int |
public GetRelationsForPage ( int pageID ) : List |
||
pageID | int | |
Результат | List |
public GetRelationsForPage ( int pageID, Rule rule ) : List |
||
pageID | int | |
rule | Rule | |
Результат | List |
public GetRelationsForPage ( int pageID, Rule rule, Rule direction ) : List |
||
pageID | int | |
rule | Rule | |
direction | Rule | |
Результат | List |
public GetRelationsForPageTwoHop ( int pageID, Rule firstRule, Rule firstDirection, Rule secondRule, Rule secondDirection ) : List |
||
pageID | int | |
firstRule | Rule | |
firstDirection | Rule | |
secondRule | Rule | |
secondDirection | Rule | |
Результат | List |
public RelationExists ( string rule, int pageLeft, int pageRight ) : bool | ||
rule | string | |
pageLeft | int | |
pageRight | int | |
Результат | bool |