Class FaServicerIntegrationProcessControl
This class represents the EntityModel interface to the FAB2BCLProcessControl database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaServicerIntegrationProcessControl
Constructors
FaServicerIntegrationProcessControl()
Declaration
public FaServicerIntegrationProcessControl()
Properties
AspAddress
Gets or sets the AspAddress associated with this FaServicerIntegrationProcessControl.
Declaration
public string AspAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AspAddress. |
ClientIdentifier
Gets or sets the ClientIdentifier associated with this FaServicerIntegrationProcessControl.
Declaration
public string ClientIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ClientIdentifier. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaServicerIntegrationProcessControl.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DayMaxTime
Gets or sets the DayMaxTime associated with this FaServicerIntegrationProcessControl.
Declaration
public DateTime DayMaxTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DayMaxTime. |
FilesMaxTime
Gets or sets the FilesMaxTime associated with this FaServicerIntegrationProcessControl.
Declaration
public DateTime FilesMaxTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The FilesMaxTime. |
Id
Gets or sets the Id associated with this FaServicerIntegrationProcessControl.
Declaration
public short Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The Id. |
IsFilesProcessed
Gets or sets the IsFilesProcessed associated with this FaServicerIntegrationProcessControl.
Declaration
public bool IsFilesProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsFilesProcessed. |
IsProcessUp
Gets or sets the IsProcessUp associated with this FaServicerIntegrationProcessControl.
Declaration
public bool IsProcessUp { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsProcessUp. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaServicerIntegrationProcessControl.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaServicerIntegrationProcessControl.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PauseTimeInMilliSec
Gets or sets the PauseTimeInMilliSec associated with this FaServicerIntegrationProcessControl.
Declaration
public int PauseTimeInMilliSec { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PauseTimeInMilliSec. |
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. |