Class PaymentProcessorDataChangeEntity
This class represents the EntityModel interface to the SyAudit_sypaymentprocessor database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PaymentProcessorDataChangeEntity : Entity, IIdentifiable, IAuditable
Constructors
PaymentProcessorDataChangeEntity()
Declaration
public PaymentProcessorDataChangeEntity()
Fields
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
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 |
NewLiveHostedUrlProperty
The NewLiveHostedUrl property.
Declaration
public static readonly EntityProperty NewLiveHostedUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewLivePostUrlProperty
The NewLivePostUrl property.
Declaration
public static readonly EntityProperty NewLivePostUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewTestHostedUrlProperty
The NewTestHostedUrl property.
Declaration
public static readonly EntityProperty NewTestHostedUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewTestPostUrlProperty
The NewTestPostUrl property.
Declaration
public static readonly EntityProperty NewTestPostUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OldLiveHostedUrlProperty
The OldLiveHostedUrl property.
Declaration
public static readonly EntityProperty OldLiveHostedUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OldLivePostUrlProperty
The OldLivePostUrl property.
Declaration
public static readonly EntityProperty OldLivePostUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OldTestHostedUrlProperty
The OldTestHostedUrl property.
Declaration
public static readonly EntityProperty OldTestHostedUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OldTestPostUrlProperty
The OldTestPostUrl property.
Declaration
public static readonly EntityProperty OldTestPostUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentProcessorIdProperty
The PaymentProcessorId property.
Declaration
public static readonly EntityProperty PaymentProcessorIdProperty
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
Code
Gets or sets the Code associated with this PaymentProcessorDataChangeEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PaymentProcessorDataChangeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this PaymentProcessorDataChangeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PaymentProcessorDataChangeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PaymentProcessorDataChangeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewLiveHostedUrl
Gets or sets the NewLiveHostedUrl associated with this PaymentProcessorDataChangeEntity.
Declaration
public string NewLiveHostedUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewLiveHostedUrl. |
NewLivePostUrl
Gets or sets the NewLivePostUrl associated with this PaymentProcessorDataChangeEntity.
Declaration
public string NewLivePostUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewLivePostUrl. |
NewTestHostedUrl
Gets or sets the NewTestHostedUrl associated with this PaymentProcessorDataChangeEntity.
Declaration
public string NewTestHostedUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewTestHostedUrl. |
NewTestPostUrl
Gets or sets the NewTestPostUrl associated with this PaymentProcessorDataChangeEntity.
Declaration
public string NewTestPostUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewTestPostUrl. |
OldLiveHostedUrl
Gets or sets the OldLiveHostedUrl associated with this PaymentProcessorDataChangeEntity.
Declaration
public string OldLiveHostedUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OldLiveHostedUrl. |
OldLivePostUrl
Gets or sets the OldLivePostUrl associated with this PaymentProcessorDataChangeEntity.
Declaration
public string OldLivePostUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OldLivePostUrl. |
OldTestHostedUrl
Gets or sets the OldTestHostedUrl associated with this PaymentProcessorDataChangeEntity.
Declaration
public string OldTestHostedUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OldTestHostedUrl. |
OldTestPostUrl
Gets or sets the OldTestPostUrl associated with this PaymentProcessorDataChangeEntity.
Declaration
public string OldTestPostUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OldTestPostUrl. |
PaymentProcessorId
Gets or sets the PaymentProcessorId associated with this PaymentProcessorDataChangeEntity.
Declaration
public int PaymentProcessorId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PaymentProcessorId. |
RowVersion
Gets or sets the RowVersion associated with this PaymentProcessorDataChangeEntity.
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()