Show / Hide Table of Contents

Class ApiEndpoints

The backend REST API endpoints

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

Methods

AdminQueryMethods()

The admin query methods URL

Declaration
public static string AdminQueryMethods()
Returns
Type Description
string

AdminUrl()

The admin URL

Declaration
public static string AdminUrl()
Returns
Type Description
string

AttributesPath()

The attributes path name

Declaration
public static string AttributesPath()
Returns
Type Description
string

SharesRegulationAttributeUrl(int, string)

The shared regulation attribute URL

Declaration
public static string SharesRegulationAttributeUrl(int shareId, string attributeName)
Parameters
Type Name Description
int shareId
string attributeName
Returns
Type Description
string

SharesRegulationAttributesUrl(int)

The shared regulation attributes URL

Declaration
public static string SharesRegulationAttributesUrl(int shareId)
Parameters
Type Name Description
int shareId
Returns
Type Description
string

SharesRegulationUrl(int)

The shares regulation URL

Declaration
public static string SharesRegulationUrl(int shareId)
Parameters
Type Name Description
int shareId
Returns
Type Description
string

SharesRegulationsUrl()

The shares regulations URL

Declaration
public static string SharesRegulationsUrl()
Returns
Type Description
string
☀
☾
Back to top Generated by DocFX