C# Class StoryTeller.Model.Persistence.XmlExtensions

Mostra file Open project: storyteller/Storyteller

Public Methods

Method Description
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

Method Details

ReadId() public static method

public static ReadId ( this element ) : string
element this
return string

Save() public static method

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

WriteComment() public static method

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

WriteSection() public static method

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

WriteStep() public static method

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