메소드 |
설명 |
|
AddEventNofication ( UUID user, uint EventID ) : void |
|
|
AddRegion ( List parcels ) : void |
|
|
ClearRegion ( UUID regionID ) : void |
|
|
ConvertBytesToLandBitmap ( bool &tempConvertMap, byte Bitmap, int sizeX ) : void |
|
|
CreateEvent ( UUID creator, UUID regionID, UUID parcelID, System.DateTime date, uint cover, OpenMetaverse.DirectoryManager.EventFlags maturity, uint flags, uint duration, System.Vector3 localPos, string name, string description, string category ) : EventData |
|
|
DeleteEvent ( string eventId ) : bool |
|
|
FindAllEventsInRegion ( string regionName, int maturity ) : List |
|
|
FindClassifieds ( string queryText, string category, uint queryFlags, int StartQuery, UUID scopeID ) : List |
|
|
FindEvents ( string queryText, uint eventFlags, int StartQuery, UUID scopeID ) : List |
|
|
FindLand ( string queryText, string category, int StartQuery, uint Flags, UUID scopeID ) : List |
|
|
FindLandForSale ( string searchType, uint price, uint area, int StartQuery, uint Flags, UUID scopeID ) : List |
|
|
FindLandForSaleInRegion ( string searchType, uint price, uint area, int StartQuery, uint Flags, UUID regionID ) : List |
|
|
FindPopularPlaces ( uint queryFlags, UUID scopeID ) : List |
|
|
GetAllClassifieds ( int category, uint classifiedFlags ) : List |
|
|
GetAllEvents ( int queryHours, int category, int maturityLevel ) : List |
|
|
GetClassifiedByID ( UUID id ) : Classified |
|
|
GetClassifiedsInRegion ( string regionName ) : List |
|
|
GetEventInfo ( uint EventID ) : EventData |
|
|
GetEventNotifications ( UUID user ) : List |
|
|
GetEventsList ( string userId, int queryHours, int category, int maturityLevel ) : List |
|
|
GetNumberOfParcelsByRegion ( UUID RegionID, UUID owner, ParcelFlags flags, ParcelCategory category ) : uint |
|
|
GetNumberOfParcelsWithNameByRegion ( UUID RegionID, string name ) : uint |
|
|
GetParcelByOwner ( UUID OwnerID ) : List |
|
|
GetParcelInfo ( UUID globalID ) : WhiteCore.Framework.SceneInfo.LandData |
|
|
GetParcelInfo ( UUID regionID, int x, int y ) : WhiteCore.Framework.SceneInfo.LandData |
|
|
GetParcelInfo ( UUID RegionID, string ParcelName ) : WhiteCore.Framework.SceneInfo.LandData |
|
|
GetParcelsByRegion ( uint start, uint count, UUID RegionID, UUID owner, ParcelFlags flags, ParcelCategory category ) : List |
|
|
GetParcelsByRegionWhereClause ( UUID RegionID, UUID owner, ParcelFlags flags, ParcelCategory category ) : QueryFilter |
|
|
GetParcelsWithNameByRegion ( uint start, uint count, UUID RegionID, string name ) : List |
|
|
GetUserEvents ( string userId, int queryHours, int category, int maturityLevel ) : List |
|
|
Query2EventData ( List RetVal ) : List |
|
|
Query2LandData ( List Query ) : List |
|
|
RemoveEventNofication ( UUID user, uint EventID ) : void |
|
|
UpdateAddEvent ( EventData eventData ) : bool |
|
|