OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Framework.EstateBan Class Reference

Public Member Functions

 EstateBan ()
 
Dictionary< string, object > ToMap ()
 
 EstateBan (Dictionary< string, object > map)
 
override string ToString ()
 For debugging More...
 

Properties

uint EstateID [get, set]
 ID of the estate this ban limits access to. More...
 
UUID BannedUserID [get, set]
 ID of the banned user. More...
 
string BannedHostAddress [get, set]
 IP address or domain name of the banned client. More...
 
string BannedHostIPMask [get, set]
 IP address mask for banning group of client hosts. More...
 
string BannedHostNameMask [get, set]
 Domain name mask for banning group of client hosts. More...
 

Detailed Description

Definition at line 36 of file EstateBan.cs.

Constructor & Destructor Documentation

OpenSim.Framework.EstateBan.EstateBan ( )
inline

Definition at line 118 of file EstateBan.cs.

OpenSim.Framework.EstateBan.EstateBan ( Dictionary< string, object >  map)
inline

Definition at line 130 of file EstateBan.cs.

Member Function Documentation

Dictionary<string, object> OpenSim.Framework.EstateBan.ToMap ( )
inline

Definition at line 120 of file EstateBan.cs.

override string OpenSim.Framework.EstateBan.ToString ( )
inline

For debugging

Returns

Definition at line 154 of file EstateBan.cs.

Property Documentation

string OpenSim.Framework.EstateBan.BannedHostAddress
getset

IP address or domain name of the banned client.

Definition at line 75 of file EstateBan.cs.

string OpenSim.Framework.EstateBan.BannedHostIPMask
getset

IP address mask for banning group of client hosts.

Definition at line 91 of file EstateBan.cs.

string OpenSim.Framework.EstateBan.BannedHostNameMask
getset

Domain name mask for banning group of client hosts.

Definition at line 107 of file EstateBan.cs.

UUID OpenSim.Framework.EstateBan.BannedUserID
getset

ID of the banned user.

Definition at line 59 of file EstateBan.cs.

uint OpenSim.Framework.EstateBan.EstateID
getset

ID of the estate this ban limits access to.

Definition at line 43 of file EstateBan.cs.


The documentation for this class was generated from the following file: