Class DocumentTranscriptRequest
This class represents the EntityModel interface to the CmDocumentTranscript database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Crm
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DocumentTranscriptRequest
Constructors
DocumentTranscriptRequest()
Declaration
public DocumentTranscriptRequest()
Properties
AttendanceBeginDate
Gets or sets the AttendanceBeginDate associated with this DocumentTranscriptRequest.
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 DocumentTranscriptRequest.
Declaration
public DateTime? AttendanceEndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The AttendanceEndDate. |
College
Declaration
public virtual College College { get; set; }
Property Value
| Type | Description |
|---|---|
| College |
CollegeId
Gets or sets the CollegeId associated with this DocumentTranscriptRequest.
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 DocumentTranscriptRequest.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
Fee
Gets or sets the Fee associated with this DocumentTranscriptRequest.
Declaration
public decimal? Fee { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The Fee. |
HighSchool
Declaration
public virtual HighSchool HighSchool { get; set; }
Property Value
| Type | Description |
|---|---|
| HighSchool |
HighSchoolId
Gets or sets the HighSchoolId associated with this DocumentTranscriptRequest.
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 DocumentTranscriptRequest.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DocumentTranscriptRequest.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DocumentTranscriptRequest.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this DocumentTranscriptRequest.
Declaration
public string Note { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Note. |
ProgramOfStudy
Gets or sets the ProgramOfStudy associated with this DocumentTranscriptRequest.
Declaration
public string ProgramOfStudy { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ProgramOfStudy. |
RequestType
Gets or sets the RequestType associated with this DocumentTranscriptRequest.
Declaration
public short RequestType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int16 | The RequestType. |
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. |