Table of Contents

Class Salary

Namespace
Textkernel.Tx.Models.Resume
Assembly
Textkernel.Tx.SDK.dll

A salary found in a resume

public class Salary
Inheritance
Salary
Inherited Members

Properties

Amount

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

public decimal Amount { get; set; }

Property Value

decimal

Currency

The three-letter currency, eg: USD

public string Currency { get; set; }

Property Value

string