Class FaaProcessStarQueueExceptionEntity
This class represents the EntityModel interface to the SyServiceSTARExceptionQueue database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaaProcessStarQueueExceptionEntity : Entity, IIdentifiable, IAuditable
Constructors
FaaProcessStarQueueExceptionEntity()
Declaration
public FaaProcessStarQueueExceptionEntity()
Fields
BusinessProcessJobScheduleIdProperty
The BusinessProcessJobScheduleId property.
Declaration
public static readonly EntityProperty BusinessProcessJobScheduleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BusinessProcessSubscriptionIdProperty
The BusinessProcessSubscriptionId property.
Declaration
public static readonly EntityProperty BusinessProcessSubscriptionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
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 |
ExceptionDetailProperty
The ExceptionDetail property.
Declaration
public static readonly EntityProperty ExceptionDetailProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaaProcessStarRequestQueueIdProperty
The FaaProcessStarRequestQueueId property.
Declaration
public static readonly EntityProperty FaaProcessStarRequestQueueIdProperty
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 |
IsProcessedProperty
The IsProcessed property.
Declaration
public static readonly EntityProperty IsProcessedProperty
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 |
ResourceKeyProperty
The ResourceKey property.
Declaration
public static readonly EntityProperty ResourceKeyProperty
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 |
ServiceProcessCodeProperty
The ServiceProcessCode property.
Declaration
public static readonly EntityProperty ServiceProcessCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StrategyNameProperty
The StrategyName property.
Declaration
public static readonly EntityProperty StrategyNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TableNameProperty
The TableName property.
Declaration
public static readonly EntityProperty TableNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BusinessProcessJobScheduleId
Gets or sets the BusinessProcessJobScheduleId associated with this FaaProcessStarQueueExceptionEntity.
Declaration
public int BusinessProcessJobScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessJobScheduleId. |
BusinessProcessSubscriptionId
Gets or sets the BusinessProcessSubscriptionId associated with this FaaProcessStarQueueExceptionEntity.
Declaration
public int? BusinessProcessSubscriptionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessSubscriptionId. |
CampusId
Gets or sets the CampusId associated with this FaaProcessStarQueueExceptionEntity.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessStarQueueExceptionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExceptionDetail
Gets or sets the ExceptionDetail associated with this FaaProcessStarQueueExceptionEntity.
Declaration
public string ExceptionDetail { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExceptionDetail. |
FaaProcessStarRequestQueueId
Gets or sets the FaaProcessStarRequestQueueId associated with this FaaProcessStarQueueExceptionEntity.
Declaration
public int FaaProcessStarRequestQueueId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessStarRequestQueueId. |
Id
Gets or sets the Id associated with this FaaProcessStarQueueExceptionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsProcessed
Gets or sets the IsProcessed associated with this FaaProcessStarQueueExceptionEntity.
Declaration
public bool IsProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsProcessed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessStarQueueExceptionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessStarQueueExceptionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ResourceKey
Gets or sets the ResourceKey associated with this FaaProcessStarQueueExceptionEntity.
Declaration
public string ResourceKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResourceKey. |
RowVersion
Gets or sets the RowVersion associated with this FaaProcessStarQueueExceptionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ServiceProcessCode
Gets or sets the ServiceProcessCode associated with this FaaProcessStarQueueExceptionEntity.
Declaration
public string ServiceProcessCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ServiceProcessCode. |
StrategyName
Gets or sets the StrategyName associated with this FaaProcessStarQueueExceptionEntity.
Declaration
public string StrategyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StrategyName. |
TableName
Gets or sets the TableName associated with this FaaProcessStarQueueExceptionEntity.
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TableName. |
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()