C# 클래스 TemplateEngine.Docx.Processors.ProcessResult

파일 보기 프로젝트 열기: UNIT6-open/TemplateEngine.Docx 1 사용 예제들

공개 메소드들

메소드 설명
AddError ( IError error ) : ProcessResult
AddItemToHandled ( IContentItem handledItem ) : ProcessResult
ErrorResult ( IEnumerable errors ) : ProcessResult
Merge ( ProcessResult another ) : ProcessResult

보호된 메소드들

메소드 설명
ProcessResult ( bool handled = true ) : System.Collections.Generic

메소드 상세

AddError() 공개 메소드

public AddError ( IError error ) : ProcessResult
error IError
리턴 ProcessResult

AddItemToHandled() 공개 메소드

public AddItemToHandled ( IContentItem handledItem ) : ProcessResult
handledItem IContentItem
리턴 ProcessResult

ErrorResult() 공개 정적인 메소드

public static ErrorResult ( IEnumerable errors ) : ProcessResult
errors IEnumerable
리턴 ProcessResult

Merge() 공개 메소드

public Merge ( ProcessResult another ) : ProcessResult
another ProcessResult
리턴 ProcessResult

ProcessResult() 보호된 메소드

protected ProcessResult ( bool handled = true ) : System.Collections.Generic
handled bool
리턴 System.Collections.Generic