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

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

Public Methods

Method 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

Protected Methods

Method Description
Equals ( SavedPresetEntry other ) : bool

Method Details

Equals() public method

public Equals ( ISavedPresetEntry other ) : bool
other ISavedPresetEntry
return bool

Equals() protected method

protected Equals ( SavedPresetEntry other ) : bool
other SavedPresetEntry
return bool

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ReadData() public method

public ReadData ( ) : string
return string

SavedPresetEntry() public method

public SavedPresetEntry ( string baseDirectory, string filename ) : System
baseDirectory string
filename string
return System

SetParent() public method

public SetParent ( string baseDirectory ) : void
baseDirectory string
return void

ToString() public method

public ToString ( ) : string
return string