C# Class HotChocolate.Types.NodaTime.LocalTimeType

Inheritance: StringToStructBaseType
Afficher le fichier Open project: shoooe/hotchocolate-nodatime

Méthodes publiques

Méthode Description
LocalTimeType ( ) : System.Diagnostics.CodeAnalysis

Méthodes protégées

Méthode Description
Serialize ( baseValue ) : string
TryDeserialize ( string str, LocalTime? &output ) : bool

Method Details

LocalTimeType() public méthode

public LocalTimeType ( ) : System.Diagnostics.CodeAnalysis
Résultat System.Diagnostics.CodeAnalysis

Serialize() protected méthode

protected Serialize ( baseValue ) : string
Résultat string

TryDeserialize() protected méthode

protected TryDeserialize ( string str, LocalTime? &output ) : bool
str string
output LocalTime?
Résultat bool