Aracılığıyla paylaş


EntitiesDescriptor Oluşturucular

Tanım

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

Aşırı Yüklemeler

EntitiesDescriptor()

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

EntitiesDescriptor(Collection<EntitiesDescriptor>)

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

EntitiesDescriptor(Collection<EntityDescriptor>)

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

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

Belirtilen alt koleksiyon ve belirtilen alt EntityDescriptor koleksiyonu ile sınıfının yeni bir örneğini EntitiesDescriptorEntitiesDescriptorbaş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 EntitiesDescriptorkoleksiyonu ile 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ı koleksiyonu. ChildEntityGroups özelliğini başlatır.

Şunlara uygulanır

EntitiesDescriptor(Collection<EntityDescriptor>)

Belirtilen alt EntityDescriptorkoleksiyonu ile sınıfının yeni bir örneğini EntitiesDescriptor 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ı koleksiyonu. ChildEntities özelliğini başlatır.

Şunlara uygulanır

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

Belirtilen alt koleksiyon ve belirtilen alt EntityDescriptor koleksiyonu ile sınıfının yeni bir örneğini EntitiesDescriptorEntitiesDescriptorbaş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ı koleksiyonu. ChildEntities özelliğini başlatır.

entityGroupList
Collection<EntitiesDescriptor>

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

Şunlara uygulanır