PexDomainAttributeBase Konstruktoren

Definition

Überlädt

PexDomainAttributeBase()

Konstruktor, der nur für die Zieldeklaration verwendet werden soll

PexDomainAttributeBase(Type)

Konstruktor, der nur für einen Typ verwendet werden soll

PexDomainAttributeBase(PexDomainTarget, Int32)

Konstruktor, der nur für ein öffentliches Feld verwendet werden soll

PexDomainAttributeBase(Type, String)

Konstruktor, der nur für ein öffentliches Feld verwendet werden soll

PexDomainAttributeBase()

Konstruktor, der nur für die Zieldeklaration verwendet werden soll

protected:
 PexDomainAttributeBase();
protected PexDomainAttributeBase ();
Protected Sub New ()

Gilt für

PexDomainAttributeBase(Type)

Konstruktor, der nur für einen Typ verwendet werden soll

protected:
 PexDomainAttributeBase(Type ^ type);
protected PexDomainAttributeBase (Type type);
new Microsoft.Pex.Framework.Domains.PexDomainAttributeBase : Type -> Microsoft.Pex.Framework.Domains.PexDomainAttributeBase
Protected Sub New (type As Type)

Parameter

type
Type

Gilt für

PexDomainAttributeBase(PexDomainTarget, Int32)

Konstruktor, der nur für ein öffentliches Feld verwendet werden soll

protected:
 PexDomainAttributeBase(Microsoft::Pex::Framework::Domains::PexDomainTarget target, int targetIndex);
protected PexDomainAttributeBase (Microsoft.Pex.Framework.Domains.PexDomainTarget target, int targetIndex);
new Microsoft.Pex.Framework.Domains.PexDomainAttributeBase : Microsoft.Pex.Framework.Domains.PexDomainTarget * int -> Microsoft.Pex.Framework.Domains.PexDomainAttributeBase
Protected Sub New (target As PexDomainTarget, targetIndex As Integer)

Parameter

target
PexDomainTarget

Das Ziel.

targetIndex
Int32

Der Index des Ziels.

Gilt für

PexDomainAttributeBase(Type, String)

Konstruktor, der nur für ein öffentliches Feld verwendet werden soll

protected:
 PexDomainAttributeBase(Type ^ declaringType, System::String ^ fieldName);
protected PexDomainAttributeBase (Type declaringType, string fieldName);
new Microsoft.Pex.Framework.Domains.PexDomainAttributeBase : Type * string -> Microsoft.Pex.Framework.Domains.PexDomainAttributeBase
Protected Sub New (declaringType As Type, fieldName As String)

Parameter

declaringType
Type
fieldName
String

Gilt für