Class StudentVeteranDetailEntity
This class represents the EntityModel interface to the SsStudentVeteranDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class StudentVeteranDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentVeteranDetailEntity()
Declaration
public StudentVeteranDetailEntity()
Fields
BenefitsReceivedProperty
The Benefits Received property
Declaration
public static readonly EntityProperty BenefitsReceivedProperty
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastCertifiedTermIdProperty
The LastCertifiedTermId property.
Declaration
public static readonly EntityProperty LastCertifiedTermIdProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
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 |
VeteranAffairsBenefitIdCollectionProperty
The VeteranAffairsBenefitIdCollection property.
Declaration
public static readonly EntityProperty VeteranAffairsBenefitIdCollectionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VeteranAffairsCertificationTypeIdProperty
The VeteranAffairsCertificationTypeId property.
Declaration
public static readonly EntityProperty VeteranAffairsCertificationTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VeteranAffairsCodeIdCollectionProperty
The VeteranAffairsCodeIdCollection property.
Declaration
public static readonly EntityProperty VeteranAffairsCodeIdCollectionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VeteranTypesProperty
The Veteran Types property
Declaration
public static readonly EntityProperty VeteranTypesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BenefitsReceived
Gets or sets the BenefitsReceived.
Declaration
public Collection<VeteranBenefit> BenefitsReceived { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<VeteranBenefit> | The collection of BenefitsReceived. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentVeteranDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentVeteranDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastCertifiedTermId
Gets or sets the LastCertifiedTermId associated with this StudentVeteranDetailEntity.
Declaration
public int? LastCertifiedTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LastCertifiedTermId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentVeteranDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentVeteranDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this StudentVeteranDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentId
Gets or sets the StudentId associated with this StudentVeteranDetailEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
VeteranAffairsBenefitIdCollection
Gets or sets the VeteranAffairsBenefitIdCollection associated with this StudentVeteranDetailEntity.
Declaration
public string VeteranAffairsBenefitIdCollection { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VeteranAffairsBenefitIdCollection. |
VeteranAffairsCertificationTypeId
Gets or sets the VeteranAffairsCertificationTypeId associated with this StudentVeteranDetailEntity.
Declaration
public int? VeteranAffairsCertificationTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The VeteranAffairsCertificationTypeId. |
VeteranAffairsCodeIdCollection
Gets or sets the VeteranAffairsCodeIdCollection associated with this StudentVeteranDetailEntity.
Declaration
public string VeteranAffairsCodeIdCollection { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VeteranAffairsCodeIdCollection. |
VeteranStatus
The below property will be used to get the veteran status value from the UI. There is no field for this in Database.
Declaration
public int VeteranStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VeteranTypes
Gets or sets the VeteranType.
Declaration
public Collection<VeteranType> VeteranTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<VeteranType> | The SsVeteranCodeIds. |
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()