Group
Show / Hide Table of Contents

Class LicenseDetails

A license found on a resume. These are professional licenses, not driving licenses. For driving licenses, see DrivingLicense

Inheritance
System.Object
LicenseDetails
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 LicenseDetails

Properties

| Improve this Doc View Source

MatchedFromList

true if this was found by matching to a known list of licenses. false if this was found by analyzing the context and determining it was a license.

Declaration
public bool MatchedFromList { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

The name of the license

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