Class BusinessProcessSubscriptionEntity
This class represents the EntityModel interface to the SyServiceProcessSubscription database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class BusinessProcessSubscriptionEntity : Entity, IIdentifiable, IAuditable
Constructors
BusinessProcessSubscriptionEntity()
Declaration
public BusinessProcessSubscriptionEntity()
Fields
BusinessProcessIdProperty
The BusinessProcessId property.
Declaration
public static readonly EntityProperty BusinessProcessIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BusinessProcessSubscriptionDetailsProperty
The BusinessProcessSubscriptionDetails property.
Declaration
public static readonly EntityProperty BusinessProcessSubscriptionDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
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 |
ExpirationDateProperty
The ExpirationDate property.
Declaration
public static readonly EntityProperty ExpirationDateProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsArchivedProperty
The IsArchived property.
Declaration
public static readonly EntityProperty IsArchivedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsUserEditableProperty
The IsUserEditable property.
Declaration
public static readonly EntityProperty IsUserEditableProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobDescriptionProperty
The JobDescription property.
Declaration
public static readonly EntityProperty JobDescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobNameProperty
The JobName property.
Declaration
public static readonly EntityProperty JobNameProperty
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 |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RefundPaymentCode
Declaration
public static readonly string RefundPaymentCode
Field Value
Type | Description |
---|---|
System.String |
ReturnOfIneligibleFundCode
Declaration
public static readonly string ReturnOfIneligibleFundCode
Field Value
Type | Description |
---|---|
System.String |
ReturnOfIneligibleFundPrefix
Declaration
public static readonly string ReturnOfIneligibleFundPrefix
Field Value
Type | Description |
---|---|
System.String |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StipendPaymentCode
Declaration
public static readonly string StipendPaymentCode
Field Value
Type | Description |
---|---|
System.String |
SubsidiaryRefundPaymentCode
Declaration
public static readonly string SubsidiaryRefundPaymentCode
Field Value
Type | Description |
---|---|
System.String |
WindowsServiceGuidProperty
The WindowsServiceGuid property.
Declaration
public static readonly EntityProperty WindowsServiceGuidProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BusinessProcessId
Gets or sets the BusinessProcessId associated with this BusinessProcessSubscriptionEntity.
Declaration
public int BusinessProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessId. |
BusinessProcessSubscriptionDetails
Declaration
public virtual EntityCollection<BusinessProcessSubscriptionDetailEntity> BusinessProcessSubscriptionDetails { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<BusinessProcessSubscriptionDetailEntity> |
Code
Gets or sets the Code associated with this BusinessProcessSubscriptionEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BusinessProcessSubscriptionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExpirationDate
Gets or sets the ExpirationDate associated with this BusinessProcessSubscriptionEntity.
Declaration
public DateTime ExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ExpirationDate. |
Id
Gets or sets the Id associated with this BusinessProcessSubscriptionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this BusinessProcessSubscriptionEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsArchived
Gets or sets the IsArchived associated with this BusinessProcessSubscriptionEntity.
Declaration
public bool IsArchived { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsArchived. |
IsUserEditable
Gets or sets the IsUserEditable associated with this BusinessProcessSubscriptionEntity.
Declaration
public bool IsUserEditable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsUserEditable. |
JobDescription
Gets or sets the JobDescription associated with this BusinessProcessSubscriptionEntity.
Declaration
public string JobDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobDescription. |
JobName
Gets or sets the JobName associated with this BusinessProcessSubscriptionEntity.
Declaration
public string JobName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobName. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BusinessProcessSubscriptionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BusinessProcessSubscriptionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this BusinessProcessSubscriptionEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
RowVersion
Gets or sets the RowVersion associated with this BusinessProcessSubscriptionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
WindowsServiceGuid
Gets or sets the WindowsServiceGuid associated with this BusinessProcessSubscriptionEntity.
Declaration
public Guid? WindowsServiceGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> | The WindowsServiceGuid. |
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()