Group
Show / Hide Table of Contents

Class VersionedProfessionClassification<T>

Object representing a profession concept with taxonomy version

Inheritance
System.Object
ProfessionClassification<T>
VersionedProfessionClassification<T>
Inherited Members
ProfessionClassification<T>.CodeId
ProfessionClassification<T>.Description
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 VersionedProfessionClassification<T> : ProfessionClassification<T>
Type Parameters
Name Description
T

Properties

| Improve this Doc View Source

Version

The version of the profession taxonomy

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