Class PaymentProcessorDataChange
This class represents the EntityModel interface to the SyAudit_sypaymentprocessor database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PaymentProcessorDataChange
Constructors
PaymentProcessorDataChange()
Declaration
public PaymentProcessorDataChange()
Properties
Code
Gets or sets the Code associated with this PaymentProcessorDataChange.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PaymentProcessorDataChange.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this PaymentProcessorDataChange.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PaymentProcessorDataChange.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PaymentProcessorDataChange.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewLiveHostedUrl
Gets or sets the NewLiveHostedUrl associated with this PaymentProcessorDataChange.
Declaration
public string NewLiveHostedUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewLiveHostedUrl. |
NewLivePostUrl
Gets or sets the NewLivePostUrl associated with this PaymentProcessorDataChange.
Declaration
public string NewLivePostUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewLivePostUrl. |
NewTestHostedUrl
Gets or sets the NewTestHostedUrl associated with this PaymentProcessorDataChange.
Declaration
public string NewTestHostedUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewTestHostedUrl. |
NewTestPostUrl
Gets or sets the NewTestPostUrl associated with this PaymentProcessorDataChange.
Declaration
public string NewTestPostUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewTestPostUrl. |
OldLiveHostedUrl
Gets or sets the OldLiveHostedUrl associated with this PaymentProcessorDataChange.
Declaration
public string OldLiveHostedUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OldLiveHostedUrl. |
OldLivePostUrl
Gets or sets the OldLivePostUrl associated with this PaymentProcessorDataChange.
Declaration
public string OldLivePostUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OldLivePostUrl. |
OldTestHostedUrl
Gets or sets the OldTestHostedUrl associated with this PaymentProcessorDataChange.
Declaration
public string OldTestHostedUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OldTestHostedUrl. |
OldTestPostUrl
Gets or sets the OldTestPostUrl associated with this PaymentProcessorDataChange.
Declaration
public string OldTestPostUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OldTestPostUrl. |
PaymentProcessor
Declaration
public virtual PaymentProcessor PaymentProcessor { get; set; }
Property Value
Type | Description |
---|---|
PaymentProcessor |
PaymentProcessorId
Gets or sets the PaymentProcessorId associated with this PaymentProcessorDataChange.
Declaration
public int PaymentProcessorId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PaymentProcessorId. |
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. |