Share via


DataGenerationElement Members

Include Protected Members
Include Inherited Members

Represents the DataGeneration configuration element in the DatabaseUnitTesting section of the app.config file.

The DataGenerationElement type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Aa833842.protmethod(en-us,VS.90).gif DeserializeElement Reads XML from the configuration file. (Inherited from ConfigurationElement.)
Aa833842.pubmethod(en-us,VS.90).gif Equals Compares the current ConfigurationElement instance to the specified object. (Inherited from ConfigurationElement.)
Aa833842.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.)
Aa833842.pubmethod(en-us,VS.90).gif GetHashCode Gets a unique value representing the current ConfigurationElement instance. (Inherited from ConfigurationElement.)
Aa833842.pubmethod(en-us,VS.90).gif GetType Gets the Type of the current instance. (Inherited from Object.)
Aa833842.protmethod(en-us,VS.90).gif Init Sets the ConfigurationElement object to its initial state. (Inherited from ConfigurationElement.)
Aa833842.protmethod(en-us,VS.90).gif InitializeDefault Used to initialize a default set of values for the ConfigurationElement object. (Inherited from ConfigurationElement.)
Aa833842.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 ConfigurationElement.)
Aa833842.pubmethod(en-us,VS.90).gif IsReadOnly Gets a value indicating whether the ConfigurationElement object is read-only. (Inherited from ConfigurationElement.)
Aa833842.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.)
Aa833842.protmethod(en-us,VS.90).gif MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Aa833842.protmethod(en-us,VS.90).gif OnDeserializeUnrecognizedAttribute Gets a value indicating whether an unknown attribute is encountered during deserialization. (Inherited from ConfigurationElement.)
Aa833842.protmethod(en-us,VS.90).gif OnDeserializeUnrecognizedElement Gets a value indicating whether an unknown element is encountered during deserialization. (Inherited from ConfigurationElement.)
Aa833842.protmethod(en-us,VS.90).gif OnRequiredPropertyNotFound Throws an exception when a required property is not found. (Inherited from ConfigurationElement.)
Aa833842.protmethod(en-us,VS.90).gif PostDeserialize Called after deserialization. (Inherited from ConfigurationElement.)
Aa833842.protmethod(en-us,VS.90).gif PreSerialize Called before serialization. (Inherited from ConfigurationElement.)
Aa833842.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.)
Aa833842.protmethod(en-us,VS.90).gif ResetModified Resets the value of the IsModified method to false when implemented in a derived class. (Inherited from ConfigurationElement.)
Aa833842.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.)
Aa833842.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.)
Aa833842.protmethod(en-us,VS.90).gif SetPropertyValue Sets a property to the specified value. (Inherited from ConfigurationElement.)
Aa833842.protmethod(en-us,VS.90).gif SetReadOnly Sets the IsReadOnly property for the ConfigurationElement object and all subelements. (Inherited from ConfigurationElement.)
Aa833842.pubmethod(en-us,VS.90).gif ToString Returns a String that represents the current Object. (Inherited from Object.)
Aa833842.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
Aa833842.pubproperty(en-us,VS.90).gif ClearDatabase If TRUE, clears the database before applying a data generation plan.
Aa833842.pubproperty(en-us,VS.90).gif DataGenerationFileName Gets or sets the name of the data generation plan to apply to the database.
Aa833842.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.)
Aa833842.protproperty(en-us,VS.90).gif ElementProperty Gets the ConfigurationElementProperty object that represents the ConfigurationElement object itself. (Inherited from ConfigurationElement.)
Aa833842.protproperty(en-us,VS.90).gif EvaluationContext Gets the ContextInformation object for the ConfigurationElement object. (Inherited from ConfigurationElement.)
Aa833842.protproperty(en-us,VS.90).gif Item Overloaded.
Aa833842.pubproperty(en-us,VS.90).gif LockAllAttributesExcept Gets the collection of locked attributes. (Inherited from ConfigurationElement.)
Aa833842.pubproperty(en-us,VS.90).gif LockAllElementsExcept Gets the collection of locked elements. (Inherited from ConfigurationElement.)
Aa833842.pubproperty(en-us,VS.90).gif LockAttributes Gets the collection of locked attributes (Inherited from ConfigurationElement.)
Aa833842.pubproperty(en-us,VS.90).gif LockElements Gets the collection of locked elements. (Inherited from ConfigurationElement.)
Aa833842.pubproperty(en-us,VS.90).gif LockItem Gets or sets a value indicating whether the element is locked. (Inherited from ConfigurationElement.)
Aa833842.protproperty(en-us,VS.90).gif Properties Gets the collection of properties. (Inherited from ConfigurationElement.)

Top

See Also

Reference

DataGenerationElement Class

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