Class FaServicerIntegrationDependencyRuleEntity
This class represents the EntityModel interface to the FAB2BCLDependencyRule database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaServicerIntegrationDependencyRuleEntity : Entity, IAuditable
Constructors
FaServicerIntegrationDependencyRuleEntity()
Declaration
public FaServicerIntegrationDependencyRuleEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DependentFileNameProperty
The DependentFileName property.
Declaration
public static readonly EntityProperty DependentFileNameProperty
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 |
IsProcessByApriProperty
The IsProcessByApri property.
Declaration
public static readonly EntityProperty IsProcessByApriProperty
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 |
OrderIdProperty
The OrderId property.
Declaration
public static readonly EntityProperty OrderIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProcessFrequencyProperty
The ProcessFrequency property.
Declaration
public static readonly EntityProperty ProcessFrequencyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReverseDependentFileNameProperty
The ReverseDependentFileName property.
Declaration
public static readonly EntityProperty ReverseDependentFileNameProperty
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 |
SchoolServiceCodeProperty
The SchoolServiceCode property.
Declaration
public static readonly EntityProperty SchoolServiceCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SourceFileNameProperty
The SourceFileName property.
Declaration
public static readonly EntityProperty SourceFileNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StartTimeProperty
The StartTime property.
Declaration
public static readonly EntityProperty StartTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TrialCountProperty
The TrialCount property.
Declaration
public static readonly EntityProperty TrialCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaServicerIntegrationDependencyRuleEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DependentFileName
Gets or sets the DependentFileName associated with this FaServicerIntegrationDependencyRuleEntity.
Declaration
public string DependentFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DependentFileName. |
Id
Gets or sets the Id associated with this FaServicerIntegrationDependencyRuleEntity.
Declaration
public short Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The Id. |
IsProcessByApri
Gets or sets the IsProcessByApri associated with this FaServicerIntegrationDependencyRuleEntity.
Declaration
public bool IsProcessByApri { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsProcessByApri. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaServicerIntegrationDependencyRuleEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaServicerIntegrationDependencyRuleEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OrderId
Gets or sets the OrderId associated with this FaServicerIntegrationDependencyRuleEntity.
Declaration
public short OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The OrderId. |
ProcessFrequency
Gets or sets the ProcessFrequency associated with this FaServicerIntegrationDependencyRuleEntity.
Declaration
public short ProcessFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The ProcessFrequency. |
ReverseDependentFileName
Gets or sets the ReverseDependentFileName associated with this FaServicerIntegrationDependencyRuleEntity.
Declaration
public string ReverseDependentFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReverseDependentFileName. |
RowVersion
Gets or sets the RowVersion associated with this FaServicerIntegrationDependencyRuleEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolServiceCode
Gets or sets the SchoolServiceCode associated with this FaServicerIntegrationDependencyRuleEntity.
Declaration
public string SchoolServiceCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolServiceCode. |
SourceFileName
Gets or sets the SourceFileName associated with this FaServicerIntegrationDependencyRuleEntity.
Declaration
public string SourceFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SourceFileName. |
StartTime
Gets or sets the StartTime associated with this FaServicerIntegrationDependencyRuleEntity.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The StartTime. |
TrialCount
Gets or sets the TrialCount associated with this FaServicerIntegrationDependencyRuleEntity.
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()