Show / Hide Table of Contents

Class RequestArgumentsInfo

Inheritance
object
RequestArgumentsInfo
Implements
IRequestArgumentsInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
public class RequestArgumentsInfo : IRequestArgumentsInfo

Constructors

RequestArgumentsInfo()

Declaration
public RequestArgumentsInfo()

Fields

_nsApiSlow

Declaration
public bool _nsApiSlow
Field Value
Type Description
bool

Properties

Arguments

Declaration
public Dictionary<string, string> Arguments { get; }
Property Value
Type Description
Dictionary<string, string>

MethodName

Declaration
public string MethodName { get; }
Property Value
Type Description
string

NsApiSlow

Declaration
public bool NsApiSlow { get; }
Property Value
Type Description
bool

OperationNameArgumentsAppendix

Declaration
public string OperationNameArgumentsAppendix { get; }
Property Value
Type Description
string

Methods

AddInfo(string, string)

Declaration
public void AddInfo(string key, string value)
Parameters
Type Name Description
string key
string value

Initialize(string, long, int, Dictionary<string, object>, Dictionary<string, object>)

Declaration
public void Initialize(string methodName, long nsApiDuration, int nsApiSlowThreshold, Dictionary<string, object> args, Dictionary<string, object> argumentsAppendedToOperationName)
Parameters
Type Name Description
string methodName
long nsApiDuration
int nsApiSlowThreshold
Dictionary<string, object> args
Dictionary<string, object> argumentsAppendedToOperationName

Implements

IRequestArgumentsInfo

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top