C# 클래스 BaconBuilder.Model.Reader

파일 보기 프로젝트 열기: Revelations/BaconApp 1 사용 예제들

공개 메소드들

메소드 설명
GetBody ( ) : string
GetBodyContents ( ) : List
HeadProperties ( XmlReader reader ) : string>.Dictionary
SetProperties ( string property, string value ) : void
UpdateDocument ( ) : void

비공개 메소드들

메소드 설명
Recursive ( IEnumerable d, ICollection list, int level ) : void

메소드 상세

GetBody() 공개 메소드

public GetBody ( ) : string
리턴 string

GetBodyContents() 공개 메소드

public GetBodyContents ( ) : List
리턴 List

HeadProperties() 공개 메소드

public HeadProperties ( XmlReader reader ) : string>.Dictionary
reader XmlReader
리턴 string>.Dictionary

SetProperties() 공개 메소드

public SetProperties ( string property, string value ) : void
property string
value string
리턴 void

UpdateDocument() 공개 메소드

public UpdateDocument ( ) : void
리턴 void