Show / Hide Table of Contents

Class StateSearchOptions

Inheritance
System.Object
StateSearchOptions
Implements
ISearchOptions
Namespace: LymeTemplateApi.Models.Api
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

ISearchOptions
In This Article
Back to top Generated by DocFX