GlimpseConfiguration Members
From Glimpse API
| GlimpseConfiguration Members | Glimpse API Documentation |
The GlimpseConfiguration type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GlimpseConfiguration |
Initializes a new instance of the GlimpseConfiguration class.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
| Name | Description | |
|---|---|---|
| GetTypeOrNull |
Returns the value of GetType if value is not null.
(Defined by ObjectExtensions.) | |
| ToStringOrDefault |
Returns the value of ToString if value is not null.
(Defined by ObjectExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| ClientScripts |
Gets or sets the client scripts collection.
| |
| DefaultResource |
Gets or sets the default IResource to execute.
| |
| DefaultRuntimePolicy |
Gets or sets the default runtime policy.
| |
| EndpointBaseUri |
Gets or sets the endpoint base URI.
| |
| FrameworkProvider |
Gets or sets the IFrameworkProvider.
| |
| HtmlEncoder |
Gets or sets the IHtmlEncoder.
| |
| Inspectors |
Gets or sets the collection of IInspector.
| |
| Logger |
Gets or sets the ILogger.
| |
| MessageBroker |
Gets or sets the IMessageBroker.
| |
| PersistenceStore |
Gets or sets the IPersistenceStore.
| |
| ProxyFactory |
Gets or sets the IProxyFactory.
| |
| ResourceEndpoint |
Gets or sets the ResourceEndpointConfiguration.
| |
| Resources |
Gets or sets the collection of IResource.
| |
| RuntimePolicies |
Gets or sets the collection of IRuntimePolicy.
| |
| RuntimePolicyStrategy |
Gets or sets the RuntimePolicy strategy.
| |
| Serializer |
Gets or sets the ISerializer.
| |
| Tabs |
Gets or sets the collection of ITab.
| |
| TimerStrategy |
Gets or sets the IExecutionTimer strategy.
|
See Also