C# Class AcManager.Tools.Managers.Presets.SavedPresetEntry

Inheritance: FirstFloor.ModernUI.Presentation.Displayable, ISavedPresetEntry, IShortDisplayable
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( SavedPresetEntry other ) : bool

Method Details

Equals() public méthode

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

Equals() protected méthode

protected Equals ( SavedPresetEntry other ) : bool
other SavedPresetEntry
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

ReadData() public méthode

public ReadData ( ) : string
Résultat string

SavedPresetEntry() public méthode

public SavedPresetEntry ( string baseDirectory, string filename ) : System
baseDirectory string
filename string
Résultat System

SetParent() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string