Class RefundCalculationNotificationConfigurationDetail
This class represents the EntityModel interface to the SaPWDNotificationConfiguration database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RefundCalculationNotificationConfigurationDetail
Constructors
RefundCalculationNotificationConfigurationDetail()
Declaration
public RefundCalculationNotificationConfigurationDetail()
Properties
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this RefundCalculationNotificationConfigurationDetail.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundCalculationNotificationConfigurationDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DocumentType
Declaration
public virtual DocumentType DocumentType { get; set; }
Property Value
Type | Description |
---|---|
DocumentType |
DocumentTypeId
Gets or sets the DocumentTypeId associated with this RefundCalculationNotificationConfigurationDetail.
Declaration
public int DocumentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DocumentTypeId. |
EmailTaskTemplate
Declaration
public virtual TaskTemplate EmailTaskTemplate { get; set; }
Property Value
Type | Description |
---|---|
TaskTemplate |
EmailTaskTemplateId
Gets or sets the EmailTaskTemplateId associated with this RefundCalculationNotificationConfigurationDetail.
Declaration
public int? EmailTaskTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EmailTaskTemplateId. |
FaaNotificationCategoryType
Declaration
public virtual FaaNotificationCategoryType FaaNotificationCategoryType { get; set; }
Property Value
Type | Description |
---|---|
FaaNotificationCategoryType |
FaaNotificationCategoryTypeId
Gets or sets the FaaNotificationCategoryTypeId associated with this RefundCalculationNotificationConfigurationDetail.
Declaration
public int? FaaNotificationCategoryTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaaNotificationCategoryTypeId. |
Id
Gets or sets the Id associated with this RefundCalculationNotificationConfigurationDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundCalculationNotificationConfigurationDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundCalculationNotificationConfigurationDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NotificationStaff
Declaration
public virtual Staff NotificationStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
NotificationStaffGroiupId
Gets or sets the NotificationStaffGroiupId associated with this RefundCalculationNotificationConfigurationDetail.
Declaration
public int? NotificationStaffGroiupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NotificationStaffGroiupId. |
NotificationStaffId
Gets or sets the NotificationStaffId associated with this RefundCalculationNotificationConfigurationDetail.
Declaration
public int? NotificationStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NotificationStaffId. |
NotificationType
Gets or sets the NotificationType associated with this RefundCalculationNotificationConfigurationDetail.
Declaration
public string NotificationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NotificationType. |
NotificatonStaffGroup
Declaration
public virtual StaffGroup NotificatonStaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
PwdNotificationTemplate
Gets or sets the PwdNotificationTemplate associated with this RefundCalculationNotificationConfigurationDetail.
Declaration
public string PwdNotificationTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PwdNotificationTemplate. |
RefundCalculationNotificationConfigurationId
Gets or sets the RefundCalculationNotificationConfigurationId associated with this RefundCalculationNotificationConfigurationDetail.
Declaration
public int? RefundCalculationNotificationConfigurationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RefundCalculationNotificationConfigurationId. |
TaskTaskTemplate
Declaration
public virtual TaskTemplate TaskTaskTemplate { get; set; }
Property Value
Type | Description |
---|---|
TaskTemplate |
TaskTaskTemplateId
Gets or sets the TaskTaskTemplateId associated with this RefundCalculationNotificationConfigurationDetail.
Declaration
public int? TaskTaskTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TaskTaskTemplateId. |
WebAlertTaskTemplate
Declaration
public virtual TaskTemplate WebAlertTaskTemplate { get; set; }
Property Value
Type | Description |
---|---|
TaskTemplate |
WebAlertTaskTemplateId
Gets or sets the WebAlertTaskTemplateId associated with this RefundCalculationNotificationConfigurationDetail.
Declaration
public int? WebAlertTaskTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WebAlertTaskTemplateId. |
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. |