EntitiesDescriptor Oluşturucular

Tanım

EntitiesDescriptor sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

Name Description
EntitiesDescriptor()

EntitiesDescriptor sınıfının yeni bir örneğini başlatır.

EntitiesDescriptor(Collection<EntitiesDescriptor>)

Belirtilen alt EntitiesDescriptorkoleksiyonuyla sınıfının yeni bir örneğini EntitiesDescriptor başlatır.

EntitiesDescriptor(Collection<EntityDescriptor>)

Belirtilen alt EntitiesDescriptorkoleksiyonuyla sınıfının yeni bir örneğini EntityDescriptor başlatır.

EntitiesDescriptor(Collection<EntityDescriptor>, Collection<EntitiesDescriptor>)

Belirtilen alt koleksiyon ve belirtilen alt EntitiesDescriptor koleksiyonu ile sınıfının yeni bir örneğini EntityDescriptorEntitiesDescriptorbaşlatır.

EntitiesDescriptor()

EntitiesDescriptor sınıfının yeni bir örneğini başlatır.

public:
 EntitiesDescriptor();
public EntitiesDescriptor();
Public Sub New ()

Açıklamalar

ChildEntities ve ChildEntityGroups özellikleri yeni örnekteki boş koleksiyonlara başlatılır.

Şunlara uygulanır

EntitiesDescriptor(Collection<EntitiesDescriptor>)

Belirtilen alt EntitiesDescriptorkoleksiyonuyla sınıfının yeni bir örneğini EntitiesDescriptor başlatır.

public:
 EntitiesDescriptor(System::Collections::ObjectModel::Collection<System::IdentityModel::Metadata::EntitiesDescriptor ^> ^ entityGroupList);
public EntitiesDescriptor(System.Collections.ObjectModel.Collection<System.IdentityModel.Metadata.EntitiesDescriptor> entityGroupList);
new System.IdentityModel.Metadata.EntitiesDescriptor : System.Collections.ObjectModel.Collection<System.IdentityModel.Metadata.EntitiesDescriptor> -> System.IdentityModel.Metadata.EntitiesDescriptor
Public Sub New (entityGroupList As Collection(Of EntitiesDescriptor))

Parametreler

entityGroupList
Collection<EntitiesDescriptor>

Varlık tanımlayıcısı koleksiyonu. özelliğini başlatır ChildEntityGroups .

Şunlara uygulanır

EntitiesDescriptor(Collection<EntityDescriptor>)

Belirtilen alt EntitiesDescriptorkoleksiyonuyla sınıfının yeni bir örneğini EntityDescriptor başlatır.

public:
 EntitiesDescriptor(System::Collections::ObjectModel::Collection<System::IdentityModel::Metadata::EntityDescriptor ^> ^ entityList);
public EntitiesDescriptor(System.Collections.ObjectModel.Collection<System.IdentityModel.Metadata.EntityDescriptor> entityList);
new System.IdentityModel.Metadata.EntitiesDescriptor : System.Collections.ObjectModel.Collection<System.IdentityModel.Metadata.EntityDescriptor> -> System.IdentityModel.Metadata.EntitiesDescriptor
Public Sub New (entityList As Collection(Of EntityDescriptor))

Parametreler

entityList
Collection<EntityDescriptor>

Varlık tanımlayıcısı koleksiyonu. özelliğini başlatır ChildEntities .

Şunlara uygulanır

EntitiesDescriptor(Collection<EntityDescriptor>, Collection<EntitiesDescriptor>)

Belirtilen alt koleksiyon ve belirtilen alt EntitiesDescriptor koleksiyonu ile sınıfının yeni bir örneğini EntityDescriptorEntitiesDescriptorbaşlatır.

public:
 EntitiesDescriptor(System::Collections::ObjectModel::Collection<System::IdentityModel::Metadata::EntityDescriptor ^> ^ entityList, System::Collections::ObjectModel::Collection<System::IdentityModel::Metadata::EntitiesDescriptor ^> ^ entityGroupList);
public EntitiesDescriptor(System.Collections.ObjectModel.Collection<System.IdentityModel.Metadata.EntityDescriptor> entityList, System.Collections.ObjectModel.Collection<System.IdentityModel.Metadata.EntitiesDescriptor> entityGroupList);
new System.IdentityModel.Metadata.EntitiesDescriptor : System.Collections.ObjectModel.Collection<System.IdentityModel.Metadata.EntityDescriptor> * System.Collections.ObjectModel.Collection<System.IdentityModel.Metadata.EntitiesDescriptor> -> System.IdentityModel.Metadata.EntitiesDescriptor
Public Sub New (entityList As Collection(Of EntityDescriptor), entityGroupList As Collection(Of EntitiesDescriptor))

Parametreler

entityList
Collection<EntityDescriptor>

Varlık tanımlayıcısı koleksiyonu. özelliğini başlatır ChildEntities .

entityGroupList
Collection<EntitiesDescriptor>

Varlık tanımlayıcısı koleksiyonu. özelliğini başlatır ChildEntityGroups .

Şunlara uygulanır