C# Класс AcManager.Controls.Helpers.ControlsPresets.PresetEntry

Наследование: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged, ISavedPresetEntry
Показать файл Открыть проект

Открытые методы

Метод Описание
Equals ( ISavedPresetEntry other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int
PresetEntry ( string filename ) : System
ReadData ( ) : string
SetParent ( string baseDirectory ) : void

Защищенные методы

Метод Описание
Equals ( PresetEntry other ) : bool

Описание методов

Equals() публичный Метод

public Equals ( ISavedPresetEntry other ) : bool
other ISavedPresetEntry
Результат bool

Equals() защищенный Метод

protected Equals ( PresetEntry other ) : bool
other PresetEntry
Результат bool

Equals() публичный Метод

public Equals ( object other ) : bool
other object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

PresetEntry() публичный Метод

public PresetEntry ( string filename ) : System
filename string
Результат System

ReadData() публичный Метод

public ReadData ( ) : string
Результат string

SetParent() публичный Метод

public SetParent ( string baseDirectory ) : void
baseDirectory string
Результат void