GlimpseConfiguration Members | Glimpse API Documentation |
The GlimpseConfiguration type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
GlimpseConfiguration |
Initializes a new instance of the GlimpseConfiguration class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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