Class TranscriptRequestEntity
This class represents the EntityModel interface to the CmTranscriptRequest database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class TranscriptRequestEntity : Entity, IIdentifiable, IAuditable
Constructors
TranscriptRequestEntity()
Declaration
public TranscriptRequestEntity()
Fields
CityProperty
The The name of the city. property.
Declaration
public static readonly EntityProperty CityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CollegeIdProperty
The The College to which the transcript request was sent. property.
Declaration
public static readonly EntityProperty CollegeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CompanyNameProperty
The The Corporate, Company, Institution, or Campus name in official student records or reports. property.
Declaration
public static readonly EntityProperty CompanyNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ContactNameProperty
The Specifies the name of the item or person. property.
Declaration
public static readonly EntityProperty ContactNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CountryProperty
The The country of residence. If you are specifying a country, it defaults to the country for the campus. The country also determines the format of phone numbers. If you change the country, the phone numbers are automatically reformatted to the format for that country. property.
Declaration
public static readonly EntityProperty CountryProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The The date when the item or person was added or the status change was entered. 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 |
LastModifiedDateTimeProperty
The The date that the item was updated or changed. 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 Area you can use to display or specify comments or additional information. property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PostalCodeProperty
The The postal code for the address. If you are specifying an address, you must specify a value for City or State. If you specify a city or state or both, the list contains the valid zip codes. property.
Declaration
public static readonly EntityProperty PostalCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequestDateProperty
The The date when an institution, person, or a student requested documents or information to be submitted for evaluation. property.
Declaration
public static readonly EntityProperty RequestDateProperty
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 |
SentDateProperty
The The date when the requested information or document is sent. property.
Declaration
public static readonly EntityProperty SentDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StateProperty
The If within the United States, the name of the state. property.
Declaration
public static readonly EntityProperty StateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StreetAddressProperty
The The street address. If the address line exceeds 40 characters, you must abbreviate some elements of the address. property.
Declaration
public static readonly EntityProperty StreetAddressProperty
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 |
TranscriptTypeProperty
The The type of transcript for the student. The values are Unofficial, Partial, and Official/Final. property.
Declaration
public static readonly EntityProperty TranscriptTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
City
Gets or sets the City associated with this TranscriptRequestEntity.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
CollegeId
Gets or sets the CollegeId associated with this TranscriptRequestEntity.
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 TranscriptRequestEntity.
Declaration
public string CompanyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CompanyName. |
ContactName
Gets or sets the ContactName associated with this TranscriptRequestEntity.
Declaration
public string ContactName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactName. |
Country
Gets or sets the Country associated with this TranscriptRequestEntity.
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Country. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TranscriptRequestEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this TranscriptRequestEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TranscriptRequestEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Note
Gets or sets the Note associated with this TranscriptRequestEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PostalCode
Gets or sets the PostalCode associated with this TranscriptRequestEntity.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
RequestDate
Gets or sets the RequestDate associated with this TranscriptRequestEntity.
Declaration
public DateTime? RequestDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RequestDate. |
RowVersion
Gets or sets the RowVersion associated with this TranscriptRequestEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SentDate
Gets or sets the SentDate associated with this TranscriptRequestEntity.
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 TranscriptRequestEntity.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StreetAddress
Gets or sets the StreetAddress associated with this TranscriptRequestEntity.
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress. |
StudentId
Gets or sets the StudentId associated with this TranscriptRequestEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TranscriptType
Gets or sets the TranscriptType associated with this TranscriptRequestEntity.
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()