Table of Contents

Class ProfessionClassification<T>

Namespace
Textkernel.Tx.Models.DataEnrichment
Assembly
Textkernel.Tx.SDK.dll

Object representing a profession concept

public class ProfessionClassification<T>

Type Parameters

T
Inheritance
ProfessionClassification<T>
Derived
Inherited Members

Properties

CodeId

The code id of the profession concept.

public T CodeId { get; set; }

Property Value

T

Description

The description of the profession concept.

public string Description { get; set; }

Property Value

string