프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DDSRelationProvider | System | ||
EnsureKey | void | ||
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 |
메소드 | 설명 | |
---|---|---|
DDSRelationProvider ( ) : System | ||
EnsureKey ( ) : void | ||
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 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 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 |