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

상속: IMessage
파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FromEmail string
FromName string
GlobalPosition System.Vector3
Message string
Subject string
ToEmail string

공개 메소드들

메소드 설명
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

프로퍼티 상세

FromEmail 공개적으로 프로퍼티

public string FromEmail
리턴 string

FromName 공개적으로 프로퍼티

public string FromName
리턴 string

GlobalPosition 공개적으로 프로퍼티

public Vector3,System GlobalPosition
리턴 System.Vector3

Message 공개적으로 프로퍼티

public string Message
리턴 string

Subject 공개적으로 프로퍼티

public string Subject
리턴 string

ToEmail 공개적으로 프로퍼티

public string ToEmail
리턴 string