Show / Hide Table of Contents

Class GlobalCaseApiEndpoints

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)

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

GlobalCaseChangesUrl(int)

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

GlobalCaseChangesValuesUrl(int)

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

GlobalCaseDocumentUrl(int, int, int)

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)

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

GlobalCaseSlotsUrl(int)

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

GlobalCaseUrl(int, int)

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

GlobalCaseValuesUrl(int)

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

GlobalCasesUrl(int)

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