C# 클래스 OpenMetaverse.Messages.Linden.UpdateNotecardTaskInventoryMessage

A message request/response which is used to update a notecard contained within a tasks inventory
상속: IMessage
파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 프로퍼티들

프로퍼티 타입 설명
ItemID UUID
TaskID UUID

공개 메소드들

메소드 설명
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

메소드 상세

Deserialize() 공개 메소드

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
리턴 void

Serialize() 공개 메소드

Serialize the object
public Serialize ( ) : OSDMap
리턴 OSDMap

프로퍼티 상세

ItemID 공개적으로 프로퍼티

The notecard assets UUID contained in the tasks inventory
public UUID ItemID
리턴 UUID

TaskID 공개적으로 프로퍼티

The UUID of the Task containing the notecard asset to update
public UUID TaskID
리턴 UUID