Section Members

Glimpse API

Section Members Glimpse API Documentation

The Section type exposes the following members.

Constructors

  NameDescription
Public methodSection
Initializes a new instance of the Section class
Back to Top
Methods

  NameDescription
Protected methodOnlineDeserializeElement
Reads XML from the configuration file.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineDeserializeSection
Reads XML from the configuration file.
(Inherited from OnlineConfigurationSection.)
Public methodOnlineEquals
Compares the current OnlineConfigurationElement instance to the specified object.
(Inherited from OnlineConfigurationElement.)
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
Gets a unique value representing the current OnlineConfigurationElement instance.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineGetRuntimeObject
Returns a custom object when overridden in a derived class.
(Inherited from OnlineConfigurationSection.)
Protected methodOnlineGetTransformedAssemblyString
Returns the transformed version of the specified assembly name.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineGetTransformedTypeString
Returns the transformed version of the specified type name.
(Inherited from OnlineConfigurationElement.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineInit
Sets the OnlineConfigurationElement object to its initial state.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineInitializeDefault
Used to initialize a default set of values for the OnlineConfigurationElement object.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineIsModified
Indicates whether this configuration element has been modified since it was last saved or loaded when implemented in a derived class.
(Inherited from OnlineConfigurationSection.)
Public methodOnlineIsReadOnly
Gets a value indicating whether the OnlineConfigurationElement object is read-only.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineListErrors
Adds the invalid-property errors in this OnlineConfigurationElement object, and in all subelements, to the passed list.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineOnDeserializeUnrecognizedAttribute
Gets a value indicating whether an unknown attribute is encountered during deserialization.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineOnDeserializeUnrecognizedElement
Gets a value indicating whether an unknown element is encountered during deserialization.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineOnRequiredPropertyNotFound
Throws an exception when a required property is not found.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlinePostDeserialize
Called after deserialization.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlinePreSerialize
Called before serialization.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineReset
Resets the internal state of the OnlineConfigurationElement object, including the locks and the properties collections.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineResetModified
Resets the value of the OnlineIsModified  method to false when implemented in a derived class.
(Inherited from OnlineConfigurationSection.)
Protected methodOnlineSerializeElement
Writes the contents of this configuration element to the configuration file when implemented in a derived class.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineSerializeSection
Creates an XML string containing an unmerged view of the OnlineConfigurationSection object as a single section to write to a file.
(Inherited from OnlineConfigurationSection.)
Protected methodOnlineSerializeToXmlElement
Writes the outer tags of this configuration element to the configuration file when implemented in a derived class.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineSetPropertyValue
Sets a property to the specified value.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineSetReadOnly
Sets the OnlineIsReadOnly  property for the OnlineConfigurationElement object and all subelements.
(Inherited from OnlineConfigurationElement.)
Protected methodOnlineShouldSerializeElementInTargetVersion
Indicates whether the specified element should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.
(Inherited from OnlineConfigurationSection.)
Protected methodOnlineShouldSerializePropertyInTargetVersion
Indicates whether the specified property should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.
(Inherited from OnlineConfigurationSection.)
Protected methodOnlineShouldSerializeSectionInTargetVersion
Indicates whether the current OnlineConfigurationSection instance should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.
(Inherited from OnlineConfigurationSection.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Protected methodOnlineUnmerge
Modifies the OnlineConfigurationElement object to remove all values that should not be saved.
(Inherited from OnlineConfigurationElement.)
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 collection of IClientScripts that are injected into a page response by Glimpse.
Public propertyOnlineCurrentConfiguration
Gets a reference to the top-level OnlineConfiguration instance that represents the configuration hierarchy that the current OnlineConfigurationElement instance belongs to.
(Inherited from OnlineConfigurationElement.)
Public propertyDefaultRuntimePolicy
Gets or sets the default runtime policy. Glimpse will never be allowed to do more with a Http response than is specified in DefaultRuntimePolicy.
Public propertyDiscoveryLocation
Gets or sets the path Glimpse will use to auto discover all types.
Public propertyOnlineElementInformation
Gets an OnlineElementInformation object that contains the non-customizable information and functionality of the OnlineConfigurationElement object.
(Inherited from OnlineConfigurationElement.)
Protected propertyOnlineElementProperty
Gets the OnlineConfigurationElementProperty object that represents the OnlineConfigurationElement object itself.
(Inherited from OnlineConfigurationElement.)
Public propertyEndpointBaseUri
Gets or sets the base Uri endpoint for accessing all resources. The EndpointBaseUri is leveraged by an instance of ResourceEndpointConfiguration in order to generate dynamic resource Uris.
Protected propertyOnlineEvaluationContext
Gets the OnlineContextInformation object for the OnlineConfigurationElement object.
(Inherited from OnlineConfigurationElement.)
Public propertyInspectors
Gets or sets the collection of IInspectors that used to gather information about a site during Http requests.
Protected propertyOnlineItem ConfigurationProperty 
Gets or sets a property or attribute of this configuration element.
(Inherited from OnlineConfigurationElement.)
Protected propertyOnlineItem String 
Gets or sets a property, attribute, or child element of this configuration element.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockAllAttributesExcept
Gets the collection of locked attributes.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockAllElementsExcept
Gets the collection of locked elements.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockAttributes
Gets the collection of locked attributes
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockElements
Gets the collection of locked elements.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockItem
Gets or sets a value indicating whether the element is locked.
(Inherited from OnlineConfigurationElement.)
Public propertyLogging
Gets or sets the logging settings used by Glimpse.
Protected propertyOnlineProperties
Gets the collection of properties.
(Inherited from OnlineConfigurationElement.)
Public propertyResources
Gets or sets the collection of IResources that provide endpoints to access server side data.
Public propertyRuntimePolicies
Gets or sets the collection of IRuntimePolicys that Glimpse will use to determine how it can manipulate any given Http response.
Public propertyOnlineSectionInformation
Gets a OnlineSectionInformation object that contains the non-customizable information and functionality of the OnlineConfigurationSection object.
(Inherited from OnlineConfigurationSection.)
Public propertySerializationConverters
Gets or sets the collection of ISerializationConverters that Glimpse will use alter the default serialization output of any given type.
Public propertyServiceLocatorType
Gets or sets an IServiceLocator Glimpse will use to override default type resolution.
Public propertyTabs
Gets or sets the collection of ITabs that Glimpse will render in the client.
Back to Top
See Also