C# Class Nettiers.AdventureWorks.Data.VSalesPersonSalesByFiscalYearsFilters

Inheritance: VSalesPersonSalesByFiscalYearsFilterBuilder
Mostra file Open project: netTiers/netTiers

Public Methods

Method Description
VSalesPersonSalesByFiscalYearsFilters ( ) : System

Initializes a new instance of the VSalesPersonSalesByFiscalYearsFilters class.

VSalesPersonSalesByFiscalYearsFilters ( bool ignoreCase ) : System

Initializes a new instance of the VSalesPersonSalesByFiscalYearsFilters class.

VSalesPersonSalesByFiscalYearsFilters ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the VSalesPersonSalesByFiscalYearsFilters class.

Method Details

VSalesPersonSalesByFiscalYearsFilters() public method

Initializes a new instance of the VSalesPersonSalesByFiscalYearsFilters class.
public VSalesPersonSalesByFiscalYearsFilters ( ) : System
return System

VSalesPersonSalesByFiscalYearsFilters() public method

Initializes a new instance of the VSalesPersonSalesByFiscalYearsFilters class.
public VSalesPersonSalesByFiscalYearsFilters ( bool ignoreCase ) : System
ignoreCase bool Specifies whether to create case-insensitive statements.
return System

VSalesPersonSalesByFiscalYearsFilters() public method

Initializes a new instance of the VSalesPersonSalesByFiscalYearsFilters class.
public VSalesPersonSalesByFiscalYearsFilters ( bool ignoreCase, bool useAnd ) : System
ignoreCase bool Specifies whether to create case-insensitive statements.
useAnd bool Specifies whether to combine statements using AND or OR.
return System