Class StringQueryPropertyFilter
Inheritance
StringQueryPropertyFilter
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class StringQueryPropertyFilter : QueryPropertyFilter<string>
Constructors
StringQueryPropertyFilter()
Declaration
public StringQueryPropertyFilter()
StringQueryPropertyFilter(string, bool)
Declaration
public StringQueryPropertyFilter(string value, bool hasValue)
Parameters
Properties
Empty
Declaration
public static StringQueryPropertyFilter Empty { get; }
Property Value
Operators
implicit operator StringQueryPropertyFilter(string)
Declaration
public static implicit operator StringQueryPropertyFilter(string value)
Parameters
| Type |
Name |
Description |
| string |
value |
|
Returns