C# 클래스 fBaseXtensions.Cache.External.Objects.SnoEntry

Holds information to help ID objects SNO is the main property, Internal Name is optional. ActorType and EntryType declare what type of entry the object is. ObjectType holds an important data to help with further idenification of the object. (Such as GizmoType or ItemType)
파일 보기 프로젝트 열기: herbfunk/Funky

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

보호된 메소드들

메소드 설명
SnoEntry ( ) : System
SnoEntry ( int snoID ) : System

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SnoEntry() 보호된 메소드

protected SnoEntry ( ) : System
리턴 System

SnoEntry() 보호된 메소드

protected SnoEntry ( int snoID ) : System
snoID int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string