PexCreatablesAsXmlFromAssemblyAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attribute that populates the creatable table for any webdata object.
public ref class PexCreatablesAsXmlFromAssemblyAttribute sealed : Microsoft::Pex::Framework::Creatable::PexCreatableSetAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public sealed class PexCreatablesAsXmlFromAssemblyAttribute : Microsoft.Pex.Framework.Creatable.PexCreatableSetAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type PexCreatablesAsXmlFromAssemblyAttribute = class
inherit PexCreatableSetAttributeBase
Public NotInheritable Class PexCreatablesAsXmlFromAssemblyAttribute
Inherits PexCreatableSetAttributeBase
- Inheritance
-
PexCreatablesAsXmlFromAssemblyAttribute
- Attributes
Constructors
PexCreatablesAsXmlFromAssemblyAttribute(String) |
Initializes a new instance of the PexCreatablesAsXmlFromAssemblyAttribute class. |
PexCreatablesAsXmlFromAssemblyAttribute(Type) |
Initializes a new instance of the PexCreatablesAsXmlFromAssemblyAttribute class. |
Properties
Attributed |
Gets or sets a value indicating whether types should be tagged with XmlTypeAttribute or XmlRootAttribute |
GeneratedCode |
Gets or sets a value indicating whether the code was automatically generated (and tagged with [GeneratedCodeAttribute]) |
Name |
Gets the name of this package. (Inherited from PexExplorationPackageAttributeBase) |
Namespace |
Gets or sets the namespace. |
Tool |
Gets or sets the tool that generated the classes (xsd, System.Xml, etc...) |
XmlNamespace |
Gets or sets the XML namespace of the web data objects. |
Methods
AfterExploration(IPexExplorationComponent, Object) |
Callback that is executed after the exploration ends. (Inherited from PexExplorationPackageAttributeBase) |
BeforeExploration(IPexExplorationComponent) |
Callback that is executed before the exploration starts. (Inherited from PexCreatableSetAttributeBase) |
Decorate(Name, IPexDecoratedComponentElement) |
This method can announce filters, focuses, and packages to IntelliTest. (Inherited from PexExplorationPackageAttributeBase) |
GetCachedCreatables(SafeList<IPexCreatableDefinition>) |
Gets the cached creatables. (Inherited from PexCreatableSetAttributeBase) |
Initialize(IPexExplorationEngine) |
Initializes the specified exploration package. May interact with services. (Inherited from PexExplorationPackageAttributeBase) |
Load(IContainer) |
This method provides the opportunity install or substitute services. (Inherited from PexExplorationPackageAttributeBase) |
Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |
Validates the attribute in a particular visibility context. (Inherited from PexCreatableSetAttributeBase) |