StatusCodeElement Methods

Glimpse API

StatusCodeElement Methods Glimpse API Documentation
The StatusCodeElement type exposes the following members.
Methods

  NameDescription
Protected methodOnlineDeserializeElement
Reads XML from the configuration file.
(Inherited from OnlineConfigurationElement.)
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 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 OnlineConfigurationElement.)
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 OnlineConfigurationElement.)
Protected methodOnlineSerializeElement
Writes the contents of this configuration element to the configuration file when implemented in a derived class.
(Inherited from OnlineConfigurationElement.)
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.)
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
See Also