Group
Show / Hide Table of Contents

Class CompanyInfo

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

Inheritance
System.Object
CompanyInfo
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.API.Formatter
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class CompanyInfo

Properties

| Improve this Doc View Source

CandidateId

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

Declaration
public string CandidateId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CompanyName

The company name to include in the resume header.

Declaration
public string CompanyName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Email

The contact email to include in the resume header.

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Footer

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

Declaration
public string Footer { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Logo

The company logo to include in the resume header.

Declaration
public ResumeLogo Logo { get; set; }
Property Value
Type Description
ResumeLogo
| Improve this Doc View Source

Phone

The contact phone to include in the resume header.

Declaration
public string Phone { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Placement

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

Declaration
[JsonConverter(typeof(JsonStringEnumConverter))]
public CompanyInfoPlacement Placement { get; set; }
Property Value
Type Description
CompanyInfoPlacement
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾