Свойство | Type | Description | |
---|---|---|---|
EnsureKey | void | ||
GetFromCache | object | ||
RemovedCallback | void | ||
SetKey | void | ||
SetKey | void | ||
StoreInCache | void | ||
UpdateCache | void | ||
UpdateLocalOnly | void | ||
UpdateRemoteOnly | void |
Méthode | Description | |
---|---|---|
AddNewRule ( string name, string pageTypeLeft, string pageTypeRight, string ruleTextLeft, string ruleTextRight ) : Rule | ||
DeleteAll ( ) : void | ||
DeleteRule ( string name ) : void | ||
GetAllRules ( ) : IEnumerable |
||
GetAllRulesList ( ) : List |
||
GetRule ( Identity id ) : Rule | ||
GetRule ( string name ) : Rule | ||
GetRules ( int pageID ) : IEnumerable |
||
GetRules ( string pageTypeName ) : IEnumerable |
||
GetRulesLeft ( int pageID ) : IEnumerable |
||
GetRulesRight ( int pageID ) : IEnumerable |
||
IsDescendent ( int pageID, int startID ) : bool | ||
IsLeftRule ( int pageID, Rule rule ) : bool | ||
IsLeftRule ( string pageTypeName, Rule rule ) : bool | ||
RuleExists ( Identity id ) : bool | ||
RuleExists ( string name ) : bool | ||
Save ( Rule rel ) : Identity | ||
SearchRelations ( Rule rule, int pageID, string searchKeyWord, PageReference hierarchyStart ) : PageDataCollection | ||
SearchRelations ( Rule rule, int pageID, string searchKeyWord, PageReference hierarchyStart, bool isLeftRule ) : PageDataCollection | ||
SearchRelations ( Rule rule, int pageID, string searchKeyWord, bool isLeftRule ) : PageDataCollection |
Méthode | Description | |
---|---|---|
EnsureKey ( ) : void | ||
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 |
public AddNewRule ( string name, string pageTypeLeft, string pageTypeRight, string ruleTextLeft, string ruleTextRight ) : Rule | ||
name | string | |
pageTypeLeft | string | |
pageTypeRight | string | |
ruleTextLeft | string | |
ruleTextRight | string | |
Résultat | Rule |
public GetRules ( int pageID ) : IEnumerable |
||
pageID | int | |
Résultat | IEnumerable |
public GetRules ( string pageTypeName ) : IEnumerable |
||
pageTypeName | string | |
Résultat | IEnumerable |
public GetRulesLeft ( int pageID ) : IEnumerable |
||
pageID | int | |
Résultat | IEnumerable |
public GetRulesRight ( int pageID ) : IEnumerable |
||
pageID | int | |
Résultat | IEnumerable |
public IsDescendent ( int pageID, int startID ) : bool | ||
pageID | int | |
startID | int | |
Résultat | bool |
public IsLeftRule ( int pageID, Rule rule ) : bool | ||
pageID | int | |
rule | Rule | |
Résultat | bool |
public IsLeftRule ( string pageTypeName, Rule rule ) : bool | ||
pageTypeName | string | |
rule | Rule | |
Résultat | bool |
public SearchRelations ( Rule rule, int pageID, string searchKeyWord, PageReference hierarchyStart ) : PageDataCollection | ||
rule | Rule | |
pageID | int | |
searchKeyWord | string | |
hierarchyStart | PageReference | |
Résultat | PageDataCollection |
public SearchRelations ( Rule rule, int pageID, string searchKeyWord, PageReference hierarchyStart, bool isLeftRule ) : PageDataCollection | ||
rule | Rule | |
pageID | int | |
searchKeyWord | string | |
hierarchyStart | PageReference | |
isLeftRule | bool | |
Résultat | PageDataCollection |
public SearchRelations ( Rule rule, int pageID, string searchKeyWord, bool isLeftRule ) : PageDataCollection | ||
rule | Rule | |
pageID | int | |
searchKeyWord | string | |
isLeftRule | bool | |
Résultat | PageDataCollection |