Class RequestArgumentsInfo
Inheritance
RequestArgumentsInfo
Assembly: SoCore.dll
Syntax
public class RequestArgumentsInfo : IRequestArgumentsInfo
Constructors
RequestArgumentsInfo()
Declaration
public RequestArgumentsInfo()
Properties
Arguments
Declaration
public Dictionary<string, string> Arguments { get; }
Property Value
MethodName
Declaration
public string MethodName { get; }
Property Value
Methods
Initialize(string, Dictionary<string, object>)
Declaration
public void Initialize(string methodName, Dictionary<string, object> args)
Parameters
Implements
Extension Methods