C# Class PetStore.ApiResponse

Inheritance: System.ComponentModel.INotifyPropertyChanged
Afficher le fichier Open project: NSwag/NSwag

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FromJson ( string data ) : ApiResponse
ToJson ( ) : string

Méthodes protégées

Méthode Description
RaisePropertyChanged ( [ propertyName = null ) : void

Method Details

FromJson() public static méthode

public static FromJson ( string data ) : ApiResponse
data string
Résultat ApiResponse

RaisePropertyChanged() protected méthode

protected RaisePropertyChanged ( [ propertyName = null ) : void
propertyName [
Résultat void

ToJson() public méthode

public ToJson ( ) : string
Résultat string