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

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

Public Methods

Method Description
BuiltInPresetEntry ( string baseDirectory, string filename, byte data ) : System
Equals ( ISavedPresetEntry other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int
ReadData ( ) : string
SetParent ( string baseDirectory ) : void
ToString ( ) : string

Protected Methods

Method Description
Equals ( BuiltInPresetEntry other ) : bool

Method Details

BuiltInPresetEntry() public method

public BuiltInPresetEntry ( string baseDirectory, string filename, byte data ) : System
baseDirectory string
filename string
data byte
return System

Equals() protected method

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

Equals() public method

public Equals ( ISavedPresetEntry other ) : bool
other ISavedPresetEntry
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

SetParent() public method

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

ToString() public method

public ToString ( ) : string
return string