Class StudentServiceType
This class represents the EntityModel interface to the SsStudentServiceAssociation database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentServiceTypeConstructors
StudentServiceType()
Declaration
public StudentServiceType()Properties
CostOfService
Gets or sets the CostOfService associated with this StudentServiceType.
Declaration
public decimal? CostOfService { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | The CostOfService. | 
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentServiceType.
Declaration
public DateTime CreatedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime. | 
CustomFieldValue
Declaration
public virtual ICollection<StudentServiceTypeCustomFieldValue> CustomFieldValue { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<StudentServiceTypeCustomFieldValue> | 
EnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod EnrollmentPeriod { get; set; }Property Value
| Type | Description | 
|---|---|
| StudentEnrollmentPeriod | 
Id
Gets or sets the Id associated with this StudentServiceType.
Declaration
public int Id { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id. | 
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentServiceType.
Declaration
public DateTime LastModifiedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime. | 
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentServiceType.
Declaration
public int LastModifiedUserId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId. | 
ServiceBeginDate
Gets or sets the ServiceBeginDate associated with this StudentServiceType.
Declaration
public DateTime? ServiceBeginDate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | The ServiceBeginDate. | 
ServiceEndDate
Gets or sets the ServiceEndDate associated with this StudentServiceType.
Declaration
public DateTime? ServiceEndDate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | The ServiceEndDate. | 
ServiceType
Declaration
public virtual ServiceType ServiceType { get; set; }Property Value
| Type | Description | 
|---|---|
| ServiceType | 
ServiceTypeId
Gets or sets the ServiceTypeId associated with this StudentServiceType.
Declaration
public int ServiceTypeId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The ServiceTypeId. | 
Status
Gets or sets the Status associated with this StudentServiceType.
Declaration
public bool Status { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | The Status. | 
Student
Declaration
public virtual Student Student { get; set; }Property Value
| Type | Description | 
|---|---|
| Student | 
StudentAccountPendingTransaction
Declaration
public virtual StudentAccountPendingTransaction StudentAccountPendingTransaction { get; set; }Property Value
| Type | Description | 
|---|---|
| StudentAccountPendingTransaction | 
StudentAccountPendingTransactionId
Gets or sets the StudentAccountPendingTransactionId associated with this StudentServiceType.
Declaration
public int? StudentAccountPendingTransactionId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The StudentAccountPendingTransactionId. | 
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentServiceType.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. | 
StudentId
Gets or sets the StudentId associated with this StudentServiceType.
Declaration
public int StudentId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The StudentId. | 
Term
Declaration
public virtual Term Term { get; set; }Property Value
| Type | Description | 
|---|---|
| Term | 
TermId
Gets or sets the TermId associated with this StudentServiceType.
Declaration
public int? TermId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The TermId. | 
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. |