Class StudentPlacementVerificationEntity
This class represents the EntityModel interface to the PlStudentPlacementVerification database table.
Inheritance
Implements
Namespace: Cmc.Nexus.CareerServices.Entities
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class StudentPlacementVerificationEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentPlacementVerificationEntity()
Declaration
public StudentPlacementVerificationEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
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 |
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 |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PlacementRepIdProperty
The PlacementRepId property.
Declaration
public static readonly EntityProperty PlacementRepIdProperty
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 |
StudentPlacementIdProperty
The StudentPlacementId property.
Declaration
public static readonly EntityProperty StudentPlacementIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VerificationAgentPhoneNumberProperty
The VerificationAgentPhoneNumber property.
Declaration
public static readonly EntityProperty VerificationAgentPhoneNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VerificationAgentProperty
The VerificationAgent property.
Declaration
public static readonly EntityProperty VerificationAgentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VerificationAgentTitleProperty
The VerificationAgentTitle property.
Declaration
public static readonly EntityProperty VerificationAgentTitleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VerificationDateProperty
The VerificationDate property.
Declaration
public static readonly EntityProperty VerificationDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentPlacementVerificationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentPlacementVerificationEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentPlacementVerificationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentPlacementVerificationEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentPlacementVerificationEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PlacementRepId
Gets or sets the PlacementRepId associated with this StudentPlacementVerificationEntity.
Declaration
public int? PlacementRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PlacementRepId. |
RowVersion
Gets or sets the RowVersion associated with this StudentPlacementVerificationEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentPlacementId
Gets or sets the StudentPlacementId associated with this StudentPlacementVerificationEntity.
Declaration
public int StudentPlacementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentPlacementId. |
VerificationAgent
Gets or sets the VerificationAgent associated with this StudentPlacementVerificationEntity.
Declaration
public string VerificationAgent { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VerificationAgent. |
VerificationAgentPhoneNumber
Gets or sets the VerificationAgentPhoneNumber associated with this StudentPlacementVerificationEntity.
Declaration
public string VerificationAgentPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VerificationAgentPhoneNumber. |
VerificationAgentTitle
Gets or sets the VerificationAgentTitle associated with this StudentPlacementVerificationEntity.
Declaration
public string VerificationAgentTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VerificationAgentTitle. |
VerificationDate
Gets or sets the VerificationDate associated with this StudentPlacementVerificationEntity.
Declaration
public DateTime? VerificationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The VerificationDate. |
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()