C# Класс Site.Extensions.IsHelpers

Показать файл Открыть проект

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

Метод Описание
IsAncestor ( this content, Content child, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
IsAncestorOrSelf ( this content, Content child, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
IsDescendant ( this content, Content ancestor, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
IsDescendantOrSelf ( this content, Content ancestor, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
IsEqual ( this content, Content comparer, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
IsFirst ( this content, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
IsLast ( this content, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
IsNotFirst ( this content, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
IsNotLast ( this content, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
IsNotPosition ( this content, int position, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
IsPosition ( this content, int position, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
IsVisible ( this content ) : bool

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

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

public static IsAncestor ( this content, Content child, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
content this
child Content
valueIfTrue string
valueIfFalse string
Результат System.Web.HtmlString

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

public static IsAncestorOrSelf ( this content, Content child, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
content this
child Content
valueIfTrue string
valueIfFalse string
Результат System.Web.HtmlString

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

public static IsDescendant ( this content, Content ancestor, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
content this
ancestor Content
valueIfTrue string
valueIfFalse string
Результат System.Web.HtmlString

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

public static IsDescendantOrSelf ( this content, Content ancestor, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
content this
ancestor Content
valueIfTrue string
valueIfFalse string
Результат System.Web.HtmlString

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

public static IsEqual ( this content, Content comparer, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
content this
comparer Content
valueIfTrue string
valueIfFalse string
Результат System.Web.HtmlString

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

public static IsFirst ( this content, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
content this
valueIfTrue string
valueIfFalse string
Результат System.Web.HtmlString

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

public static IsLast ( this content, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
content this
valueIfTrue string
valueIfFalse string
Результат System.Web.HtmlString

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

public static IsNotFirst ( this content, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
content this
valueIfTrue string
valueIfFalse string
Результат System.Web.HtmlString

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

public static IsNotLast ( this content, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
content this
valueIfTrue string
valueIfFalse string
Результат System.Web.HtmlString

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

public static IsNotPosition ( this content, int position, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
content this
position int
valueIfTrue string
valueIfFalse string
Результат System.Web.HtmlString

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

public static IsPosition ( this content, int position, string valueIfTrue, string valueIfFalse ) : System.Web.HtmlString
content this
position int
valueIfTrue string
valueIfFalse string
Результат System.Web.HtmlString

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

public static IsVisible ( this content ) : bool
content this
Результат bool