Group
Show / Hide Table of Contents

Class ProfessionGroup

Profession Group that describes a percentage of the Profession Class.

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

Properties

| Improve this Doc View Source

Id

Id of the profession group.

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

Name

Name of the profession group.

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

NormalizedSkills

Array of normalized skills associated to this profession group.

Declaration
public List<string> NormalizedSkills { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

Percent

Percent of overall document described by this profession group. All groups across all classes will add up to 100%.

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