C# 클래스 AcManager.Tools.Managers.Presets.SavedPresetEntry

상속: FirstFloor.ModernUI.Presentation.Displayable, ISavedPresetEntry, IShortDisplayable
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( ISavedPresetEntry other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int
ReadData ( ) : string
SavedPresetEntry ( string baseDirectory, string filename ) : System
SetParent ( string baseDirectory ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
Equals ( SavedPresetEntry other ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( ISavedPresetEntry other ) : bool
other ISavedPresetEntry
리턴 bool

Equals() 보호된 메소드

protected Equals ( SavedPresetEntry other ) : bool
other SavedPresetEntry
리턴 bool

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ReadData() 공개 메소드

public ReadData ( ) : string
리턴 string

SavedPresetEntry() 공개 메소드

public SavedPresetEntry ( string baseDirectory, string filename ) : System
baseDirectory string
filename string
리턴 System

SetParent() 공개 메소드

public SetParent ( string baseDirectory ) : void
baseDirectory string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string