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

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

공개 메소드들

메소드 설명
Equals ( System obj ) : bool
Equals ( XmlUserVariable v ) : bool
GetHashCode ( ) : int
XmlUserVariable ( ) : Catrobat_Player.NativeComponent
XmlUserVariable ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent

비공개 메소드들

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

메소드 상세

Equals() 공개 메소드

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

Equals() 공개 메소드

public Equals ( XmlUserVariable v ) : bool
v XmlUserVariable
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

XmlUserVariable() 공개 메소드

public XmlUserVariable ( ) : Catrobat_Player.NativeComponent
리턴 Catrobat_Player.NativeComponent

XmlUserVariable() 공개 메소드

public XmlUserVariable ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent
xElement System.Xml.Linq.XElement
리턴 Catrobat_Player.NativeComponent