C# Класс EPiCode.Relations.Core.RelationProviders.RuleProviderBase

Наследование: System.Configuration.Provider.ProviderBase
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_description string
_name string

Открытые методы

Метод Описание
AddNewRule ( string name, string pageTypeLeft, string pageTypeRight, string ruleTextLeft, string ruleTextRight ) : Rule
DeleteAll ( ) : void
DeleteRule ( string name ) : void
GetAllRules ( ) : System.Collections.Generic.IEnumerable
GetAllRulesList ( ) : System.Collections.Generic.List
GetRule ( EPiServer id ) : Rule
GetRule ( string name ) : Rule
GetRules ( int pageID ) : System.Collections.Generic.IEnumerable
GetRules ( string pageTypeName ) : System.Collections.Generic.IEnumerable
GetRulesLeft ( int pageID ) : System.Collections.Generic.IEnumerable
GetRulesRight ( int pageID ) : System.Collections.Generic.IEnumerable
IsDescendent ( int pageID, int startID ) : bool
IsLeftRule ( int pageID, Rule rule ) : bool
IsLeftRule ( string pageTypeName, Rule rule ) : bool
RuleExists ( EPiServer id ) : bool
RuleExists ( string name ) : bool
Save ( Rule rel ) : EPiServer.Data.Identity
SearchRelations ( Rule rule, int pageID, string searchKeyWord, EPiServer hierarchyStart ) : EPiServer.Core.PageDataCollection
SearchRelations ( Rule rule, int pageID, string searchKeyWord, EPiServer hierarchyStart, bool isLeftRule ) : EPiServer.Core.PageDataCollection
SearchRelations ( Rule rule, int pageID, string searchKeyWord, bool isLeftRule ) : EPiServer.Core.PageDataCollection

Описание методов

AddNewRule() публичный абстрактный Метод

public abstract AddNewRule ( string name, string pageTypeLeft, string pageTypeRight, string ruleTextLeft, string ruleTextRight ) : Rule
name string
pageTypeLeft string
pageTypeRight string
ruleTextLeft string
ruleTextRight string
Результат Rule

DeleteAll() публичный абстрактный Метод

public abstract DeleteAll ( ) : void
Результат void

DeleteRule() публичный абстрактный Метод

public abstract DeleteRule ( string name ) : void
name string
Результат void

GetAllRules() публичный абстрактный Метод

public abstract GetAllRules ( ) : System.Collections.Generic.IEnumerable
Результат System.Collections.Generic.IEnumerable

GetAllRulesList() публичный абстрактный Метод

public abstract GetAllRulesList ( ) : System.Collections.Generic.List
Результат System.Collections.Generic.List

GetRule() публичный абстрактный Метод

public abstract GetRule ( EPiServer id ) : Rule
id EPiServer
Результат Rule

GetRule() публичный абстрактный Метод

public abstract GetRule ( string name ) : Rule
name string
Результат Rule

GetRules() публичный абстрактный Метод

public abstract GetRules ( int pageID ) : System.Collections.Generic.IEnumerable
pageID int
Результат System.Collections.Generic.IEnumerable

GetRules() публичный абстрактный Метод

public abstract GetRules ( string pageTypeName ) : System.Collections.Generic.IEnumerable
pageTypeName string
Результат System.Collections.Generic.IEnumerable

GetRulesLeft() публичный абстрактный Метод

public abstract GetRulesLeft ( int pageID ) : System.Collections.Generic.IEnumerable
pageID int
Результат System.Collections.Generic.IEnumerable

GetRulesRight() публичный абстрактный Метод

public abstract GetRulesRight ( int pageID ) : System.Collections.Generic.IEnumerable
pageID int
Результат System.Collections.Generic.IEnumerable

IsDescendent() публичный абстрактный Метод

public abstract IsDescendent ( int pageID, int startID ) : bool
pageID int
startID int
Результат bool

IsLeftRule() публичный абстрактный Метод

public abstract IsLeftRule ( int pageID, Rule rule ) : bool
pageID int
rule Rule
Результат bool

IsLeftRule() публичный абстрактный Метод

public abstract IsLeftRule ( string pageTypeName, Rule rule ) : bool
pageTypeName string
rule Rule
Результат bool

RuleExists() публичный абстрактный Метод

public abstract RuleExists ( EPiServer id ) : bool
id EPiServer
Результат bool

RuleExists() публичный абстрактный Метод

public abstract RuleExists ( string name ) : bool
name string
Результат bool

Save() публичный абстрактный Метод

public abstract Save ( Rule rel ) : EPiServer.Data.Identity
rel Rule
Результат EPiServer.Data.Identity

SearchRelations() публичный абстрактный Метод

public abstract SearchRelations ( Rule rule, int pageID, string searchKeyWord, EPiServer hierarchyStart ) : EPiServer.Core.PageDataCollection
rule Rule
pageID int
searchKeyWord string
hierarchyStart EPiServer
Результат EPiServer.Core.PageDataCollection

SearchRelations() публичный абстрактный Метод

public abstract SearchRelations ( Rule rule, int pageID, string searchKeyWord, EPiServer hierarchyStart, bool isLeftRule ) : EPiServer.Core.PageDataCollection
rule Rule
pageID int
searchKeyWord string
hierarchyStart EPiServer
isLeftRule bool
Результат EPiServer.Core.PageDataCollection

SearchRelations() публичный абстрактный Метод

public abstract SearchRelations ( Rule rule, int pageID, string searchKeyWord, bool isLeftRule ) : EPiServer.Core.PageDataCollection
rule Rule
pageID int
searchKeyWord string
isLeftRule bool
Результат EPiServer.Core.PageDataCollection

Описание свойств

_description защищенное свойство

protected string _description
Результат string

_name защищенное свойство

protected string _name
Результат string