C# 클래스 Universe.Framework.Services.AbuseReport

상속: Universe.Framework.Modules.IDataTransferable
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AbuseDetails string
AbuseLocation string
AbuseSummary string
AbuserName string
Active bool
AssignedTo string
Category object
Checked bool
Notes string
Number int
ObjectName string
ObjectPosition string
ObjectUUID UUID
RegionName string
ReporterName string
ScreenshotID UUID

공개 메소드들

메소드 설명
AbuseReport ( ) : System.Collections.Generic
FromOSD ( OSDMap DicCol ) : void
ToOSD ( ) : OSDMap

메소드 상세

AbuseReport() 공개 메소드

public AbuseReport ( ) : System.Collections.Generic
리턴 System.Collections.Generic

FromOSD() 공개 메소드

public FromOSD ( OSDMap DicCol ) : void
DicCol OSDMap
리턴 void

ToOSD() 공개 메소드

public ToOSD ( ) : OSDMap
리턴 OSDMap

프로퍼티 상세

AbuseDetails 공개적으로 프로퍼티

public string AbuseDetails
리턴 string

AbuseLocation 공개적으로 프로퍼티

public string AbuseLocation
리턴 string

AbuseSummary 공개적으로 프로퍼티

public string AbuseSummary
리턴 string

AbuserName 공개적으로 프로퍼티

public string AbuserName
리턴 string

Active 공개적으로 프로퍼티

public bool Active
리턴 bool

AssignedTo 공개적으로 프로퍼티

public string AssignedTo
리턴 string

Category 공개적으로 프로퍼티

public object Category
리턴 object

Checked 공개적으로 프로퍼티

public bool Checked
리턴 bool

Notes 공개적으로 프로퍼티

public string Notes
리턴 string

Number 공개적으로 프로퍼티

public int Number
리턴 int

ObjectName 공개적으로 프로퍼티

public string ObjectName
리턴 string

ObjectPosition 공개적으로 프로퍼티

public string ObjectPosition
리턴 string

ObjectUUID 공개적으로 프로퍼티

public UUID ObjectUUID
리턴 UUID

RegionName 공개적으로 프로퍼티

public string RegionName
리턴 string

ReporterName 공개적으로 프로퍼티

public string ReporterName
리턴 string

ScreenshotID 공개적으로 프로퍼티

public UUID ScreenshotID
리턴 UUID