Class TransferCredit
Inheritance
System.Object
TransferCredit
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Admissions.Events
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class TransferCredit
Constructors
TransferCredit()
Declaration
public TransferCredit()
Properties
ExternalInstitutions
External Institutions.
Declaration
public ICollection<ExternalInstitution> ExternalInstitutions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ExternalInstitution> |
InternalInstitutions
Internal Institutions.
Declaration
public ICollection<InternalInstitution> InternalInstitutions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<InternalInstitution> |
LastModifiedDateTime
Last Modified Date Time.
Declaration
public DateTime? LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Note
Note.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousTransferCreditStatusCode
Previous Transfer Credit Status Code.
Declaration
public string PreviousTransferCreditStatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousTransferCreditStatusId
Previous Transfer Credit Status Id.
Declaration
public int PreviousTransferCreditStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentEnrollmentPeriodId
Student Enrollment Period Id.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentFirstName
Student First Name.
Declaration
public string StudentFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentFullName
Student Full Name.
Declaration
public string StudentFullName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentId
Student Id.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentLastName
Student Last Name.
Declaration
public string StudentLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentTransferCreditId
Student Transfer Credit Id.
Declaration
public int StudentTransferCreditId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermCode
Term Code.
Declaration
public string TermCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TermId
Term Id.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TransferCreditStatusCode
Transfer Credit Status Code.
Declaration
public string TransferCreditStatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransferCreditStatusId
Transfer Credit Status Id.
Declaration
public int TransferCreditStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TransferCreditTypeCode
Transfer Credit Type Code.
Declaration
public string TransferCreditTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransferCreditTypeId
Transfer Credit Type Id.
Declaration
public int TransferCreditTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |