PexDomainAttributeBase Конструкторы

Определение

Перегрузки

PexDomainAttributeBase()

Конструктор, используемый только для объявления целевого объекта

PexDomainAttributeBase(Type)

Конструктор, используемый только для типа

PexDomainAttributeBase(PexDomainTarget, Int32)

Конструктор, используемый только для открытого поля

PexDomainAttributeBase(Type, String)

Конструктор, используемый только для открытого поля

PexDomainAttributeBase()

Конструктор, используемый только для объявления целевого объекта

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

Применяется к

PexDomainAttributeBase(Type)

Конструктор, используемый только для типа

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)

Параметры

type
Type

Применяется к

PexDomainAttributeBase(PexDomainTarget, Int32)

Конструктор, используемый только для открытого поля

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)

Параметры

target
PexDomainTarget

Целевой объект.

targetIndex
Int32

Индекс целевого объекта.

Применяется к

PexDomainAttributeBase(Type, String)

Конструктор, используемый только для открытого поля

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)

Параметры

declaringType
Type
fieldName
String

Применяется к