Group
Show / Hide Table of Contents

Class ProfessionClass

Profession Class that describes a percentage of the source document.

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

Properties

| Improve this Doc View Source

Groups

Array of objects representing groups of professions.

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

Id

Id of the related profession.

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

Name

Name of the related profession.

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

Percent

Percent of overall document that relates to this profession.

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
☀
☾