메소드 | 설명 | |
---|---|---|
ShoppingCartItemFilters ( ) : System |
Initializes a new instance of the ShoppingCartItemFilters class.
|
|
ShoppingCartItemFilters ( bool ignoreCase ) : System |
Initializes a new instance of the ShoppingCartItemFilters class.
|
|
ShoppingCartItemFilters ( bool ignoreCase, bool useAnd ) : System |
Initializes a new instance of the ShoppingCartItemFilters class.
|
public ShoppingCartItemFilters ( bool ignoreCase ) : System | ||
ignoreCase | bool | Specifies whether to create case-insensitive statements. |
리턴 | System |
public ShoppingCartItemFilters ( 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. |
리턴 | System |