C# 클래스 Cradiator.Config.ViewSettingsParser

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

공개 메소드들

메소드 설명
CreateUpdatedXml ( IViewSettings settings ) : string
Modify ( string xmlFile, ViewSettings viewSettings ) : void
ParseXml ( ) : ICollection
Read ( string xmlFile ) : ICollection
ViewSettingsParser ( TextReader xml ) : System.Collections.Generic

메소드 상세

CreateUpdatedXml() 공개 메소드

public CreateUpdatedXml ( IViewSettings settings ) : string
settings IViewSettings
리턴 string

Modify() 공개 정적인 메소드

public static Modify ( string xmlFile, ViewSettings viewSettings ) : void
xmlFile string
viewSettings ViewSettings
리턴 void

ParseXml() 공개 메소드

public ParseXml ( ) : ICollection
리턴 ICollection

Read() 공개 정적인 메소드

public static Read ( string xmlFile ) : ICollection
xmlFile string
리턴 ICollection

ViewSettingsParser() 공개 메소드

public ViewSettingsParser ( TextReader xml ) : System.Collections.Generic
xml TextReader
리턴 System.Collections.Generic