C# Class Universe.Framework.Services.AbuseReport

Inheritance: Universe.Framework.Modules.IDataTransferable
Show file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
AbuseReport ( ) : System.Collections.Generic
FromOSD ( OSDMap DicCol ) : void
ToOSD ( ) : OSDMap

Method Details

AbuseReport() public method

public AbuseReport ( ) : System.Collections.Generic
return System.Collections.Generic

FromOSD() public method

public FromOSD ( OSDMap DicCol ) : void
DicCol OSDMap
return void

ToOSD() public method

public ToOSD ( ) : OSDMap
return OSDMap

Property Details

AbuseDetails public property

public string AbuseDetails
return string

AbuseLocation public property

public string AbuseLocation
return string

AbuseSummary public property

public string AbuseSummary
return string

AbuserName public property

public string AbuserName
return string

Active public property

public bool Active
return bool

AssignedTo public property

public string AssignedTo
return string

Category public property

public object Category
return object

Checked public property

public bool Checked
return bool

Notes public property

public string Notes
return string

Number public property

public int Number
return int

ObjectName public property

public string ObjectName
return string

ObjectPosition public property

public string ObjectPosition
return string

ObjectUUID public property

public UUID ObjectUUID
return UUID

RegionName public property

public string RegionName
return string

ReporterName public property

public string ReporterName
return string

ScreenshotID public property

public UUID ScreenshotID
return UUID