Class FaShoppingSheetCommentEntity
This class represents the EntityModel interface to the FaShoppingSheetCommentsConfig database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaShoppingSheetCommentEntity : Entity, IIdentifiable, IAuditable
Constructors
FaShoppingSheetCommentEntity()
Declaration
public FaShoppingSheetCommentEntity()
Fields
ApplicantEnrollNoteProperty
The ApplicantEnrollNote property.
Declaration
public static readonly EntityProperty ApplicantEnrollNoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardYearIdentifierProperty
The AwardYearIdentifier property.
Declaration
public static readonly EntityProperty AwardYearIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
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 |
GradApplicantEnrollNoteProperty
The GradApplicantEnrollNote property.
Declaration
public static readonly EntityProperty GradApplicantEnrollNoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradProspectNoteProperty
The GradProspectNote property.
Declaration
public static readonly EntityProperty GradProspectNoteProperty
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 |
NextStepsEnrolledNoteProperty
The NextStepsEnrolledNote property.
Declaration
public static readonly EntityProperty NextStepsEnrolledNoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NextStepsGradApplicantEnrollNoteProperty
The NextStepsGradApplicantEnrollNote property.
Declaration
public static readonly EntityProperty NextStepsGradApplicantEnrollNoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NextStepsGradNoteProperty
The NextStepsGradNote property.
Declaration
public static readonly EntityProperty NextStepsGradNoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NextStepsNoteProperty
The NextStepsNote property.
Declaration
public static readonly EntityProperty NextStepsNoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProspectNoteProperty
The ProspectNote property.
Declaration
public static readonly EntityProperty ProspectNoteProperty
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 |
Properties
ApplicantEnrollNote
Gets or sets the ApplicantEnrollNote associated with this FaShoppingSheetCommentEntity.
Declaration
public string ApplicantEnrollNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApplicantEnrollNote. |
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this FaShoppingSheetCommentEntity.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
CampusId
Gets or sets the CampusId associated with this FaShoppingSheetCommentEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaShoppingSheetCommentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GradApplicantEnrollNote
Gets or sets the GradApplicantEnrollNote associated with this FaShoppingSheetCommentEntity.
Declaration
public string GradApplicantEnrollNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GradApplicantEnrollNote. |
GradProspectNote
Gets or sets the GradProspectNote associated with this FaShoppingSheetCommentEntity.
Declaration
public string GradProspectNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GradProspectNote. |
Id
Gets or sets the Id associated with this FaShoppingSheetCommentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaShoppingSheetCommentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaShoppingSheetCommentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NextStepsEnrolledNote
Gets or sets the NextStepsEnrolledNote associated with this FaShoppingSheetCommentEntity.
Declaration
public string NextStepsEnrolledNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NextStepsEnrolledNote. |
NextStepsGradApplicantEnrollNote
Gets or sets the NextStepsGradApplicantEnrollNote associated with this FaShoppingSheetCommentEntity.
Declaration
public string NextStepsGradApplicantEnrollNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NextStepsGradApplicantEnrollNote. |
NextStepsGradNote
Gets or sets the NextStepsGradNote associated with this FaShoppingSheetCommentEntity.
Declaration
public string NextStepsGradNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NextStepsGradNote. |
NextStepsNote
Gets or sets the NextStepsNote associated with this FaShoppingSheetCommentEntity.
Declaration
public string NextStepsNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NextStepsNote. |
ProspectNote
Gets or sets the ProspectNote associated with this FaShoppingSheetCommentEntity.
Declaration
public string ProspectNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProspectNote. |
RowVersion
Gets or sets the RowVersion associated with this FaShoppingSheetCommentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()