C# Class WebMarco.Backend.Bridge.Common.CallConfig

Afficher le fichier Open project: vhnatyk/WebMarco.2.0 Class Usage Examples

Méthodes publiques

Méthode Description
CallConfig ( System.Guid uid, string methodName, object parameters, bool isAsync = false ) : System
FromJsonString ( string jsonString ) : CallConfig
NewCallConfig ( string methodName, object parameters, bool isAsync = false ) : CallConfig
ToJsonString ( ) : string

Private Methods

Méthode Description
CallConfig ( ) : System

Method Details

CallConfig() public méthode

public CallConfig ( System.Guid uid, string methodName, object parameters, bool isAsync = false ) : System
uid System.Guid
methodName string
parameters object
isAsync bool
Résultat System

FromJsonString() public static méthode

public static FromJsonString ( string jsonString ) : CallConfig
jsonString string
Résultat CallConfig

NewCallConfig() public static méthode

public static NewCallConfig ( string methodName, object parameters, bool isAsync = false ) : CallConfig
methodName string
parameters object
isAsync bool
Résultat CallConfig

ToJsonString() public méthode

public ToJsonString ( ) : string
Résultat string