GlimpseConfiguration Members

Glimpse API

GlimpseConfiguration Members Glimpse API Documentation

The GlimpseConfiguration type exposes the following members.

Constructors

  NameDescription
Public methodGlimpseConfiguration
Initializes a new instance of the GlimpseConfiguration class.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetTypeOrNull
Returns the value of GetType if value is not null.
(Defined by ObjectExtensions.)
Public Extension MethodToStringOrDefault
Returns the value of ToString if value is not null.
(Defined by ObjectExtensions.)
Back to Top
Properties

  NameDescription
Public propertyClientScripts
Gets or sets the client scripts collection.
Public propertyDefaultResource
Gets or sets the default IResource to execute.
Public propertyDefaultRuntimePolicy
Gets or sets the default runtime policy.
Public propertyEndpointBaseUri
Gets or sets the endpoint base URI.
Public propertyFrameworkProvider
Gets or sets the IFrameworkProvider.
Public propertyHtmlEncoder
Gets or sets the IHtmlEncoder.
Public propertyInspectors
Gets or sets the collection of IInspector.
Public propertyLogger
Gets or sets the ILogger.
Public propertyMessageBroker
Gets or sets the IMessageBroker.
Public propertyPersistenceStore
Gets or sets the IPersistenceStore.
Public propertyProxyFactory
Gets or sets the IProxyFactory.
Public propertyResourceEndpoint
Gets or sets the ResourceEndpointConfiguration.
Public propertyResources
Gets or sets the collection of IResource.
Public propertyRuntimePolicies
Gets or sets the collection of IRuntimePolicy.
Public propertyRuntimePolicyStrategy
Gets or sets the RuntimePolicy strategy.
Public propertySerializer
Gets or sets the ISerializer.
Public propertyTabs
Gets or sets the collection of ITab.
Public propertyTimerStrategy
Gets or sets the IExecutionTimer strategy.
Back to Top
See Also