C# Class OpenMetaverse.GroupNoticeList

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

Méthodes publiques

Свойство 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
Résultat AssetType

FromName public_oe property

Agent name who created notice
public string FromName
Résultat string

HasAttachment public_oe property

Is there an attachment?
public bool HasAttachment
Résultat bool

NoticeID public_oe property

Notice ID
public UUID NoticeID
Résultat UUID

Subject public_oe property

Notice subject
public string Subject
Résultat string

Timestamp public_oe property

Creation timestamp of notice
public uint Timestamp
Résultat uint