C# Class Server.Items.AddressBook

Inheritance: Item
Afficher le fichier Open project: felladrin/last-wish Class Usage Examples

Private Properties

Свойство Type Description
AddressBook System
AllNames_OnCommand void
AllNames_OnTarget void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AddressBook ( ) : System
AllNames_OnCommand ( CommandEventArgs e ) : void
AllNames_OnTarget ( Server.Mobile from, object obj ) : void

Method Details

AddEntry() public méthode

public AddEntry ( Server.Mobile Owner ) : AdresseeEntry
Owner Server.Mobile
Résultat AdresseeEntry

AddEntry() public méthode

public AddEntry ( AdresseeEntry be ) : void
be AdresseeEntry
Résultat void

AddressBook() public méthode

public AddressBook ( Server.Serial serial ) : System
serial Server.Serial
Résultat System

Deserialize() public méthode

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
Résultat void

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

OnDoubleClick() public méthode

public OnDoubleClick ( Server.Mobile from ) : void
from Server.Mobile
Résultat void

OnDragDrop() public méthode

public OnDragDrop ( Server.Mobile from, Item dropped ) : bool
from Server.Mobile
dropped Item
Résultat bool

Serialize() public méthode

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
Résultat void