Show / Hide Table of Contents

Class NationalCaseApiEndpoints

Inheritance
object
NationalCaseApiEndpoints
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 NationalCaseApiEndpoints

Methods

NationalCaseChangeUrl(int, int)

Declaration
public static string NationalCaseChangeUrl(int tenantId, int nationalCaseChangeId)
Parameters
Type Name Description
int tenantId
int nationalCaseChangeId
Returns
Type Description
string

NationalCaseChangesUrl(int)

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

NationalCaseChangesValuesUrl(int)

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

NationalCaseDocumentUrl(int, int, int)

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

NationalCaseDocumentsUrl(int, int)

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

NationalCaseSlotsUrl(int)

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

NationalCaseUrl(int, int)

Declaration
public static string NationalCaseUrl(int tenantId, int nationalCaseId)
Parameters
Type Name Description
int tenantId
int nationalCaseId
Returns
Type Description
string

NationalCaseValuesUrl(int)

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

NationalCasesUrl(int)

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