C# 클래스 Server.Mobiles.GenericBuyInfo.DisplayCache

상속: Server.Items.Container
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
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

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
리턴 void

DisplayCache() 공개 메소드

public DisplayCache ( ) : System
리턴 System

DisplayCache() 공개 메소드

public DisplayCache ( Server.Serial serial ) : System
serial Server.Serial
리턴 System

Lookup() 공개 메소드

public Lookup ( Type key ) : IEntity
key System.Type
리턴 IEntity

OnAfterDelete() 공개 메소드

public OnAfterDelete ( ) : void
리턴 void

Serialize() 공개 메소드

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
리턴 void

Store() 공개 메소드

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