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)
Afficher le fichier Open project: herbfunk/Funky

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Méthodes protégées

Méthode Description
SnoEntry ( ) : System
SnoEntry ( int snoID ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SnoEntry() protected méthode

protected SnoEntry ( ) : System
Résultat System

SnoEntry() protected méthode

protected SnoEntry ( int snoID ) : System
snoID int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string