C# 클래스 CAESDO.PTF.BLL.EmailBLL

파일 보기 프로젝트 열기: ucdavis/PTF

공개 프로퍼티들

프로퍼티 타입 설명
adminEmail string
adminEmails string[]
billingEmail string
billingEmails string[]
fromEmail string

공개 메소드들

메소드 설명
BeginInvoiceRequest ( Construct construct ) : void
Billing ( Construct construct ) : void
ConstructComplete ( Construct construct ) : void
EndInvoiceRequest ( IAsyncResult ar ) : void
Get ( string ReportName, string>.Dictionary parameters ) : byte[]
OrderCreated ( Order order ) : void
ResetPasswordEmail ( System.Guid userKey, string newPassword ) : void

메소드 상세

BeginInvoiceRequest() 공개 정적인 메소드

public static BeginInvoiceRequest ( Construct construct ) : void
construct Construct
리턴 void

Billing() 공개 정적인 메소드

public static Billing ( Construct construct ) : void
construct Construct
리턴 void

ConstructComplete() 공개 정적인 메소드

public static ConstructComplete ( Construct construct ) : void
construct Construct
리턴 void

EndInvoiceRequest() 공개 정적인 메소드

public static EndInvoiceRequest ( IAsyncResult ar ) : void
ar IAsyncResult
리턴 void

Get() 공개 정적인 메소드

public static Get ( string ReportName, string>.Dictionary parameters ) : byte[]
ReportName string
parameters string>.Dictionary
리턴 byte[]

OrderCreated() 공개 정적인 메소드

public static OrderCreated ( Order order ) : void
order Order
리턴 void

ResetPasswordEmail() 공개 정적인 메소드

public static ResetPasswordEmail ( System.Guid userKey, string newPassword ) : void
userKey System.Guid
newPassword string
리턴 void

프로퍼티 상세

adminEmail 공개적으로 정적으로 프로퍼티

public static string adminEmail
리턴 string

adminEmails 공개적으로 정적으로 프로퍼티

public static string[] adminEmails
리턴 string[]

billingEmail 공개적으로 정적으로 프로퍼티

public static string billingEmail
리턴 string

billingEmails 공개적으로 정적으로 프로퍼티

public static string[] billingEmails
리턴 string[]

fromEmail 공개적으로 정적으로 프로퍼티

public static string fromEmail
리턴 string