Udostępnij za pośrednictwem


EntitiesDescriptor Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy EntitiesDescriptor.

Przeciążenia

EntitiesDescriptor()

Inicjuje nowe wystąpienie klasy EntitiesDescriptor.

EntitiesDescriptor(Collection<EntitiesDescriptor>)

Inicjuje EntitiesDescriptor nowe wystąpienie klasy z określoną kolekcją podrzędnej EntitiesDescriptor.

EntitiesDescriptor(Collection<EntityDescriptor>)

Inicjuje EntitiesDescriptor nowe wystąpienie klasy z określoną kolekcją podrzędnej EntityDescriptor.

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

Inicjuje EntitiesDescriptor nowe wystąpienie klasy z określoną kolekcją podrzędną EntityDescriptor i określoną kolekcją podrzędną EntitiesDescriptor.

EntitiesDescriptor()

Inicjuje nowe wystąpienie klasy EntitiesDescriptor.

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

Uwagi

Właściwości ChildEntities i ChildEntityGroups są inicjowane do pustych kolekcji w nowym wystąpieniu.

Dotyczy

EntitiesDescriptor(Collection<EntitiesDescriptor>)

Inicjuje EntitiesDescriptor nowe wystąpienie klasy z określoną kolekcją podrzędnej EntitiesDescriptor.

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))

Parametry

entityGroupList
Collection<EntitiesDescriptor>

Kolekcja deskryptorów jednostek. Inicjuje ChildEntityGroups właściwość.

Dotyczy

EntitiesDescriptor(Collection<EntityDescriptor>)

Inicjuje EntitiesDescriptor nowe wystąpienie klasy z określoną kolekcją podrzędnej EntityDescriptor.

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))

Parametry

entityList
Collection<EntityDescriptor>

Kolekcja deskryptora jednostki. Inicjuje ChildEntities właściwość.

Dotyczy

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

Inicjuje EntitiesDescriptor nowe wystąpienie klasy z określoną kolekcją podrzędną EntityDescriptor i określoną kolekcją podrzędną EntitiesDescriptor.

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))

Parametry

entityList
Collection<EntityDescriptor>

Kolekcja deskryptora jednostki. Inicjuje ChildEntities właściwość.

entityGroupList
Collection<EntitiesDescriptor>

Kolekcja deskryptorów jednostek. Inicjuje ChildEntityGroups właściwość.

Dotyczy