C# Class fBaseXtensions.Cache.External.Objects.CacheEntry

Afficher le fichier Open project: herbfunk/Funky Class Usage Examples

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
CacheEntry ( ) : System
CacheEntry ( int snoID ) : System

Method Details

CacheEntry() protected méthode

protected CacheEntry ( ) : System
Résultat System

CacheEntry() protected méthode

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

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string