1using System.Collections.Generic;
6 public static partial class Scripts
12 description =
"Contrived ARE Catalog",
13 tags =
new List<string> {
"ARE" },
14 source =
"Analyze Re Inc."
Exposes the various sample CSV files as strings.
static string Event_Catalog_Data
Exposes sample resource objects, with built-in methods for injecting dependencies.
Utilities for cleaning up the server.
static bool ForceCleanServer(bool ignoreExceptions=false, int? timeout=null)
Invoke the DELETE method on the root of the server. Will wait for the DELETE to complete successfully...
static bool TryDelete_Silent(IAPIResource item)
Attempt to delete the resource, but throw no exceptions if it cannot be deleted.
Retrieve settings from environment variables if they exist, or the project settings file otherwise.
static bool ROOT_DELETE_SUPPORTED
Indicates whether the server currently supports the DELETE method on the server root to wipe out all ...
API methods / requests made available to the user.
static ICollectionResponse< IAPIResource > GetResourceList(Type resourceType, IEnumerable< Parameter > requestParameters=null, string collectionNameOverride=null, int? timeout=null)
Get a collection of resources from the server.
Representation of an event catalog. The event catalog may cover multiple region/perils,...
Base interface for all reference entities.