OpenSim
|
Public Attributes | |
UUID | NoticeID |
uint | Timestamp |
string | FromName |
string | Subject |
bool | HasAttachment |
byte | AssetType |
Definition at line 127 of file GroupData.cs.
byte OpenSim.Framework.GroupNoticeData.AssetType |
Definition at line 134 of file GroupData.cs.
string OpenSim.Framework.GroupNoticeData.FromName |
Definition at line 131 of file GroupData.cs.
bool OpenSim.Framework.GroupNoticeData.HasAttachment |
Definition at line 133 of file GroupData.cs.
UUID OpenSim.Framework.GroupNoticeData.NoticeID |
Definition at line 129 of file GroupData.cs.
string OpenSim.Framework.GroupNoticeData.Subject |
Definition at line 132 of file GroupData.cs.
uint OpenSim.Framework.GroupNoticeData.Timestamp |
Definition at line 130 of file GroupData.cs.