Group
Show / Hide Table of Contents

Class ProfessionClassification<T>

Object representing a profession concept

Inheritance
System.Object
ProfessionClassification<T>
VersionedProfessionClassification<T>
VersionedNormalizedProfessionClassification<T>
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.DataEnrichment
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ProfessionClassification<T>
Type Parameters
Name Description
T

Properties

| Improve this Doc View Source

CodeId

The code id of the profession concept.

Declaration
public T CodeId { get; set; }
Property Value
Type Description
T
| Improve this Doc View Source

Description

The description of the profession concept.

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