C# Class OpenMetaverse.GroupNoticeList

Struct representing a group notice list entry
Datei anzeigen Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

Property Type Description
AssetType AssetType
FromName string
HasAttachment bool
NoticeID UUID
Subject string
Timestamp uint

Property Details

AssetType public_oe property

Attachment Type
public AssetType AssetType
return AssetType

FromName public_oe property

Agent name who created notice
public string FromName
return string

HasAttachment public_oe property

Is there an attachment?
public bool HasAttachment
return bool

NoticeID public_oe property

Notice ID
public UUID NoticeID
return UUID

Subject public_oe property

Notice subject
public string Subject
return string

Timestamp public_oe property

Creation timestamp of notice
public uint Timestamp
return uint