C# 클래스 Catrobat.IDE.Core.Xml.XmlObjects.Variables.XmlObjectVariableList

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

공개 프로퍼티들

프로퍼티 타입 설명
ObjectVariableEntries List

공개 메소드들

메소드 설명
LoadReference ( ) : void
XmlObjectVariableList ( ) : System.Collections.Generic
XmlObjectVariableList ( System.Xml.Linq.XElement xElement ) : System.Collections.Generic

비공개 메소드들

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

메소드 상세

LoadReference() 공개 메소드

public LoadReference ( ) : void
리턴 void

XmlObjectVariableList() 공개 메소드

public XmlObjectVariableList ( ) : System.Collections.Generic
리턴 System.Collections.Generic

XmlObjectVariableList() 공개 메소드

public XmlObjectVariableList ( System.Xml.Linq.XElement xElement ) : System.Collections.Generic
xElement System.Xml.Linq.XElement
리턴 System.Collections.Generic

프로퍼티 상세

ObjectVariableEntries 공개적으로 프로퍼티

public List ObjectVariableEntries
리턴 List