Class FaaProcessRecipientMailBoxEntity
This class represents the EntityModel interface to the SyServiceRecipientMailbox database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaaProcessRecipientMailBoxEntity : Entity, IIdentifiable, IAuditable
Constructors
FaaProcessRecipientMailBoxEntity()
Declaration
public FaaProcessRecipientMailBoxEntity()
Fields
BusinessProcessTypeIdProperty
The BusinessProcessTypeId property.
Declaration
public static readonly EntityProperty BusinessProcessTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
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 |
FaaProcessRecipientCredentialIdProperty
The FaaProcessRecipientCredentialId property.
Declaration
public static readonly EntityProperty FaaProcessRecipientCredentialIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaaProcessRecipientMailBoxBusinessProcessTypeAssociationsProperty
The FaaProcessRecipientMailBoxBusinessProcessTypeAssociations property.
Declaration
public static readonly EntityProperty FaaProcessRecipientMailBoxBusinessProcessTypeAssociationsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaaProcessRecipientMailBoxCommonlineAssociationsProperty
The FaaProcessRecipientMailBoxCommonlineAssociations property.
Declaration
public static readonly EntityProperty FaaProcessRecipientMailBoxCommonlineAssociationsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaaProcessRecipientMailBoxSettingsProperty
The FaaProcessRecipientMailBoxSettings property.
Declaration
public static readonly EntityProperty FaaProcessRecipientMailBoxSettingsProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAutomatedProperty
The IsAutomated property.
Declaration
public static readonly EntityProperty IsAutomatedProperty
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 |
MailBoxAddressProperty
The MailBoxAddress property.
Declaration
public static readonly EntityProperty MailBoxAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProtocolCodeProperty
The ProtocolCode property.
Declaration
public static readonly EntityProperty ProtocolCodeProperty
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 |
TransmissionTypeProperty
The TransmissionType property.
Declaration
public static readonly EntityProperty TransmissionTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BusinessProcessTypeId
Gets or sets the BusinessProcessTypeId associated with this FaaProcessRecipientMailBoxEntity.
Declaration
public int BusinessProcessTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessTypeId. |
Code
Gets or sets the Code associated with this FaaProcessRecipientMailBoxEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessRecipientMailBoxEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FaaProcessRecipientCredentialId
Gets or sets the FaaProcessRecipientCredentialId associated with this FaaProcessRecipientMailBoxEntity.
Declaration
public int FaaProcessRecipientCredentialId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessRecipientCredentialId. |
FaaProcessRecipientMailBoxBusinessProcessTypeAssociations
Declaration
public virtual EntityCollection<FaaProcessRecipientMailBoxBusinessProcessTypeAssociationEntity> FaaProcessRecipientMailBoxBusinessProcessTypeAssociations { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<FaaProcessRecipientMailBoxBusinessProcessTypeAssociationEntity> |
FaaProcessRecipientMailBoxCommonlineAssociations
Declaration
public virtual EntityCollection<FaaProcessRecipientMailBoxCommonlineAssociationEntity> FaaProcessRecipientMailBoxCommonlineAssociations { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<FaaProcessRecipientMailBoxCommonlineAssociationEntity> |
FaaProcessRecipientMailBoxSettings
Declaration
public virtual EntityCollection<FaaProcessRecipientMailBoxSettingEntity> FaaProcessRecipientMailBoxSettings { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<FaaProcessRecipientMailBoxSettingEntity> |
Id
Gets or sets the Id associated with this FaaProcessRecipientMailBoxEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this FaaProcessRecipientMailBoxEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAutomated
Gets or sets the IsAutomated associated with this FaaProcessRecipientMailBoxEntity.
Declaration
public bool IsAutomated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAutomated. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessRecipientMailBoxEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessRecipientMailBoxEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MailBoxAddress
Gets or sets the MailBoxAddress associated with this FaaProcessRecipientMailBoxEntity.
Declaration
public string MailBoxAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MailBoxAddress. |
Name
Gets or sets the Name associated with this FaaProcessRecipientMailBoxEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
ProtocolCode
Gets or sets the ProtocolCode associated with this FaaProcessRecipientMailBoxEntity.
Declaration
public string ProtocolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProtocolCode. |
RowVersion
Gets or sets the RowVersion associated with this FaaProcessRecipientMailBoxEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TransmissionType
Gets or sets the TransmissionType associated with this FaaProcessRecipientMailBoxEntity.
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()