C# 클래스 Seal.Model.OutputEmailDevice

상속: Seal.Model.OutputDevice
파일 보기 프로젝트 열기: ariacom/Seal-Report 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddEmailAddresses ( MailAddressCollection collection, string input ) : void
Create ( ) : OutputEmailDevice
LoadFromFile ( string path, bool ignoreException ) : Seal.Model.OutputDevice
Process ( Report report ) : string
SaveToFile ( ) : void
SaveToFile ( string path ) : void
SendTestEmail ( ) : void
Validate ( ) : void

보호된 메소드들

메소드 설명
UpdateEditorAttributes ( ) : void

메소드 상세

AddEmailAddresses() 공개 메소드

public AddEmailAddresses ( MailAddressCollection collection, string input ) : void
collection MailAddressCollection
input string
리턴 void

Create() 공개 정적인 메소드

public static Create ( ) : OutputEmailDevice
리턴 OutputEmailDevice

LoadFromFile() 공개 정적인 메소드

public static LoadFromFile ( string path, bool ignoreException ) : Seal.Model.OutputDevice
path string
ignoreException bool
리턴 Seal.Model.OutputDevice

Process() 공개 메소드

public Process ( Report report ) : string
report Report
리턴 string

SaveToFile() 공개 메소드

public SaveToFile ( ) : void
리턴 void

SaveToFile() 공개 메소드

public SaveToFile ( string path ) : void
path string
리턴 void

SendTestEmail() 공개 메소드

public SendTestEmail ( ) : void
리턴 void

UpdateEditorAttributes() 보호된 메소드

protected UpdateEditorAttributes ( ) : void
리턴 void

Validate() 공개 메소드

public Validate ( ) : void
리턴 void