C# 클래스 StoryTeller.Model.Persistence.XmlExtensions

파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
ReadId ( this element ) : string
Save ( this document, string file ) : void
WriteComment ( this parent, Comment comment ) : void
WriteSection ( this parent, Section section ) : void
WriteStep ( this parent, Step step ) : void

메소드 상세

ReadId() 공개 정적인 메소드

public static ReadId ( this element ) : string
element this
리턴 string

Save() 공개 정적인 메소드

public static Save ( this document, string file ) : void
document this
file string
리턴 void

WriteComment() 공개 정적인 메소드

public static WriteComment ( this parent, Comment comment ) : void
parent this
comment Comment
리턴 void

WriteSection() 공개 정적인 메소드

public static WriteSection ( this parent, Section section ) : void
parent this
section Section
리턴 void

WriteStep() 공개 정적인 메소드

public static WriteStep ( this parent, Step step ) : void
parent this
step Step
리턴 void