Class EmployerJobDataChangeEntity
This class represents the EntityModel interface to the PlEmployerAvailableJobsUpdatesAudit database table.
Inheritance
Implements
Namespace: Cmc.Nexus.CareerServices.Entities
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class EmployerJobDataChangeEntity : Entity, IIdentifiable
Constructors
EmployerJobDataChangeEntity()
Declaration
public EmployerJobDataChangeEntity()
Fields
EmployerIdProperty
The EmployerId property.
Declaration
public static readonly EntityProperty EmployerIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EmployerJobIdProperty
The EmployerJobId property.
Declaration
public static readonly EntityProperty EmployerJobIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FieldNameProperty
The FieldName property.
Declaration
public static readonly EntityProperty FieldNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ModifiedDateProperty
The ModifiedDate property.
Declaration
public static readonly EntityProperty ModifiedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewValueProperty
The NewValue property.
Declaration
public static readonly EntityProperty NewValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OldValueProperty
The OldValue property.
Declaration
public static readonly EntityProperty OldValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TsProperty
The Ts property.
Declaration
public static readonly EntityProperty TsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
EmployerId
Gets or sets the EmployerId associated with this EmployerJobDataChangeEntity.
Declaration
public int EmployerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EmployerId. |
EmployerJobId
Gets or sets the EmployerJobId associated with this EmployerJobDataChangeEntity.
Declaration
public int? EmployerJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EmployerJobId. |
FieldName
Gets or sets the FieldName associated with this EmployerJobDataChangeEntity.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldName. |
Id
Gets or sets the Id associated with this EmployerJobDataChangeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this EmployerJobDataChangeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ModifiedDate
Gets or sets the ModifiedDate associated with this EmployerJobDataChangeEntity.
Declaration
public DateTime ModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ModifiedDate. |
NewValue
Gets or sets the NewValue associated with this EmployerJobDataChangeEntity.
Declaration
public string NewValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewValue. |
Note
Gets or sets the Note associated with this EmployerJobDataChangeEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
OldValue
Gets or sets the OldValue associated with this EmployerJobDataChangeEntity.
Declaration
public string OldValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OldValue. |
Ts
Gets or sets the Ts associated with this EmployerJobDataChangeEntity.
Declaration
public byte[] Ts { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The Ts. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()