C# Class AcManager.Controls.Helpers.ControlsPresets.PresetEntry

Inheritance: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged, ISavedPresetEntry
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
Equals ( ISavedPresetEntry other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int
PresetEntry ( string filename ) : System
ReadData ( ) : string
SetParent ( string baseDirectory ) : void

Méthodes protégées

Méthode Description
Equals ( PresetEntry other ) : bool

Method Details

Equals() public méthode

public Equals ( ISavedPresetEntry other ) : bool
other ISavedPresetEntry
Résultat bool

Equals() protected méthode

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

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PresetEntry() public méthode

public PresetEntry ( string filename ) : System
filename string
Résultat System

ReadData() public méthode

public ReadData ( ) : string
Résultat string

SetParent() public méthode

public SetParent ( string baseDirectory ) : void
baseDirectory string
Résultat void