C# Class Catrobat.IDE.Core.ViewModels.Editor.Formula.FormulaKey

Inheritance: GalaSoft.MvvmLight.ObservableObject
Afficher le fichier Open project: Catrobat/CatrobatForWindows Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
FormulaKey ( ) : System.Diagnostics
FormulaKey ( FormulaEditorKey key, LocalVariable localVariable = null, GlobalVariable globalVariable = null ) : System.Diagnostics
GetHashCode ( ) : int
ToString ( ) : string

Méthodes protégées

Méthode Description
Equals ( FormulaKey other ) : bool

Private Methods

Méthode Description
Variable_OnPropertyChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void

Method Details

Equals() protected méthode

protected Equals ( FormulaKey other ) : bool
other FormulaKey
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FormulaKey() public méthode

public FormulaKey ( ) : System.Diagnostics
Résultat System.Diagnostics

FormulaKey() public méthode

public FormulaKey ( FormulaEditorKey key, LocalVariable localVariable = null, GlobalVariable globalVariable = null ) : System.Diagnostics
key FormulaEditorKey
localVariable Catrobat.IDE.Core.Models.LocalVariable
globalVariable GlobalVariable
Résultat System.Diagnostics

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string