ScriptMethodType
Assembly: ServiceStack.Client.dll
View Source
Declaration
[Exclude(Feature.Soap)]
public class ScriptMethodType
Properties
Name
View Source
Declaration
public string Name { get; set; }
ParamNames
View Source
Declaration
public string[] ParamNames { get; set; }
ParamTypes
View Source
Declaration
public string[] ParamTypes { get; set; }
ReturnType
View Source
Declaration
public string ReturnType { get; set; }