C# 클래스 Server.Items.AddressBook

상속: Item
파일 보기 프로젝트 열기: felladrin/last-wish 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddressBook System
AllNames_OnCommand void
AllNames_OnTarget void

공개 메소드들

메소드 설명
AddEntry ( Server.Mobile Owner ) : AdresseeEntry
AddEntry ( AdresseeEntry be ) : void
AddressBook ( Server.Serial serial ) : System
Deserialize ( Server.GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
Initialize ( ) : void
OnDoubleClick ( Server.Mobile from ) : void
OnDragDrop ( Server.Mobile from, Item dropped ) : bool
Serialize ( Server.GenericWriter writer ) : void

비공개 메소드들

메소드 설명
AddressBook ( ) : System
AllNames_OnCommand ( CommandEventArgs e ) : void
AllNames_OnTarget ( Server.Mobile from, object obj ) : void

메소드 상세

AddEntry() 공개 메소드

public AddEntry ( Server.Mobile Owner ) : AdresseeEntry
Owner Server.Mobile
리턴 AdresseeEntry

AddEntry() 공개 메소드

public AddEntry ( AdresseeEntry be ) : void
be AdresseeEntry
리턴 void

AddressBook() 공개 메소드

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

Deserialize() 공개 메소드

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

GetProperties() 공개 메소드

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

OnDoubleClick() 공개 메소드

public OnDoubleClick ( Server.Mobile from ) : void
from Server.Mobile
리턴 void

OnDragDrop() 공개 메소드

public OnDragDrop ( Server.Mobile from, Item dropped ) : bool
from Server.Mobile
dropped Item
리턴 bool

Serialize() 공개 메소드

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