Class TranscriptRequest
This class represents the EntityModel interface to the CmTranscriptRequest database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Crm
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TranscriptRequest
Constructors
TranscriptRequest()
Declaration
public TranscriptRequest()
Properties
City
Gets or sets the City associated with this TranscriptRequest.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
College
Declaration
public virtual College College { get; set; }
Property Value
Type | Description |
---|---|
College |
CollegeId
Gets or sets the CollegeId associated with this TranscriptRequest.
Declaration
public int? CollegeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CollegeId. |
CompanyName
Gets or sets the CompanyName associated with this TranscriptRequest.
Declaration
public string CompanyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CompanyName. |
ContactName
Gets or sets the ContactName associated with this TranscriptRequest.
Declaration
public string ContactName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactName. |
Country
Gets or sets the Country associated with this TranscriptRequest.
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Country. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TranscriptRequest.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this TranscriptRequest.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TranscriptRequest.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TranscriptRequest.
Declaration
public int? LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this TranscriptRequest.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PostalCode
Gets or sets the PostalCode associated with this TranscriptRequest.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
RequestDate
Gets or sets the RequestDate associated with this TranscriptRequest.
Declaration
public DateTime? RequestDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RequestDate. |
SentDate
Gets or sets the SentDate associated with this TranscriptRequest.
Declaration
public DateTime? SentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The SentDate. |
State
Gets or sets the State associated with this TranscriptRequest.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StreetAddress
Gets or sets the StreetAddress associated with this TranscriptRequest.
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentId
Gets or sets the StudentId associated with this TranscriptRequest.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TranscriptType
Gets or sets the TranscriptType associated with this TranscriptRequest.
Declaration
public string TranscriptType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TranscriptType. |
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()