Class SevisStudentDependent
This class represents the EntityModel interface to the SyStudentNIDependent database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Crm
Assembly: Cmc.Nexus.Models.dll
Syntax
public class SevisStudentDependent
Constructors
SevisStudentDependent()
Declaration
public SevisStudentDependent()
Properties
BirthCity
Gets or sets the BirthCity associated with this SevisStudentDependent.
Declaration
public string BirthCity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BirthCity. |
BirthCountry
Gets or sets the BirthCountry associated with this SevisStudentDependent.
Declaration
public string BirthCountry { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BirthCountry. |
BirthDate
Gets or sets the BirthDate associated with this SevisStudentDependent.
Declaration
public DateTime? BirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The BirthDate. |
CitizenshipCountry
Gets or sets the CitizenshipCountry associated with this SevisStudentDependent.
Declaration
public string CitizenshipCountry { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CitizenshipCountry. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SevisStudentDependent.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExpenseAmount
Gets or sets the ExpenseAmount associated with this SevisStudentDependent.
Declaration
public decimal ExpenseAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ExpenseAmount. |
FirstName
Gets or sets the FirstName associated with this SevisStudentDependent.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
FullName
Gets or sets the FullName associated with this SevisStudentDependent.
Declaration
public string FullName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FullName. |
Gender
Gets or sets the Gender associated with this SevisStudentDependent.
Declaration
public string Gender { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Gender. |
Id
Gets or sets the Id associated with this SevisStudentDependent.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SevisStudentDependent.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SevisStudentDependent.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this SevisStudentDependent.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
LastPermanentResidenceCountry
Gets or sets the LastPermanentResidenceCountry associated with this SevisStudentDependent.
Declaration
public string LastPermanentResidenceCountry { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastPermanentResidenceCountry. |
MiddleName
Gets or sets the MiddleName associated with this SevisStudentDependent.
Declaration
public string MiddleName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MiddleName. |
Note
Gets or sets the Note associated with this SevisStudentDependent.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
Relationship
Gets or sets the Relationship associated with this SevisStudentDependent.
Declaration
public string Relationship { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Relationship. |
ResultCode
Gets or sets the ResultCode associated with this SevisStudentDependent.
Declaration
public string ResultCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResultCode. |
ResultMessage
Gets or sets the ResultMessage associated with this SevisStudentDependent.
Declaration
public string ResultMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResultMessage. |
SevisIdentifier
Gets or sets the SevisIdentifier associated with this SevisStudentDependent.
Declaration
public string SevisIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SevisIdentifier. |
Status
Gets or sets the Status associated with this SevisStudentDependent.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentId
Gets or sets the StudentId associated with this SevisStudentDependent.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
Suffix
Declaration
public virtual Suffix Suffix { get; set; }
Property Value
Type | Description |
---|---|
Suffix |
SuffixId
Gets or sets the SuffixId associated with this SevisStudentDependent.
Declaration
public int? SuffixId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SuffixId. |
SuffixSevis
Gets or sets the SuffixSevis associated with this SevisStudentDependent.
Declaration
public string SuffixSevis { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SuffixSevis. |
TerminationReason
Gets or sets the TerminationReason associated with this SevisStudentDependent.
Declaration
public string TerminationReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TerminationReason. |
VisaType
Gets or sets the VisaType associated with this SevisStudentDependent.
Declaration
public string VisaType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VisaType. |
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. |