C# Class Server.Items.BulletinMessage

Inheritance: Server.BaseItem
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
BulletinMessage ( Server.Mobile poster, BulletinMessage thread, string subject, string lines ) : System
BulletinMessage ( Server.Serial serial ) : System
CheckTarget ( Server.Mobile from, Server targ, object targeted ) : bool
Deserialize ( Server.GenericReader reader ) : void
GetTimeAsString ( ) : string
IsAccessibleTo ( Server.Mobile check ) : bool
Serialize ( Server.GenericWriter writer ) : void
Validate ( ) : void

Method Details

BulletinMessage() public méthode

public BulletinMessage ( Server.Mobile poster, BulletinMessage thread, string subject, string lines ) : System
poster Server.Mobile
thread BulletinMessage
subject string
lines string
Résultat System

BulletinMessage() public méthode

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

CheckTarget() public méthode

public CheckTarget ( Server.Mobile from, Server targ, object targeted ) : bool
from Server.Mobile
targ Server
targeted object
Résultat bool

Deserialize() public méthode

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

GetTimeAsString() public méthode

public GetTimeAsString ( ) : string
Résultat string

IsAccessibleTo() public méthode

public IsAccessibleTo ( Server.Mobile check ) : bool
check Server.Mobile
Résultat bool

Serialize() public méthode

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

Validate() public méthode

public Validate ( ) : void
Résultat void