C# Class Universe.Framework.Services.AbuseReport

Inheritance: Universe.Framework.Modules.IDataTransferable
Mostra 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_oe property

public string AbuseDetails
return string

AbuseLocation public_oe property

public string AbuseLocation
return string

AbuseSummary public_oe property

public string AbuseSummary
return string

AbuserName public_oe property

public string AbuserName
return string

Active public_oe property

public bool Active
return bool

AssignedTo public_oe property

public string AssignedTo
return string

Category public_oe property

public object Category
return object

Checked public_oe property

public bool Checked
return bool

Notes public_oe property

public string Notes
return string

Number public_oe property

public int Number
return int

ObjectName public_oe property

public string ObjectName
return string

ObjectPosition public_oe property

public string ObjectPosition
return string

ObjectUUID public_oe property

public UUID ObjectUUID
return UUID

RegionName public_oe property

public string RegionName
return string

ReporterName public_oe property

public string ReporterName
return string

ScreenshotID public_oe property

public UUID ScreenshotID
return UUID