Class EmployerJobDataChangeCustom
Inheritance
System.Object
EmployerJobDataChangeCustom
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class EmployerJobDataChangeCustom
Constructors
EmployerJobDataChangeCustom()
Declaration
public EmployerJobDataChangeCustom()
Properties
FieldName
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NewValue
Declaration
public string NewValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OldValue
Declaration
public string OldValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |