C# Class MbDotNet.Models.Predicates.PredicateBase

Show file Open project: mattherman/MbDotNet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PredicateBase ( ) : MbDotNet.Interfaces
PredicateBase ( bool isCaseSensitive, string exceptExpression, XPathSelector selector ) : MbDotNet.Interfaces

Method Details

PredicateBase() public method

public PredicateBase ( ) : MbDotNet.Interfaces
return MbDotNet.Interfaces

PredicateBase() public method

public PredicateBase ( bool isCaseSensitive, string exceptExpression, XPathSelector selector ) : MbDotNet.Interfaces
isCaseSensitive bool
exceptExpression string
selector XPathSelector
return MbDotNet.Interfaces