C# 클래스 Catrobat.IDE.Core.Xml.XmlObjects.XmlProgram

상속: XmlObjectRoot, IProject
파일 보기 프로젝트 열기: Catrobat/CatrobatForWindows 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateXml System.Xml.Linq.XDocument
LoadBroadcastMessages void
LoadReference void

공개 메소드들

메소드 설명
ToXmlString ( ) : string
XmlProgram ( ) : System
XmlProgram ( String xmlSource ) : System

보호된 메소드들

메소드 설명
LoadFromXml ( string xml ) : void

비공개 메소드들

메소드 설명
CreateXml ( ) : System.Xml.Linq.XDocument
LoadBroadcastMessages ( ) : void
LoadReference ( ) : void

메소드 상세

LoadFromXml() 보호된 최종 메소드

protected final LoadFromXml ( string xml ) : void
xml string
리턴 void

ToXmlString() 공개 메소드

public ToXmlString ( ) : string
리턴 string

XmlProgram() 공개 메소드

public XmlProgram ( ) : System
리턴 System

XmlProgram() 공개 메소드

public XmlProgram ( String xmlSource ) : System
xmlSource String
리턴 System