Class FaaProcessRecipientMailBox
This class represents the EntityModel interface to the SyServiceRecipientMailbox database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaProcessRecipientMailBox
Constructors
FaaProcessRecipientMailBox()
Declaration
public FaaProcessRecipientMailBox()
Properties
BusinessProcessType
Declaration
public virtual BusinessProcessType BusinessProcessType { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcessType |
BusinessProcessTypeId
Gets or sets the BusinessProcessTypeId associated with this FaaProcessRecipientMailBox.
Declaration
public int BusinessProcessTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessTypeId. |
Code
Gets or sets the Code associated with this FaaProcessRecipientMailBox.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessRecipientMailBox.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FaaProcessRecipientCredential
Declaration
public virtual FaaProcessRecipientCredential FaaProcessRecipientCredential { get; set; }
Property Value
Type | Description |
---|---|
FaaProcessRecipientCredential |
FaaProcessRecipientCredentialId
Gets or sets the FaaProcessRecipientCredentialId associated with this FaaProcessRecipientMailBox.
Declaration
public int FaaProcessRecipientCredentialId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessRecipientCredentialId. |
Id
Gets or sets the Id associated with this FaaProcessRecipientMailBox.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this FaaProcessRecipientMailBox.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAutomated
Gets or sets the IsAutomated associated with this FaaProcessRecipientMailBox.
Declaration
public bool IsAutomated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAutomated. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessRecipientMailBox.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessRecipientMailBox.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MailBoxAddress
Gets or sets the MailBoxAddress associated with this FaaProcessRecipientMailBox.
Declaration
public string MailBoxAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MailBoxAddress. |
Name
Gets or sets the Name associated with this FaaProcessRecipientMailBox.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
ProtocolCode
Gets or sets the ProtocolCode associated with this FaaProcessRecipientMailBox.
Declaration
public string ProtocolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProtocolCode. |
TransmissionType
Gets or sets the TransmissionType associated with this FaaProcessRecipientMailBox.
Declaration
public string TransmissionType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransmissionType. |
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. |