Class VEventRegistrationPaymentFilter
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class VEventRegistrationPaymentFilter : Filter, ISearchReport
- Inheritance
-
VEventRegistrationPaymentFilter
- Implements
-
- Inherited Members
-
Constructors
VEventRegistrationPaymentFilter()
public VEventRegistrationPaymentFilter()
Properties
AchievementTitle
public string AchievementTitle { get; set; }
Property Value
- string
EmployerName
public string EmployerName { get; set; }
Property Value
- string
EventDateBefore
public DateTimeOffset? EventDateBefore { get; set; }
Property Value
- DateTimeOffset?
EventDateSince
public DateTimeOffset? EventDateSince { get; set; }
Property Value
- DateTimeOffset?
EventName
public string EventName { get; set; }
Property Value
- string
InvoiceNumber
public int? InvoiceNumber { get; set; }
Property Value
- int?
InvoiceStatus
public string InvoiceStatus { get; set; }
Property Value
- string
InvoiceSubmittedBefore
public DateTimeOffset? InvoiceSubmittedBefore { get; set; }
Property Value
- DateTimeOffset?
InvoiceSubmittedSince
public DateTimeOffset? InvoiceSubmittedSince { get; set; }
Property Value
- DateTimeOffset?
LearnerCode
public string LearnerCode { get; set; }
Property Value
- string
LearnerName
public string LearnerName { get; set; }
Property Value
- string
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
PaymentApprovedBefore
public DateTimeOffset? PaymentApprovedBefore { get; set; }
Property Value
- DateTimeOffset?
PaymentApprovedSince
public DateTimeOffset? PaymentApprovedSince { get; set; }
Property Value
- DateTimeOffset?
PaymentStatus
public string PaymentStatus { get; set; }
Property Value
- string
PaymentTransactionId
public string PaymentTransactionId { get; set; }
Property Value
- string
RegistrantName
public string RegistrantName { get; set; }
Property Value
- string
Methods
Clone()
public VEventRegistrationPaymentFilter Clone()
Returns
- VEventRegistrationPaymentFilter