Group
Show / Hide Table of Contents

Class ManagementLevelScoreData

Details about the score for a specific category

Inheritance
System.Object
CategoryScoreData
ManagementLevelScoreData
Inherited Members
CategoryScoreData.UnweightedScore
CategoryScoreData.Evidence
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.Matching.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ManagementLevelScoreData : CategoryScoreData

Properties

| Improve this Doc View Source

Actual

Actual management level found.

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

AmountOfExperienceMatches

true when the duration of management experience matches in the source and target documents.

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

Desired

Requested management level.

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