Group
Show / Hide Table of Contents

Class Salary

A salary found in a resume

Inheritance
System.Object
Salary
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.Resume
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class Salary

Properties

| Improve this Doc View Source

Amount

The amount of the salary (usually yearly when listed on a resume)

Declaration
public decimal Amount { get; set; }
Property Value
Type Description
System.Decimal
| Improve this Doc View Source

Currency

The three-letter currency, eg: USD

Declaration
public string Currency { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾