C# Class HotChocolate.Types.NodaTime.LocalTimeType

Inheritance: StringToStructBaseType
Show file Open project: shoooe/hotchocolate-nodatime

Public Methods

Method Description
LocalTimeType ( ) : System.Diagnostics.CodeAnalysis

Protected Methods

Method Description
Serialize ( baseValue ) : string
TryDeserialize ( string str, LocalTime? &output ) : bool

Method Details

LocalTimeType() public method

public LocalTimeType ( ) : System.Diagnostics.CodeAnalysis
return System.Diagnostics.CodeAnalysis

Serialize() protected method

protected Serialize ( baseValue ) : string
return string

TryDeserialize() protected method

protected TryDeserialize ( string str, LocalTime? &output ) : bool
str string
output LocalTime?
return bool