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