C# Class Catrobat.IDE.Core.Xml.XmlObjects.Variables.XmlObjectVariableList

Inheritance: XmlObjectNode
Afficher le fichier Open project: Catrobat/CatrobatForWindows Class Usage Examples

Méthodes publiques

Свойство Type Description
ObjectVariableEntries List

Méthodes publiques

Méthode Description
LoadReference ( ) : void
XmlObjectVariableList ( ) : System.Collections.Generic
XmlObjectVariableList ( System.Xml.Linq.XElement xElement ) : System.Collections.Generic

Private Methods

Méthode Description
CreateXml ( ) : System.Xml.Linq.XElement
LoadFromXml ( System.Xml.Linq.XElement xRoot ) : void

Method Details

LoadReference() public méthode

public LoadReference ( ) : void
Résultat void

XmlObjectVariableList() public méthode

public XmlObjectVariableList ( ) : System.Collections.Generic
Résultat System.Collections.Generic

XmlObjectVariableList() public méthode

public XmlObjectVariableList ( System.Xml.Linq.XElement xElement ) : System.Collections.Generic
xElement System.Xml.Linq.XElement
Résultat System.Collections.Generic

Property Details

ObjectVariableEntries public_oe property

public List ObjectVariableEntries
Résultat List