Show / Hide Table of Contents

Class ServiceCall

Inheritance
object
ServiceCall
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Diagnostics
Assembly: SoCore.dll
Syntax
public class ServiceCall

Constructors

ServiceCall(string, string, string, string, DateTimeOffset, params (string parameter, object argument)[])

Declaration
public ServiceCall(string agent, string method, string databaseContext, string user, DateTimeOffset started, params (string parameter, object argument)[] parameters)
Parameters
Type Name Description
string agent
string method
string databaseContext
string user
DateTimeOffset started
(string parameter, object argument)[] parameters

Properties

Agent

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

ContextIdentifier

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

DatabaseCalls

Declaration
public int DatabaseCalls { get; set; }
Property Value
Type Description
int

DatabaseMilliseconds

Declaration
public int DatabaseMilliseconds { get; set; }
Property Value
Type Description
int

DatabaseRows

Declaration
public int DatabaseRows { get; set; }
Property Value
Type Description
int

Method

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

Parameters

Declaration
public (string parameter, object argument)[] Parameters { get; }
Property Value
Type Description
(string parameter, object argument)[]

Started

Declaration
public DateTimeOffset Started { get; }
Property Value
Type Description
DateTimeOffset

User

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

Extension Methods

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