C# 클래스 Catrobat.IDE.Core.Xml.XmlObjects.Scripts.XmlScript

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

Private Properties

프로퍼티 타입 설명
CreateXml System.Xml.Linq.XElement
LoadFromCommonXML void
LoadFromXml void

공개 메소드들

메소드 설명
Equals ( System obj ) : bool
Equals ( XmlScript s ) : bool
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
CreateCommonXML ( System.Xml.Linq.XElement xRoot ) : void
XmlScript ( ) : System
XmlScript ( System.Xml.Linq.XElement xElement ) : System

비공개 메소드들

메소드 설명
CreateXml ( ) : System.Xml.Linq.XElement
LoadFromCommonXML ( System.Xml.Linq.XElement xRoot ) : void
LoadFromXml ( System.Xml.Linq.XElement xRoot ) : void

메소드 상세

CreateCommonXML() 보호된 메소드

protected CreateCommonXML ( System.Xml.Linq.XElement xRoot ) : void
xRoot System.Xml.Linq.XElement
리턴 void

Equals() 공개 메소드

public Equals ( System obj ) : bool
obj System
리턴 bool

Equals() 공개 메소드

public Equals ( XmlScript s ) : bool
s XmlScript
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

XmlScript() 보호된 메소드

protected XmlScript ( ) : System
리턴 System

XmlScript() 보호된 메소드

protected XmlScript ( System.Xml.Linq.XElement xElement ) : System
xElement System.Xml.Linq.XElement
리턴 System