Class FaServicerIntegrationProcessControlEntity
This class represents the EntityModel interface to the FAB2BCLProcessControl database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaServicerIntegrationProcessControlEntity : Entity, IAuditable
Constructors
FaServicerIntegrationProcessControlEntity()
Declaration
public FaServicerIntegrationProcessControlEntity()
Fields
AspAddressProperty
The AspAddress property.
Declaration
public static readonly EntityProperty AspAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ClientIdentifierProperty
The ClientIdentifier property.
Declaration
public static readonly EntityProperty ClientIdentifierProperty
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 |
DayMaxTimeProperty
The DayMaxTime property.
Declaration
public static readonly EntityProperty DayMaxTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FilesMaxTimeProperty
The FilesMaxTime property.
Declaration
public static readonly EntityProperty FilesMaxTimeProperty
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 |
IsFilesProcessedProperty
The IsFilesProcessed property.
Declaration
public static readonly EntityProperty IsFilesProcessedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsProcessUpProperty
The IsProcessUp property.
Declaration
public static readonly EntityProperty IsProcessUpProperty
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 |
PauseTimeInMilliSecProperty
The PauseTimeInMilliSec property.
Declaration
public static readonly EntityProperty PauseTimeInMilliSecProperty
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 |
Properties
AspAddress
Gets or sets the AspAddress associated with this FaServicerIntegrationProcessControlEntity.
Declaration
public string AspAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AspAddress. |
ClientIdentifier
Gets or sets the ClientIdentifier associated with this FaServicerIntegrationProcessControlEntity.
Declaration
public string ClientIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ClientIdentifier. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaServicerIntegrationProcessControlEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DayMaxTime
Gets or sets the DayMaxTime associated with this FaServicerIntegrationProcessControlEntity.
Declaration
public DateTime DayMaxTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DayMaxTime. |
FilesMaxTime
Gets or sets the FilesMaxTime associated with this FaServicerIntegrationProcessControlEntity.
Declaration
public DateTime FilesMaxTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The FilesMaxTime. |
Id
Gets or sets the Id associated with this FaServicerIntegrationProcessControlEntity.
Declaration
public short Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The Id. |
IsFilesProcessed
Gets or sets the IsFilesProcessed associated with this FaServicerIntegrationProcessControlEntity.
Declaration
public bool IsFilesProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsFilesProcessed. |
IsProcessUp
Gets or sets the IsProcessUp associated with this FaServicerIntegrationProcessControlEntity.
Declaration
public bool IsProcessUp { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsProcessUp. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaServicerIntegrationProcessControlEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaServicerIntegrationProcessControlEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PauseTimeInMilliSec
Gets or sets the PauseTimeInMilliSec associated with this FaServicerIntegrationProcessControlEntity.
Declaration
public int PauseTimeInMilliSec { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PauseTimeInMilliSec. |
RowVersion
Gets or sets the RowVersion associated with this FaServicerIntegrationProcessControlEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()