Class StateSearchOptions
Inheritance
System.Object
StateSearchOptions
Assembly: LymeTemplateApi.Models.dll
Syntax
public class StateSearchOptions : object, ISearchOptions
Properties
Id
Declaration
public int? Id { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Name
Declaration
public string? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
SortDirection
Declaration
public string? SortDirection { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
SortField
Declaration
public string? SortField { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
Implements