Show / Hide Table of Contents

Class EmployeeCaseApiEndpoints

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

Methods

EmployeeAttributeUrl(int, int, string)

Declaration
public static string EmployeeAttributeUrl(int tenantId, int employeeId, string attributeName)
Parameters
Type Name Description
int tenantId
int employeeId
string attributeName
Returns
Type Description
string

EmployeeAttributesUrl(int, int)

Declaration
public static string EmployeeAttributesUrl(int tenantId, int employeeId)
Parameters
Type Name Description
int tenantId
int employeeId
Returns
Type Description
string

EmployeeCaseChangeUrl(int, int, int)

Declaration
public static string EmployeeCaseChangeUrl(int tenantId, int employeeId, int employeeCaseChangeId)
Parameters
Type Name Description
int tenantId
int employeeId
int employeeCaseChangeId
Returns
Type Description
string

EmployeeCaseChangesUrl(int, int)

Declaration
public static string EmployeeCaseChangesUrl(int tenantId, int employeeId)
Parameters
Type Name Description
int tenantId
int employeeId
Returns
Type Description
string

EmployeeCaseChangesValuesUrl(int, int)

Declaration
public static string EmployeeCaseChangesValuesUrl(int tenantId, int employeeId)
Parameters
Type Name Description
int tenantId
int employeeId
Returns
Type Description
string

EmployeeCaseDocumentUrl(int, int, int, int)

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

EmployeeCaseDocumentsUrl(int, int, int)

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

EmployeeCaseSlotsUrl(int, int)

Declaration
public static string EmployeeCaseSlotsUrl(int tenantId, int employeeId)
Parameters
Type Name Description
int tenantId
int employeeId
Returns
Type Description
string

EmployeeCaseUrl(int, int, int)

Declaration
public static string EmployeeCaseUrl(int tenantId, int employeeId, int employeeCaseId)
Parameters
Type Name Description
int tenantId
int employeeId
int employeeCaseId
Returns
Type Description
string

EmployeeCaseValuesUrl(int, int)

Declaration
public static string EmployeeCaseValuesUrl(int tenantId, int employeeId)
Parameters
Type Name Description
int tenantId
int employeeId
Returns
Type Description
string

EmployeeCasesUrl(int, int)

Declaration
public static string EmployeeCasesUrl(int tenantId, int employeeId)
Parameters
Type Name Description
int tenantId
int employeeId
Returns
Type Description
string

EmployeeUrl(int, int)

Declaration
public static string EmployeeUrl(int tenantId, int employeeId)
Parameters
Type Name Description
int tenantId
int employeeId
Returns
Type Description
string

EmployeesBulkUrl(int)

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

EmployeesUrl(int)

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