Class FaServicerIntegrationDependencyRule
This class represents the EntityModel interface to the FAB2BCLDependencyRule database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaServicerIntegrationDependencyRule
Constructors
FaServicerIntegrationDependencyRule()
Declaration
public FaServicerIntegrationDependencyRule()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaServicerIntegrationDependencyRule.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DependentFileName
Gets or sets the DependentFileName associated with this FaServicerIntegrationDependencyRule.
Declaration
public string DependentFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DependentFileName. |
Id
Gets or sets the Id associated with this FaServicerIntegrationDependencyRule.
Declaration
public short Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The Id. |
IsProcessByApri
Gets or sets the IsProcessByApri associated with this FaServicerIntegrationDependencyRule.
Declaration
public bool IsProcessByApri { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsProcessByApri. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaServicerIntegrationDependencyRule.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaServicerIntegrationDependencyRule.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OrderId
Gets or sets the OrderId associated with this FaServicerIntegrationDependencyRule.
Declaration
public short OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The OrderId. |
ProcessFrequency
Gets or sets the ProcessFrequency associated with this FaServicerIntegrationDependencyRule.
Declaration
public short ProcessFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The ProcessFrequency. |
ReverseDependentFileName
Gets or sets the ReverseDependentFileName associated with this FaServicerIntegrationDependencyRule.
Declaration
public string ReverseDependentFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReverseDependentFileName. |
SchoolServiceCode
Gets or sets the SchoolServiceCode associated with this FaServicerIntegrationDependencyRule.
Declaration
public string SchoolServiceCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolServiceCode. |
SourceFileName
Gets or sets the SourceFileName associated with this FaServicerIntegrationDependencyRule.
Declaration
public string SourceFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SourceFileName. |
StartTime
Gets or sets the StartTime associated with this FaServicerIntegrationDependencyRule.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The StartTime. |
TrialCount
Gets or sets the TrialCount associated with this FaServicerIntegrationDependencyRule.
Declaration
public short TrialCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The TrialCount. |
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. |