Group
Show / Hide Table of Contents

Class Bullet

A single entry in a bullet-point list in a position/job description on a resume

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

Properties

| Improve this Doc View Source

Text

The text value of the bullet-list item (excluding the bullet point character)

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

Type

The type of text/term found for this bullet point. One of:
creativeTerm - Text indicates that an action was taken by the candidate
sentence: the default, no special terms were found in Text

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