C# Class Rebel.Cms.Web.ContentIsHelperExtensions

Mostra file Open project: RebelCMS/rebelcmsxu5

Private Methods

Method Description
IsAncestor ( this content, object toCompare, string valueIfTrue ) : IHtmlString
IsAncestor ( this content, object toCompare, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsAncestor ( this content, object toCompare ) : bool
IsAncestorOf ( this content, object toCompare, string valueIfTrue ) : IHtmlString
IsAncestorOf ( this content, object toCompare, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsAncestorOf ( this content, object toCompare ) : bool
IsAncestorOfOrEqualTo ( this content, object toCompare, string valueIfTrue ) : IHtmlString
IsAncestorOfOrEqualTo ( this content, object toCompare, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsAncestorOfOrEqualTo ( this content, object toCompare ) : bool
IsAncestorOrSelf ( this content, object toCompare, string valueIfTrue ) : IHtmlString
IsAncestorOrSelf ( this content, object toCompare, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsAncestorOrSelf ( this content, object toCompare ) : bool
IsDescendant ( this content, object toCompare, string valueIfTrue ) : IHtmlString
IsDescendant ( this content, object toCompare, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsDescendant ( this content, object toCompare ) : bool
IsDescendantOf ( this content, object toCompare, string valueIfTrue ) : IHtmlString
IsDescendantOf ( this content, object toCompare, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsDescendantOf ( this content, object toCompare ) : bool
IsDescendantOfOrEqualTo ( this content, object toCompare, string valueIfTrue ) : IHtmlString
IsDescendantOfOrEqualTo ( this content, object toCompare, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsDescendantOfOrEqualTo ( this content, object toCompare ) : bool
IsDescendantOrSelf ( this content, object toCompare, string valueIfTrue ) : IHtmlString
IsDescendantOrSelf ( this content, object toCompare, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsDescendantOrSelf ( this content, object toCompare ) : bool
IsEqual ( this content, object toCompare, string valueIfTrue ) : IHtmlString
IsEqual ( this content, object toCompare, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsEqual ( this content, object toCompare ) : bool
IsEqualTo ( this content, object toCompare, string valueIfTrue ) : IHtmlString
IsEqualTo ( this content, object toCompare, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsEqualTo ( this content, object toCompare ) : bool
IsEven ( this content, string valueIfTrue ) : IHtmlString
IsEven ( this content, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsEven ( this content ) : bool
IsFirst ( this content, string valueIfTrue ) : IHtmlString
IsFirst ( this content, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsFirst ( this content ) : bool
IsIndex ( this content, int index, string valueIfTrue ) : IHtmlString
IsIndex ( this content, int index, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsIndex ( this content, int index ) : bool
IsLast ( this content, string valueIfTrue ) : IHtmlString
IsLast ( this content, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsLast ( this content ) : bool
IsModZero ( this content, int mod, string valueIfTrue ) : IHtmlString
IsModZero ( this content, int mod, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsModZero ( this content, int mod ) : bool
IsNotEqualTo ( this content, object toCompare, string valueIfTrue ) : IHtmlString
IsNotEqualTo ( this content, object toCompare, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsNotEqualTo ( this content, object toCompare ) : bool
IsNotFirst ( this content, string valueIfTrue ) : IHtmlString
IsNotFirst ( this content, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsNotFirst ( this content ) : bool
IsNotIndex ( this content, int index, string valueIfTrue ) : IHtmlString
IsNotIndex ( this content, int index, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsNotIndex ( this content, int index ) : bool
IsNotLast ( this content, string valueIfTrue ) : IHtmlString
IsNotLast ( this content, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsNotLast ( this content ) : bool
IsNotModZero ( this content, int mod, string valueIfTrue ) : IHtmlString
IsNotModZero ( this content, int mod, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsNotModZero ( this content, int mod ) : bool
IsNotPosition ( this content, int index, string valueIfTrue ) : IHtmlString
IsNotPosition ( this content, int index, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsNotPosition ( this content, int index ) : bool
IsOdd ( this content, string valueIfTrue ) : IHtmlString
IsOdd ( this content, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsOdd ( this content ) : bool
IsPosition ( this content, int pos, string valueIfTrue ) : IHtmlString
IsPosition ( this content, int pos, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsPosition ( this content, int pos ) : bool
IsPositionDivisibleBy ( this content, int value, string valueIfTrue ) : IHtmlString
IsPositionDivisibleBy ( this content, int value, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsPositionDivisibleBy ( this content, int value ) : bool
IsPositionIndivisibleBy ( this content, int mod, string valueIfTrue ) : IHtmlString
IsPositionIndivisibleBy ( this content, int mod, string valueIfTrue, string valueIfFalse ) : IHtmlString
IsPositionIndivisibleBy ( this content, int mod ) : bool
ParseContentFromObject ( object obj ) : Content