Class StudentPlacementSearchAgent
This class represents the EntityModel interface to the PlStudentSearchAgent database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.CareerServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentPlacementSearchAgent
Constructors
StudentPlacementSearchAgent()
Declaration
public StudentPlacementSearchAgent()
Properties
AgentName
Gets or sets the AgentName associated with this StudentPlacementSearchAgent.
Declaration
public string AgentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AgentName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentPlacementSearchAgent.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FrequencyCode
Gets or sets the FrequencyCode associated with this StudentPlacementSearchAgent.
Declaration
public string FrequencyCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FrequencyCode. |
Id
Gets or sets the Id associated with this StudentPlacementSearchAgent.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
Industry
Declaration
public virtual Industry Industry { get; set; }
Property Value
Type | Description |
---|---|
Industry |
IndustryId
Gets or sets the IndustryId associated with this StudentPlacementSearchAgent.
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 StudentPlacementSearchAgent.
Declaration
public bool IsAllCriteriaEvaluated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAllCriteriaEvaluated. |
IsOnlyNewJobsIncluded
Gets or sets the IsOnlyNewJobsIncluded associated with this StudentPlacementSearchAgent.
Declaration
public bool IsOnlyNewJobsIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOnlyNewJobsIncluded. |
IsScheduled
Gets or sets the IsScheduled associated with this StudentPlacementSearchAgent.
Declaration
public bool IsScheduled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsScheduled. |
JobAge
Gets or sets the JobAge associated with this StudentPlacementSearchAgent.
Declaration
public int JobAge { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The JobAge. |
JobCategory
Declaration
public virtual JobCategory JobCategory { get; set; }
Property Value
Type | Description |
---|---|
JobCategory |
JobCategoryId
Gets or sets the JobCategoryId associated with this StudentPlacementSearchAgent.
Declaration
public int JobCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The JobCategoryId. |
JobTitle
Declaration
public virtual JobTitle JobTitle { get; set; }
Property Value
Type | Description |
---|---|
JobTitle |
JobTitleId
Gets or sets the JobTitleId associated with this StudentPlacementSearchAgent.
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 StudentPlacementSearchAgent.
Declaration
public string JobTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobTypeName. |
KeyWords
Gets or sets the KeyWords associated with this StudentPlacementSearchAgent.
Declaration
public string KeyWords { get; set; }
Property Value
Type | Description |
---|---|
System.String | The KeyWords. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentPlacementSearchAgent.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentPlacementSearchAgent.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastRunDateTime
Gets or sets the LastRunDateTime associated with this StudentPlacementSearchAgent.
Declaration
public DateTime? LastRunDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastRunDateTime. |
Location
Declaration
public virtual JobLocation Location { get; set; }
Property Value
Type | Description |
---|---|
JobLocation |
LocationId
Gets or sets the LocationId associated with this StudentPlacementSearchAgent.
Declaration
public int? LocationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LocationId. |
Schedule
Gets or sets the Schedule associated with this StudentPlacementSearchAgent.
Declaration
public string Schedule { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Schedule. |
StudentId
Gets or sets the StudentId associated with this StudentPlacementSearchAgent.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |