Class SevisCampusDetailEntity
This class represents the EntityModel interface to the SySEVISCampus database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class SevisCampusDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
SevisCampusDetailEntity()
Declaration
public SevisCampusDetailEntity()
Fields
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DsoIdentifierProperty
The DsoIdentifier property.
Declaration
public static readonly EntityProperty DsoIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DsoStaffIdProperty
The DsoStaffId property.
Declaration
public static readonly EntityProperty DsoStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EvProgramNumberProperty
The EvProgramNumber property.
Declaration
public static readonly EntityProperty EvProgramNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExtractFolderProperty
The ExtractFolder property.
Declaration
public static readonly EntityProperty ExtractFolderProperty
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 |
IsDsoReviewRequiredProperty
The IsDsoReviewRequired property.
Declaration
public static readonly EntityProperty IsDsoReviewRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsExtractEnabledSevisProperty
The IsExtractEnabledSevis property.
Declaration
public static readonly EntityProperty IsExtractEnabledSevisProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime 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 |
NotifyDsoFlagProperty
The NotifyDsoFlag property.
Declaration
public static readonly EntityProperty NotifyDsoFlagProperty
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 |
SchoolCodeProperty
The SchoolCode property.
Declaration
public static readonly EntityProperty SchoolCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SevisCampusGroupIdProperty
The SevisCampusGroupId property.
Declaration
public static readonly EntityProperty SevisCampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SevisDsoUserNameProperty
The SevisDsoUserName property.
Declaration
public static readonly EntityProperty SevisDsoUserNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SevisExtractFolderProperty
The SevisExtractFolder property.
Declaration
public static readonly EntityProperty SevisExtractFolderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SevisTransmissionTypeProperty
The SevisTransmissionType property.
Declaration
public static readonly EntityProperty SevisTransmissionTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SiteNameProperty
The SiteName property.
Declaration
public static readonly EntityProperty SiteNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusId
Gets or sets the CampusId associated with this SevisCampusDetailEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SevisCampusDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DsoIdentifier
Gets or sets the DsoIdentifier associated with this SevisCampusDetailEntity.
Declaration
public string DsoIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DsoIdentifier. |
DsoStaffId
Gets or sets the DsoStaffId associated with this SevisCampusDetailEntity.
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 SevisCampusDetailEntity.
Declaration
public string EvProgramNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EvProgramNumber. |
ExtractFolder
Gets or sets the ExtractFolder associated with this SevisCampusDetailEntity.
Declaration
public string ExtractFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExtractFolder. |
Id
Gets or sets the Id associated with this SevisCampusDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDsoReviewRequired
Gets or sets the IsDsoReviewRequired associated with this SevisCampusDetailEntity.
Declaration
public bool IsDsoReviewRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDsoReviewRequired. |
IsExtractEnabledSevis
Gets or sets the IsExtractEnabledSevis associated with this SevisCampusDetailEntity.
Declaration
public bool IsExtractEnabledSevis { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExtractEnabledSevis. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SevisCampusDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SevisCampusDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NotifyDsoFlag
Gets or sets the NotifyDsoFlag associated with this SevisCampusDetailEntity.
Declaration
public string NotifyDsoFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NotifyDsoFlag. |
RowVersion
Gets or sets the RowVersion associated with this SevisCampusDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolCode
Gets or sets the SchoolCode associated with this SevisCampusDetailEntity.
Declaration
public string SchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolCode. |
SevisCampusGroupId
Gets or sets the SevisCampusGroupId associated with this SevisCampusDetailEntity.
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 SevisCampusDetailEntity.
Declaration
public string SevisDsoUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SevisDsoUserName. |
SevisExtractFolder
Gets or sets the SevisExtractFolder associated with this SevisCampusDetailEntity.
Declaration
public string SevisExtractFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SevisExtractFolder. |
SevisTransmissionType
Gets or sets the SevisTransmissionType associated with this SevisCampusDetailEntity.
Declaration
public string SevisTransmissionType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SevisTransmissionType. |
SiteName
Gets or sets the SiteName associated with this SevisCampusDetailEntity.
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()