Share via


DatabaseUnitTestingSection Members

Include Protected Members
Include Inherited Members

Represents the DatabaseUnitTesting configuration section in the app.config file.

The DatabaseUnitTestingSection type exposes the following members.

Constructors

  Name Description
Aa833838.pubmethod(en-us,VS.90).gif DatabaseUnitTestingSection Initializes a new instance of the DatabaseUnitTestingSection class.

Top

Methods

  Name Description
Aa833838.protmethod(en-us,VS.90).gif DeserializeElement Reads XML from the configuration file. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif DeserializeSection Infrastructure. Reads XML from the configuration file. (Inherited from ConfigurationSection.)
Aa833838.pubmethod(en-us,VS.90).gif Equals Compares the current ConfigurationElement instance to the specified object. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Aa833838.pubmethod(en-us,VS.90).gif GetHashCode Gets a unique value representing the current ConfigurationElement instance. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif GetRuntimeObject Returns a custom object when overridden in a derived class. (Inherited from ConfigurationSection.)
Aa833838.pubmethod(en-us,VS.90).gif GetType Gets the Type of the current instance. (Inherited from Object.)
Aa833838.protmethod(en-us,VS.90).gif Init Sets the ConfigurationElement object to its initial state. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif InitializeDefault Used to initialize a default set of values for the ConfigurationElement object. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif IsModified Indicates whether this configuration element has been modified since it was last saved or loaded when implemented in a derived class. (Inherited from ConfigurationSection.)
Aa833838.pubmethod(en-us,VS.90).gif IsReadOnly Gets a value indicating whether the ConfigurationElement object is read-only. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif ListErrors Adds the invalid-property errors in this ConfigurationElement object, and in all subelements, to the passed list. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Aa833838.protmethod(en-us,VS.90).gif OnDeserializeUnrecognizedAttribute Gets a value indicating whether an unknown attribute is encountered during deserialization. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif OnDeserializeUnrecognizedElement Gets a value indicating whether an unknown element is encountered during deserialization. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif OnRequiredPropertyNotFound Throws an exception when a required property is not found. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif PostDeserialize Called after deserialization. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif PreSerialize Called before serialization. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif Reset Resets the internal state of the ConfigurationElement object, including the locks and the properties collections. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif ResetModified Resets the value of the IsModified method to false when implemented in a derived class. (Inherited from ConfigurationSection.)
Aa833838.protmethod(en-us,VS.90).gif SerializeElement Writes the contents of this configuration element to the configuration file when implemented in a derived class. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif SerializeSection Infrastructure. Creates an XML string containing an unmerged view of the ConfigurationSection object as a single section to write to a file. (Inherited from ConfigurationSection.)
Aa833838.protmethod(en-us,VS.90).gif SerializeToXmlElement Writes the outer tags of this configuration element to the configuration file when implemented in a derived class. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif SetPropertyValue Sets a property to the specified value. (Inherited from ConfigurationElement.)
Aa833838.protmethod(en-us,VS.90).gif SetReadOnly Sets the IsReadOnly property for the ConfigurationElement object and all subelements. (Inherited from ConfigurationElement.)
Aa833838.pubmethod(en-us,VS.90).gif ToString Returns a String that represents the current Object. (Inherited from Object.)
Aa833838.protmethod(en-us,VS.90).gif Unmerge Modifies the ConfigurationElement object to remove all values that should not be saved. (Inherited from ConfigurationElement.)

Top

Properties

  Name Description
Aa833838.pubproperty(en-us,VS.90).gif DatabaseDeployment Gets a DatabaseDeploymentElement object that contains the DatabaseDeployment configuration elements.
Aa833838.pubproperty(en-us,VS.90).gif DataGeneration Gets a DataGenerationElement object that contains the DataGeneration configuration elements.
Aa833838.pubproperty(en-us,VS.90).gif ElementInformation Gets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object. (Inherited from ConfigurationElement.)
Aa833838.protproperty(en-us,VS.90).gif ElementProperty Gets the ConfigurationElementProperty object that represents the ConfigurationElement object itself. (Inherited from ConfigurationElement.)
Aa833838.protproperty(en-us,VS.90).gif EvaluationContext Gets the ContextInformation object for the ConfigurationElement object. (Inherited from ConfigurationElement.)
Aa833838.pubproperty(en-us,VS.90).gif ExecutionContext Gets a ConnectionContextElement object that contains the ExecutionContext configuration elements.
Aa833838.protproperty(en-us,VS.90).gif Item Overloaded.
Aa833838.pubproperty(en-us,VS.90).gif LockAllAttributesExcept Gets the collection of locked attributes. (Inherited from ConfigurationElement.)
Aa833838.pubproperty(en-us,VS.90).gif LockAllElementsExcept Gets the collection of locked elements. (Inherited from ConfigurationElement.)
Aa833838.pubproperty(en-us,VS.90).gif LockAttributes Gets the collection of locked attributes (Inherited from ConfigurationElement.)
Aa833838.pubproperty(en-us,VS.90).gif LockElements Gets the collection of locked elements. (Inherited from ConfigurationElement.)
Aa833838.pubproperty(en-us,VS.90).gif LockItem Gets or sets a value indicating whether the element is locked. (Inherited from ConfigurationElement.)
Aa833838.pubproperty(en-us,VS.90).gif PrivilegedContext Gets a ConnectionContextElement object that contains the PrivilegedContext configuration elements.
Aa833838.protproperty(en-us,VS.90).gif Properties Gets the collection of properties. (Inherited from ConfigurationElement.)
Aa833838.pubproperty(en-us,VS.90).gif SectionInformation Gets a SectionInformation object that contains the non-customizable information and functionality of the ConfigurationSection object. (Inherited from ConfigurationSection.)

Top

See Also

Reference

DatabaseUnitTestingSection Class

Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Configuration Namespace