C# Класс StoryTeller.Model.Persistence.XmlExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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