Class VersionedNormalizedProfessionClassification<T>
- Namespace
- Textkernel.Tx.Models.Resume.Employment
- Assembly
- Textkernel.Tx.SDK.dll
Object representing a profession concept with taxonomy version
public class VersionedNormalizedProfessionClassification<T> : ProfessionClassification<T>
Type Parameters
T
- Inheritance
-
VersionedNormalizedProfessionClassification<T>
- Inherited Members
Properties
Version
The version of the profession taxonomy
public string Version { get; set; }