C# 클래스 RocksmithToolkitLib.Xml.Song2014

파일 보기 프로젝트 열기: rscustom/rocksmith-custom-song-toolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FixArrayAttribs void

공개 메소드들

메소드 설명
LoadFromFile ( string xmlSongRS2014File ) : Song2014
ReadXmlComments ( string xmlSongRS2014File ) : IEnumerable

Reads the xml comments, like EOF and DDC, to keep track of its versions.

Serialize ( Stream stream, bool omitXmlDeclaration = false ) : void
Song2014 ( ) : System
Song2014 ( Sng2014HSL sngData, Attributes2014 attr = null ) : System
WriteXmlComments ( string xmlSongFile, IEnumerable commentNodes = null, bool saveOldVers = true, bool writeNewVers = true, string customComment = "" ) : void

Write the CST\EOF\DDC xml comments

비공개 메소드들

메소드 설명
FixArrayAttribs ( Stream xml ) : void

Writes count attribute for chosen nodes.

메소드 상세

LoadFromFile() 공개 정적인 메소드

public static LoadFromFile ( string xmlSongRS2014File ) : Song2014
xmlSongRS2014File string
리턴 Song2014

ReadXmlComments() 공개 정적인 메소드

Reads the xml comments, like EOF and DDC, to keep track of its versions.
public static ReadXmlComments ( string xmlSongRS2014File ) : IEnumerable
xmlSongRS2014File string Xml file path.
리턴 IEnumerable

Serialize() 공개 메소드

public Serialize ( Stream stream, bool omitXmlDeclaration = false ) : void
stream Stream
omitXmlDeclaration bool
리턴 void

Song2014() 공개 메소드

public Song2014 ( ) : System
리턴 System

Song2014() 공개 메소드

public Song2014 ( Sng2014HSL sngData, Attributes2014 attr = null ) : System
sngData Sng2014HSL
attr RocksmithToolkitLib.DLCPackage.Manifest2014.Attributes2014
리턴 System

WriteXmlComments() 공개 정적인 메소드

Write the CST\EOF\DDC xml comments
public static WriteXmlComments ( string xmlSongFile, IEnumerable commentNodes = null, bool saveOldVers = true, bool writeNewVers = true, string customComment = "" ) : void
xmlSongFile string
commentNodes IEnumerable
saveOldVers bool
writeNewVers bool
customComment string
리턴 void