Class StudentPlacementSearchAgentEntity
This class represents the EntityModel interface to the PlStudentSearchAgent database table.
Inheritance
Implements
Namespace: Cmc.Nexus.CareerServices.Entities
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class StudentPlacementSearchAgentEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentPlacementSearchAgentEntity()
Declaration
public StudentPlacementSearchAgentEntity()
Fields
AgentNameProperty
The AgentName property.
Declaration
public static readonly EntityProperty AgentNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FrequencyCodeProperty
The FrequencyCode property.
Declaration
public static readonly EntityProperty FrequencyCodeProperty
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 |
IndustryIdProperty
The IndustryId property.
Declaration
public static readonly EntityProperty IndustryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAllCriteriaEvaluatedProperty
The IsAllCriteriaEvaluated property.
Declaration
public static readonly EntityProperty IsAllCriteriaEvaluatedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsOnlyNewJobsIncludedProperty
The IsOnlyNewJobsIncluded property.
Declaration
public static readonly EntityProperty IsOnlyNewJobsIncludedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsScheduledProperty
The IsScheduled property.
Declaration
public static readonly EntityProperty IsScheduledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobAgeProperty
The JobAge property.
Declaration
public static readonly EntityProperty JobAgeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobCategoryIdProperty
The JobCategoryId property.
Declaration
public static readonly EntityProperty JobCategoryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobTitleIdProperty
The JobTitleId property.
Declaration
public static readonly EntityProperty JobTitleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobTypeNameProperty
The JobTypeName property.
Declaration
public static readonly EntityProperty JobTypeNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
KeyWordsProperty
The KeyWords property.
Declaration
public static readonly EntityProperty KeyWordsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
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 |
LastRunDateTimeProperty
The LastRunDateTime property.
Declaration
public static readonly EntityProperty LastRunDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LocationIdProperty
The LocationId property.
Declaration
public static readonly EntityProperty LocationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ScheduleProperty
The Schedule property.
Declaration
public static readonly EntityProperty ScheduleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AgentName
Gets or sets the AgentName associated with this StudentPlacementSearchAgentEntity.
Declaration
public string AgentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AgentName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentPlacementSearchAgentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FrequencyCode
Gets or sets the FrequencyCode associated with this StudentPlacementSearchAgentEntity.
Declaration
public string FrequencyCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FrequencyCode. |
Id
Gets or sets the Id associated with this StudentPlacementSearchAgentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IndustryId
Gets or sets the IndustryId associated with this StudentPlacementSearchAgentEntity.
Declaration
public int? IndustryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The IndustryId. |
IsAllCriteriaEvaluated
Gets or sets the IsAllCriteriaEvaluated associated with this StudentPlacementSearchAgentEntity.
Declaration
public bool IsAllCriteriaEvaluated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAllCriteriaEvaluated. |
IsOnlyNewJobsIncluded
Gets or sets the IsOnlyNewJobsIncluded associated with this StudentPlacementSearchAgentEntity.
Declaration
public bool IsOnlyNewJobsIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOnlyNewJobsIncluded. |
IsScheduled
Gets or sets the IsScheduled associated with this StudentPlacementSearchAgentEntity.
Declaration
public bool IsScheduled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsScheduled. |
JobAge
Gets or sets the JobAge associated with this StudentPlacementSearchAgentEntity.
Declaration
public int JobAge { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The JobAge. |
JobCategoryId
Gets or sets the JobCategoryId associated with this StudentPlacementSearchAgentEntity.
Declaration
public int JobCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The JobCategoryId. |
JobTitleId
Gets or sets the JobTitleId associated with this StudentPlacementSearchAgentEntity.
Declaration
public int? JobTitleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The JobTitleId. |
JobTypeName
Gets or sets the JobTypeName associated with this StudentPlacementSearchAgentEntity.
Declaration
public string JobTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobTypeName. |
KeyWords
Gets or sets the KeyWords associated with this StudentPlacementSearchAgentEntity.
Declaration
public string KeyWords { get; set; }
Property Value
Type | Description |
---|---|
System.String | The KeyWords. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentPlacementSearchAgentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentPlacementSearchAgentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastRunDateTime
Gets or sets the LastRunDateTime associated with this StudentPlacementSearchAgentEntity.
Declaration
public DateTime? LastRunDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastRunDateTime. |
LocationId
Gets or sets the LocationId associated with this StudentPlacementSearchAgentEntity.
Declaration
public int? LocationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LocationId. |
RowVersion
Gets or sets the RowVersion associated with this StudentPlacementSearchAgentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Schedule
Gets or sets the Schedule associated with this StudentPlacementSearchAgentEntity.
Declaration
public string Schedule { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Schedule. |
StudentId
Gets or sets the StudentId associated with this StudentPlacementSearchAgentEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
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()