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

Inheritance: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged, ISavedPresetEntry
Show file Open project: gro-ove/actools

Public Methods

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

Protected Methods

Method Description
Equals ( PresetEntry other ) : bool

Method Details

Equals() public method

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

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

PresetEntry() public method

public PresetEntry ( string filename ) : System
filename string
return System

ReadData() public method

public ReadData ( ) : string
return string

SetParent() public method

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