Class StudentServiceTypeEntity
This class represents the EntityModel interface to the SsStudentServiceAssociation database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class StudentServiceTypeEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentServiceTypeEntity()
Declaration
public StudentServiceTypeEntity()
Fields
CostOfServiceProperty
The CostOfService property.
Declaration
public static readonly EntityProperty CostOfServiceProperty
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 |
CustomFieldValueProperty
The CustomFieldValue property.
Declaration
public static readonly EntityProperty CustomFieldValueProperty
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 |
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ServiceBeginDateProperty
The ServiceBeginDate property.
Declaration
public static readonly EntityProperty ServiceBeginDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ServiceEndDateProperty
The ServiceEndDate property.
Declaration
public static readonly EntityProperty ServiceEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ServiceTypeIdProperty
The ServiceTypeId property.
Declaration
public static readonly EntityProperty ServiceTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAccountPendingTransactionIdProperty
The StudentAccountPendingTransactionId property.
Declaration
public static readonly EntityProperty StudentAccountPendingTransactionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The TermId property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CostOfService
Gets or sets the CostOfService associated with this StudentServiceTypeEntity.
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 StudentServiceTypeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CustomFieldValue
Declaration
public virtual EntityCollection<StudentServiceTypeCustomFieldValueEntity> CustomFieldValue { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentServiceTypeCustomFieldValueEntity> |
CustomProperties
Gets or sets the custom properties.
Declaration
public IDictionary<string, string> CustomProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | The custom properties. |
Id
Gets or sets the Id associated with this StudentServiceTypeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentServiceTypeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentServiceTypeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this StudentServiceTypeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ServiceBeginDate
Gets or sets the ServiceBeginDate associated with this StudentServiceTypeEntity.
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 StudentServiceTypeEntity.
Declaration
public DateTime? ServiceEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ServiceEndDate. |
ServiceTypeId
Gets or sets the ServiceTypeId associated with this StudentServiceTypeEntity.
Declaration
public int ServiceTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ServiceTypeId. |
Status
Gets or sets the Status associated with this StudentServiceTypeEntity.
Declaration
public bool Status { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The Status. |
StudentAccountPendingTransaction
Declaration
public StudentAccountPendingTransactionEntity StudentAccountPendingTransaction { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.StudentAccounts.Entities.StudentAccountPendingTransactionEntity |
StudentAccountPendingTransactionId
Gets or sets the StudentAccountPendingTransactionId associated with this StudentServiceTypeEntity.
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 StudentServiceTypeEntity.
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 StudentServiceTypeEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TermId
Gets or sets the TermId associated with this StudentServiceTypeEntity.
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()