PexCreatablesAsXmlFromAssemblyAttribute Class

Definition

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
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)

Explicit Interface Implementations

IPexComponentElementDecorator.Decorate(Name, IPexDecoratedComponentElement) (Inherited from PexComponentElementDecoratorAttributeBase)
IPexExplorationPackage.AfterExploration(IPexExplorationComponent, Object) (Inherited from PexExplorationPackageAttributeBase)
IPexExplorationPackage.BeforeExploration(IPexExplorationComponent) (Inherited from PexExplorationPackageAttributeBase)
IPexExplorationPackage.Initialize(IPexExplorationEngine) (Inherited from PexExplorationPackageAttributeBase)
IPexExplorationPackage.Load(IContainer) (Inherited from PexExplorationPackageAttributeBase)
IPexValidatable.Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) (Inherited from PexComponentElementDecoratorAttributeBase)

Applies to