C# Class Server.Mobiles.GenericBuyInfo.DisplayCache

Inheritance: Server.Items.Container
Mostra file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
Deserialize ( Server.GenericReader reader ) : void
DisplayCache ( ) : System
DisplayCache ( Server.Serial serial ) : System
Lookup ( Type key ) : IEntity
OnAfterDelete ( ) : void
Serialize ( Server.GenericWriter writer ) : void
Store ( Type key, IEntity obj, bool cache ) : void

Method Details

Deserialize() public method

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
return void

DisplayCache() public method

public DisplayCache ( ) : System
return System

DisplayCache() public method

public DisplayCache ( Server.Serial serial ) : System
serial Server.Serial
return System

Lookup() public method

public Lookup ( Type key ) : IEntity
key System.Type
return IEntity

OnAfterDelete() public method

public OnAfterDelete ( ) : void
return void

Serialize() public method

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
return void

Store() public method

public Store ( Type key, IEntity obj, bool cache ) : void
key System.Type
obj IEntity
cache bool
return void