Show / Hide Table of Contents

Class CompanyCaseApiEndpoints

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

Methods

CompanyCaseChangeUrl(int, int)

Declaration
public static string CompanyCaseChangeUrl(int tenantId, int companyCaseChangeId)
Parameters
Type Name Description
int tenantId
int companyCaseChangeId
Returns
Type Description
string

CompanyCaseChangesUrl(int)

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

CompanyCaseChangesValuesUrl(int)

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

CompanyCaseDocumentUrl(int, int, int)

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

CompanyCaseDocumentsUrl(int, int)

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

CompanyCaseSlotsUrl(int)

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

CompanyCaseUrl(int, int)

Declaration
public static string CompanyCaseUrl(int tenantId, int companyCaseId)
Parameters
Type Name Description
int tenantId
int companyCaseId
Returns
Type Description
string

CompanyCaseValuesUrl(int)

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

CompanyCasesUrl(int)

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