C# Class OpenSim.Data.Null.NullRegionData

Inheritance: IRegionData
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( UUID regionID ) : bool
Get ( int startX, int startY, int endX, int endY, UUID scopeID ) : List
Get ( string regionName, UUID scopeID ) : List
Get ( UUID regionID, UUID scopeID ) : OpenSim.Data.RegionData
Get ( int posX, int posY, UUID scopeID ) : OpenSim.Data.RegionData
GetDefaultRegions ( UUID scopeID ) : List
GetFallbackRegions ( UUID scopeID, int x, int y ) : List
GetHyperlinks ( UUID scopeID ) : List
NullRegionData ( string connectionString, string realm ) : System
SetDataItem ( UUID regionID, string item, string value ) : bool
Store ( OpenSim.Data.RegionData data ) : bool

Private Methods

Méthode Description
Get ( int regionFlags, UUID scopeID ) : List

Method Details

Delete() public méthode

public Delete ( UUID regionID ) : bool
regionID UUID
Résultat bool

Get() public méthode

public Get ( int startX, int startY, int endX, int endY, UUID scopeID ) : List
startX int
startY int
endX int
endY int
scopeID UUID
Résultat List

Get() public méthode

public Get ( string regionName, UUID scopeID ) : List
regionName string
scopeID UUID
Résultat List

Get() public méthode

public Get ( UUID regionID, UUID scopeID ) : OpenSim.Data.RegionData
regionID UUID
scopeID UUID
Résultat OpenSim.Data.RegionData

Get() public méthode

public Get ( int posX, int posY, UUID scopeID ) : OpenSim.Data.RegionData
posX int
posY int
scopeID UUID
Résultat OpenSim.Data.RegionData

GetDefaultRegions() public méthode

public GetDefaultRegions ( UUID scopeID ) : List
scopeID UUID
Résultat List

GetFallbackRegions() public méthode

public GetFallbackRegions ( UUID scopeID, int x, int y ) : List
scopeID UUID
x int
y int
Résultat List

GetHyperlinks() public méthode

public GetHyperlinks ( UUID scopeID ) : List
scopeID UUID
Résultat List

NullRegionData() public méthode

public NullRegionData ( string connectionString, string realm ) : System
connectionString string
realm string
Résultat System

SetDataItem() public méthode

public SetDataItem ( UUID regionID, string item, string value ) : bool
regionID UUID
item string
value string
Résultat bool

Store() public méthode

public Store ( OpenSim.Data.RegionData data ) : bool
data OpenSim.Data.RegionData
Résultat bool