C# 클래스 AcManager.Controls.Helpers.ControlsPresets.PresetEntry

상속: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged, ISavedPresetEntry
파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
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