C# Class 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)
Show file Open project: herbfunk/Funky

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Protected Methods

Method Description
SnoEntry ( ) : System
SnoEntry ( int snoID ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SnoEntry() protected method

protected SnoEntry ( ) : System
return System

SnoEntry() protected method

protected SnoEntry ( int snoID ) : System
snoID int
return System

ToString() public method

public ToString ( ) : string
return string