Class SevisCampusDetail
This class represents the EntityModel interface to the SySEVISCampus database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Crm
Assembly: Cmc.Nexus.Models.dll
Syntax
public class SevisCampusDetail
Constructors
SevisCampusDetail()
Declaration
public SevisCampusDetail()
Properties
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroup |
CampusId
Gets or sets the CampusId associated with this SevisCampusDetail.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SevisCampusDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DsoIdentifier
Gets or sets the DsoIdentifier associated with this SevisCampusDetail.
Declaration
public string DsoIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DsoIdentifier. |
DsoStaffId
Gets or sets the DsoStaffId associated with this SevisCampusDetail.
Declaration
public int? DsoStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DsoStaffId. |
EvProgramNumber
Gets or sets the EvProgramNumber associated with this SevisCampusDetail.
Declaration
public string EvProgramNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EvProgramNumber. |
ExtractFolder
Gets or sets the ExtractFolder associated with this SevisCampusDetail.
Declaration
public string ExtractFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExtractFolder. |
Id
Gets or sets the Id associated with this SevisCampusDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDsoReviewRequired
Gets or sets the IsDsoReviewRequired associated with this SevisCampusDetail.
Declaration
public bool IsDsoReviewRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDsoReviewRequired. |
IsExtractEnabledSevis
Gets or sets the IsExtractEnabledSevis associated with this SevisCampusDetail.
Declaration
public bool IsExtractEnabledSevis { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExtractEnabledSevis. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SevisCampusDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SevisCampusDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NotifyDsoFlag
Gets or sets the NotifyDsoFlag associated with this SevisCampusDetail.
Declaration
public string NotifyDsoFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NotifyDsoFlag. |
SchoolCode
Gets or sets the SchoolCode associated with this SevisCampusDetail.
Declaration
public string SchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolCode. |
SevisCampusGroupId
Gets or sets the SevisCampusGroupId associated with this SevisCampusDetail.
Declaration
public int? SevisCampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SevisCampusGroupId. |
SevisDsoUserName
Gets or sets the SevisDsoUserName associated with this SevisCampusDetail.
Declaration
public string SevisDsoUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SevisDsoUserName. |
SevisExtractFolder
Gets or sets the SevisExtractFolder associated with this SevisCampusDetail.
Declaration
public string SevisExtractFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SevisExtractFolder. |
SevisTransmissionType
Gets or sets the SevisTransmissionType associated with this SevisCampusDetail.
Declaration
public string SevisTransmissionType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SevisTransmissionType. |
SiteName
Gets or sets the SiteName associated with this SevisCampusDetail.
Declaration
public string SiteName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SiteName. |
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. |