Class DocumentTranscriptRequestEntity
This class represents the EntityModel interface to the CmDocumentTranscript database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class DocumentTranscriptRequestEntity : Entity, IIdentifiable, IAuditable
Constructors
DocumentTranscriptRequestEntity()
Declaration
public DocumentTranscriptRequestEntity()
Fields
AttendanceBeginDateProperty
The AttendanceBeginDate property.
Declaration
public static readonly EntityProperty AttendanceBeginDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AttendanceEndDateProperty
The AttendanceEndDate property.
Declaration
public static readonly EntityProperty AttendanceEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CollegeIdProperty
The CollegeId property.
Declaration
public static readonly EntityProperty CollegeIdProperty
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 |
FeeProperty
The Fee property.
Declaration
public static readonly EntityProperty FeeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HighSchoolIdProperty
The HighSchoolId property.
Declaration
public static readonly EntityProperty HighSchoolIdProperty
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 |
ProgramOfStudyProperty
The ProgramOfStudy property.
Declaration
public static readonly EntityProperty ProgramOfStudyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequestTypeProperty
The RequestType property.
Declaration
public static readonly EntityProperty RequestTypeProperty
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
AttendanceBeginDate
Gets or sets the AttendanceBeginDate associated with this DocumentTranscriptRequestEntity.
Declaration
public DateTime? AttendanceBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AttendanceBeginDate. |
AttendanceEndDate
Gets or sets the AttendanceEndDate associated with this DocumentTranscriptRequestEntity.
Declaration
public DateTime? AttendanceEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AttendanceEndDate. |
CollegeId
Gets or sets the CollegeId associated with this DocumentTranscriptRequestEntity.
Declaration
public int? CollegeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CollegeId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DocumentTranscriptRequestEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Fee
Gets or sets the Fee associated with this DocumentTranscriptRequestEntity.
Declaration
public decimal? Fee { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Fee. |
HighSchoolId
Gets or sets the HighSchoolId associated with this DocumentTranscriptRequestEntity.
Declaration
public int? HighSchoolId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The HighSchoolId. |
Id
Gets or sets the Id associated with this DocumentTranscriptRequestEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DocumentTranscriptRequestEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DocumentTranscriptRequestEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this DocumentTranscriptRequestEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
ProgramOfStudy
Gets or sets the ProgramOfStudy associated with this DocumentTranscriptRequestEntity.
Declaration
public string ProgramOfStudy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramOfStudy. |
RequestType
Gets or sets the RequestType associated with this DocumentTranscriptRequestEntity.
Declaration
public short RequestType { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The RequestType. |
RowVersion
Gets or sets the RowVersion associated with this DocumentTranscriptRequestEntity.
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()