다음을 통해 공유


EntitiesDescriptor.ChildEntityGroups 속성

정의

이 엔터티 컬렉션에 대한 자식 EntitiesDescriptor를 가져옵니다.

public:
 property System::Collections::Generic::ICollection<System::IdentityModel::Metadata::EntitiesDescriptor ^> ^ ChildEntityGroups { System::Collections::Generic::ICollection<System::IdentityModel::Metadata::EntitiesDescriptor ^> ^ get(); };
public System.Collections.Generic.ICollection<System.IdentityModel.Metadata.EntitiesDescriptor> ChildEntityGroups { get; }
member this.ChildEntityGroups : System.Collections.Generic.ICollection<System.IdentityModel.Metadata.EntitiesDescriptor>
Public ReadOnly Property ChildEntityGroups As ICollection(Of EntitiesDescriptor)

속성 값

이 엔터티에 대한 자식 EntitiesDescriptor의 컬렉션입니다. 기본값은 빈 컬렉션입니다.

적용 대상