C# Class Nettiers.AdventureWorks.Data.ProductPhotoFilters

Inheritance: ProductPhotoFilterBuilder
Mostra file Open project: netTiers/netTiers

Public Methods

Method Description
ProductPhotoFilters ( ) : System

Initializes a new instance of the ProductPhotoFilters class.

ProductPhotoFilters ( bool ignoreCase ) : System

Initializes a new instance of the ProductPhotoFilters class.

ProductPhotoFilters ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductPhotoFilters class.

Method Details

ProductPhotoFilters() public method

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

ProductPhotoFilters() public method

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

ProductPhotoFilters() public method

Initializes a new instance of the ProductPhotoFilters class.
public ProductPhotoFilters ( 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