PexDomainAttributeBase 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 to define the domains of values
public ref class PexDomainAttributeBase abstract : Microsoft::Pex::Framework::Packages::PexExplorationPackageAttributeBase, Microsoft::Pex::Engine::Domains::IPexDomain, Microsoft::Pex::Engine::Domains::IPexTargetedDomainProvider
	[System.AttributeUsage(System.AttributeTargets.All, AllowMultiple=true, Inherited=true)]
public abstract class PexDomainAttributeBase : Microsoft.Pex.Framework.Packages.PexExplorationPackageAttributeBase, Microsoft.Pex.Engine.Domains.IPexDomain, Microsoft.Pex.Engine.Domains.IPexTargetedDomainProvider
	[<System.AttributeUsage(System.AttributeTargets.All, AllowMultiple=true, Inherited=true)>]
type PexDomainAttributeBase = class
    inherit PexExplorationPackageAttributeBase
    interface IPexDomain
    interface IPexDomainProvider
    interface IPexTargetedDomainProvider
	Public MustInherit Class PexDomainAttributeBase
Inherits PexExplorationPackageAttributeBase
Implements IPexDomain, IPexTargetedDomainProvider
		- Inheritance
 - 
				PexDomainAttributeBase
 
- Derived
 
- Attributes
 
- Implements
 - 
		Microsoft.Pex.Engine.Domains.IPexDomain Microsoft.Pex.Engine.Domains.IPexDomainProvider Microsoft.Pex.Engine.Domains.IPexTargetedDomainProvider
 
Constructors
| PexDomainAttributeBase() | 
		 Constructor to be used on target declaration only  | 
        	
| PexDomainAttributeBase(PexDomainTarget, Int32) | 
		 Constructor to be used on a public field only  | 
        	
| PexDomainAttributeBase(Type, String) | 
		 Constructor to be used on a public field only  | 
        	
| PexDomainAttributeBase(Type) | 
		 Constructor to be used on a type only  | 
        	
Properties
| Name | 
		 Gets the name of this package. (Inherited from PexExplorationPackageAttributeBase) |