Table of Contents

Class CompanyInfo

Namespace
Textkernel.Tx.Models.API.Formatter
Assembly
Textkernel.Tx.SDK.dll

Options for putting company/firm information on the formatted resume header.

public class CompanyInfo
Inheritance
CompanyInfo
Inherited Members

Properties

CandidateId

The candidate id for this resume to include in the resume header.

public string CandidateId { get; set; }

Property Value

string

CompanyName

The company name to include in the resume header.

public string CompanyName { get; set; }

Property Value

string

Email

The contact email to include in the resume header.

public string Email { get; set; }

Property Value

string

Any information (such as confidentiality clause) to put in the resume footer.

public string Footer { get; set; }

Property Value

string

The company logo to include in the resume header.

public ResumeLogo Logo { get; set; }

Property Value

ResumeLogo

Phone

The contact phone to include in the resume header.

public string Phone { get; set; }

Property Value

string

Placement

Where to put the company info in the formatted resume document.

[JsonConverter(typeof(JsonStringEnumConverter))]
public CompanyInfoPlacement Placement { get; set; }

Property Value

CompanyInfoPlacement