|
OpenSim
|
An interface for connecting to the authentication datastore More...

Public Member Functions | |
| RegionData | Get (UUID regionID, UUID ScopeID) |
| List< RegionData > | Get (string regionName, UUID ScopeID) |
| RegionData | Get (int x, int y, UUID ScopeID) |
| List< RegionData > | Get (int xStart, int yStart, int xEnd, int yEnd, UUID ScopeID) |
| bool | Store (RegionData data) |
| bool | SetDataItem (UUID principalID, string item, string value) |
| bool | Delete (UUID regionID) |
| List< RegionData > | GetDefaultRegions (UUID scopeID) |
| List< RegionData > | GetDefaultHypergridRegions (UUID scopeID) |
| List< RegionData > | GetFallbackRegions (UUID scopeID, int x, int y) |
| List< RegionData > | GetHyperlinks (UUID scopeID) |
An interface for connecting to the authentication datastore
Definition at line 70 of file IRegionData.cs.
| bool OpenSim.Data.IRegionData.Delete | ( | UUID | regionID | ) |
| RegionData OpenSim.Data.IRegionData.Get | ( | UUID | regionID, |
| UUID | ScopeID | ||
| ) |
| List<RegionData> OpenSim.Data.IRegionData.Get | ( | string | regionName, |
| UUID | ScopeID | ||
| ) |
| RegionData OpenSim.Data.IRegionData.Get | ( | int | x, |
| int | y, | ||
| UUID | ScopeID | ||
| ) |
| List<RegionData> OpenSim.Data.IRegionData.Get | ( | int | xStart, |
| int | yStart, | ||
| int | xEnd, | ||
| int | yEnd, | ||
| UUID | ScopeID | ||
| ) |
| List<RegionData> OpenSim.Data.IRegionData.GetDefaultHypergridRegions | ( | UUID | scopeID | ) |
| List<RegionData> OpenSim.Data.IRegionData.GetDefaultRegions | ( | UUID | scopeID | ) |
| List<RegionData> OpenSim.Data.IRegionData.GetFallbackRegions | ( | UUID | scopeID, |
| int | x, | ||
| int | y | ||
| ) |
| List<RegionData> OpenSim.Data.IRegionData.GetHyperlinks | ( | UUID | scopeID | ) |
| bool OpenSim.Data.IRegionData.SetDataItem | ( | UUID | principalID, |
| string | item, | ||
| string | value | ||
| ) |
| bool OpenSim.Data.IRegionData.Store | ( | RegionData | data | ) |
1.8.6