Show / Hide Table of Contents

Class GlobalCaseApiEndpoints

Global case api endpoints

Inheritance
object
GlobalCaseApiEndpoints
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client
Assembly: PayrollEngine.Client.Core.dll
Syntax
public static class GlobalCaseApiEndpoints

Methods

GlobalCaseChangeUrl(int, int)

The global case change URL

Declaration
public static string GlobalCaseChangeUrl(int tenantId, int globalCaseChangeId)
Parameters
Type Name Description
int tenantId
int globalCaseChangeId
Returns
Type Description
string

GlobalCaseChangesUrl(int)

The global case changes URL

Declaration
public static string GlobalCaseChangesUrl(int tenantId)
Parameters
Type Name Description
int tenantId
Returns
Type Description
string

GlobalCaseChangesValuesUrl(int)

The global case changes values URL

Declaration
public static string GlobalCaseChangesValuesUrl(int tenantId)
Parameters
Type Name Description
int tenantId
Returns
Type Description
string

GlobalCaseDocumentUrl(int, int, int)

The global case document URL

Declaration
public static string GlobalCaseDocumentUrl(int tenantId, int caseValueId, int documentId)
Parameters
Type Name Description
int tenantId
int caseValueId
int documentId
Returns
Type Description
string

GlobalCaseDocumentsUrl(int, int)

The global case documents URL

Declaration
public static string GlobalCaseDocumentsUrl(int tenantId, int caseValueId)
Parameters
Type Name Description
int tenantId
int caseValueId
Returns
Type Description
string

GlobalCaseSlotsUrl(int)

The global case slots URL

Declaration
public static string GlobalCaseSlotsUrl(int tenantId)
Parameters
Type Name Description
int tenantId
Returns
Type Description
string

GlobalCaseUrl(int, int)

The global case URL

Declaration
public static string GlobalCaseUrl(int tenantId, int globalCaseId)
Parameters
Type Name Description
int tenantId
int globalCaseId
Returns
Type Description
string

GlobalCaseValuesUrl(int)

The global case values URL

Declaration
public static string GlobalCaseValuesUrl(int tenantId)
Parameters
Type Name Description
int tenantId
Returns
Type Description
string

GlobalCasesUrl(int)

The global cases URL

Declaration
public static string GlobalCasesUrl(int tenantId)
Parameters
Type Name Description
int tenantId
Returns
Type Description
string
☀
☾
Back to top Generated by DocFX