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

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

BuiltInPresetEntry() 공개 메소드

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

Equals() 보호된 메소드

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

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ReadData() 공개 메소드

public ReadData ( ) : string
리턴 string

SetParent() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string