C# Class SagaDB.Mail.Mail

Datei anzeigen Open project: Willyham/SagaRO2 Class Usage Examples

Public Properties

Property Type Description
ID uint
content string
creator string
date System.DateTime
durability ushort
item uint
read byte
receiver string
sender string
stack byte
topic string
valid byte
zeny uint

Property Details

ID public_oe property

public uint ID
return uint

content public_oe property

public string content
return string

creator public_oe property

public string creator
return string

date public_oe property

public DateTime,System date
return System.DateTime

durability public_oe property

public ushort durability
return ushort

item public_oe property

public uint item
return uint

read public_oe property

public byte read
return byte

receiver public_oe property

public string receiver
return string

sender public_oe property

public string sender
return string

stack public_oe property

public byte stack
return byte

topic public_oe property

public string topic
return string

valid public_oe property

public byte valid
return byte

zeny public_oe property

public uint zeny
return uint