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

Inheritance: CacheEntry
Show file Open project: herbfunk/Funky

Private Properties

Property Type Description

Public Methods

Method Description
CacheDroppedItemEntry ( ) : System
CacheDroppedItemEntry ( DroppedItemEntry entry ) : System
CacheDroppedItemEntry ( int snoID, PluginDroppedItemTypes objectType, string internalname = "" ) : System
ToString ( ) : string

Method Details

CacheDroppedItemEntry() public method

public CacheDroppedItemEntry ( ) : System
return System

CacheDroppedItemEntry() public method

public CacheDroppedItemEntry ( DroppedItemEntry entry ) : System
entry DroppedItemEntry
return System

CacheDroppedItemEntry() public method

public CacheDroppedItemEntry ( int snoID, PluginDroppedItemTypes objectType, string internalname = "" ) : System
snoID int
objectType PluginDroppedItemTypes
internalname string
return System

ToString() public method

public ToString ( ) : string
return string