ElementClosureWalker Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>) |
ElementVisitor oluşturan ve temel çağıran Oluşturucu. Bu, birinci çapraz geçiş ve öğe bağlantılarıyla grafiğin ön planda düzenini elde ediyor. |
| ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>, IEnumerable<DomainRoleInfo>) |
ElementVisitor oluşturan ve temel çağıran Oluşturucu. Bu, birinci çapraz geçiş ve öğe bağlantılarıyla grafiğin ön planda düzenini elde ediyor. |
| ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>, IEnumerable<DomainRoleInfo>, IList<DomainRoleInfo>) |
ElementVisitor oluşturan ve temel çağıran Oluşturucu. Bu, birinci çapraz geçiş ve öğe bağlantılarıyla grafiğin ön planda düzenini elde ediyor. |
| ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>, Boolean, IEnumerable<DomainRoleInfo>, Boolean) |
ElementVisitor oluşturan ve temel çağıran Oluşturucu. Bu, birinci çapraz geçiş ve öğe bağlantılarıyla grafiğin ön planda düzenini elde ediyor. |
| ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>, Boolean, IEnumerable<DomainRoleInfo>, IEnumerable<DomainRoleInfo>, IList<ModelElement>) |
ElementVisitor oluşturan ve temel çağıran Oluşturucu. Bu, birinci çapraz geçiş ve öğe bağlantılarıyla grafiğin ön planda düzenini elde ediyor. |
| ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>, Boolean, IEnumerable<DomainRoleInfo>, IList<DomainRoleInfo>, Boolean) |
ElementVisitor oluşturan ve temel çağıran Oluşturucu. Bu, birinci çapraz geçiş ve öğe bağlantılarıyla grafiğin ön planda düzenini elde ediyor. |
ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>)
ElementVisitor oluşturan ve temel çağıran Oluşturucu. Bu, birinci çapraz geçiş ve öğe bağlantılarıyla grafiğin ön planda düzenini elde ediyor.
public:
ElementClosureWalker(Microsoft::VisualStudio::Modeling::Partition ^ partition, Microsoft::VisualStudio::Modeling::ClosureType type, System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ rootList);
public ElementClosureWalker (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.ClosureType type, System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> rootList);
new Microsoft.VisualStudio.Modeling.ElementClosureWalker : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.ClosureType * System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> -> Microsoft.VisualStudio.Modeling.ElementClosureWalker
Public Sub New (partition As Partition, type As ClosureType, rootList As ICollection(Of ModelElement))
Parametreler
- partition
- Partition
Bölümünüzün.
- type
- ClosureType
Closuyeniden yazma.
- rootList
- ICollection<ModelElement>
RootList.
Şunlara uygulanır
ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>, IEnumerable<DomainRoleInfo>)
ElementVisitor oluşturan ve temel çağıran Oluşturucu. Bu, birinci çapraz geçiş ve öğe bağlantılarıyla grafiğin ön planda düzenini elde ediyor.
public:
ElementClosureWalker(Microsoft::VisualStudio::Modeling::Partition ^ partition, Microsoft::VisualStudio::Modeling::ClosureType type, System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ rootList, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Modeling::DomainRoleInfo ^> ^ domainRolesToNotPropagate);
public ElementClosureWalker (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.ClosureType type, System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> rootList, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Modeling.DomainRoleInfo> domainRolesToNotPropagate);
new Microsoft.VisualStudio.Modeling.ElementClosureWalker : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.ClosureType * System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> * seq<Microsoft.VisualStudio.Modeling.DomainRoleInfo> -> Microsoft.VisualStudio.Modeling.ElementClosureWalker
Public Sub New (partition As Partition, type As ClosureType, rootList As ICollection(Of ModelElement), domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo))
Parametreler
- partition
- Partition
Bölümünüzün.
- type
- ClosureType
Closuyeniden yazma.
- rootList
- ICollection<ModelElement>
RootList.
- domainRolesToNotPropagate
- IEnumerable<DomainRoleInfo>
Silme ayarlarını yaymayı yoksaymak için DomainRoles listesi
Şunlara uygulanır
ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>, IEnumerable<DomainRoleInfo>, IList<DomainRoleInfo>)
ElementVisitor oluşturan ve temel çağıran Oluşturucu. Bu, birinci çapraz geçiş ve öğe bağlantılarıyla grafiğin ön planda düzenini elde ediyor.
public:
ElementClosureWalker(Microsoft::VisualStudio::Modeling::Partition ^ partition, Microsoft::VisualStudio::Modeling::ClosureType type, System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ rootList, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Modeling::DomainRoleInfo ^> ^ domainRolesToNotPropagate, System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::DomainRoleInfo ^> ^ rootDomainRolesToNotVisit);
public ElementClosureWalker (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.ClosureType type, System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> rootList, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Modeling.DomainRoleInfo> domainRolesToNotPropagate, System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.DomainRoleInfo> rootDomainRolesToNotVisit);
new Microsoft.VisualStudio.Modeling.ElementClosureWalker : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.ClosureType * System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> * seq<Microsoft.VisualStudio.Modeling.DomainRoleInfo> * System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.DomainRoleInfo> -> Microsoft.VisualStudio.Modeling.ElementClosureWalker
Public Sub New (partition As Partition, type As ClosureType, rootList As ICollection(Of ModelElement), domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo), rootDomainRolesToNotVisit As IList(Of DomainRoleInfo))
Parametreler
- partition
- Partition
Bölümünüzün.
- type
- ClosureType
Closuyeniden yazma.
- rootList
- ICollection<ModelElement>
RootList.
- domainRolesToNotPropagate
- IEnumerable<DomainRoleInfo>
Silme ayarlarını yaymayı yoksaymak için DomainRoles listesi
- rootDomainRolesToNotVisit
- IList<DomainRoleInfo>
Kök öğelerinde ziyaret edilecek DomainRoles listesi. Bu liste, ilişkilerin kapatılmak ve çapraz dahil edilmesini sağlamak için kullanılabilir
Şunlara uygulanır
ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>, Boolean, IEnumerable<DomainRoleInfo>, Boolean)
ElementVisitor oluşturan ve temel çağıran Oluşturucu. Bu, birinci çapraz geçiş ve öğe bağlantılarıyla grafiğin ön planda düzenini elde ediyor.
public ElementClosureWalker (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.ClosureType type, System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> rootList, bool bypassDemandLoading, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Modeling.DomainRoleInfo> domainRolesToNotPropagate = default, bool includeLinkIfLinkEndsIncluded = false);
new Microsoft.VisualStudio.Modeling.ElementClosureWalker : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.ClosureType * System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> * bool * seq<Microsoft.VisualStudio.Modeling.DomainRoleInfo> * bool -> Microsoft.VisualStudio.Modeling.ElementClosureWalker
Public Sub New (partition As Partition, type As ClosureType, rootList As ICollection(Of ModelElement), bypassDemandLoading As Boolean, Optional domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo) = Nothing, Optional includeLinkIfLinkEndsIncluded As Boolean = false)
Parametreler
- partition
- Partition
Bölümünüzün.
- type
- ClosureType
Closuyeniden yazma.
- rootList
- ICollection<ModelElement>
RootList.
- bypassDemandLoading
- Boolean
İsteğe bağlı yüklemeyi atlamak için true.
- domainRolesToNotPropagate
- IEnumerable<DomainRoleInfo>
Silme ayarlarını yaymayı yoksaymak için DomainRoles listesi
- includeLinkIfLinkEndsIncluded
- Boolean
doğru ise, tüm alt bağlantıları kapatılmak durumunda bağlantı kapatılmak üzere eklenir
Şunlara uygulanır
ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>, Boolean, IEnumerable<DomainRoleInfo>, IEnumerable<DomainRoleInfo>, IList<ModelElement>)
ElementVisitor oluşturan ve temel çağıran Oluşturucu. Bu, birinci çapraz geçiş ve öğe bağlantılarıyla grafiğin ön planda düzenini elde ediyor.
public:
ElementClosureWalker(Microsoft::VisualStudio::Modeling::Partition ^ partition, Microsoft::VisualStudio::Modeling::ClosureType type, System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ rootList, bool bypassDemandLoading, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Modeling::DomainRoleInfo ^> ^ domainRolesToNotPropagate, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Modeling::DomainRoleInfo ^> ^ rootDomainRolesToNotVisit, System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ elementsToNotVisit);
public ElementClosureWalker (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.ClosureType type, System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> rootList, bool bypassDemandLoading, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Modeling.DomainRoleInfo> domainRolesToNotPropagate, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Modeling.DomainRoleInfo> rootDomainRolesToNotVisit, System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.ModelElement> elementsToNotVisit);
new Microsoft.VisualStudio.Modeling.ElementClosureWalker : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.ClosureType * System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> * bool * seq<Microsoft.VisualStudio.Modeling.DomainRoleInfo> * seq<Microsoft.VisualStudio.Modeling.DomainRoleInfo> * System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.ModelElement> -> Microsoft.VisualStudio.Modeling.ElementClosureWalker
Public Sub New (partition As Partition, type As ClosureType, rootList As ICollection(Of ModelElement), bypassDemandLoading As Boolean, domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo), rootDomainRolesToNotVisit As IEnumerable(Of DomainRoleInfo), elementsToNotVisit As IList(Of ModelElement))
Parametreler
- partition
- Partition
Bölümünüzün.
- type
- ClosureType
Closuyeniden yazma.
- rootList
- ICollection<ModelElement>
RootList.
- bypassDemandLoading
- Boolean
İsteğe bağlı yüklemeyi atlamak için true.
- domainRolesToNotPropagate
- IEnumerable<DomainRoleInfo>
Silme ayarlarını yaymayı yoksaymak için DomainRoles listesi
- rootDomainRolesToNotVisit
- IEnumerable<DomainRoleInfo>
Kök öğelerinde ziyaret edilecek DomainRoles listesi. Bu liste, ilişkilerin kapatılmak ve çapraz dahil edilmesini sağlamak için kullanılabilir
- elementsToNotVisit
- IList<ModelElement>
Ziyaret edilecek öğelerin listesi
Şunlara uygulanır
ElementClosureWalker(Partition, ClosureType, ICollection<ModelElement>, Boolean, IEnumerable<DomainRoleInfo>, IList<DomainRoleInfo>, Boolean)
ElementVisitor oluşturan ve temel çağıran Oluşturucu. Bu, birinci çapraz geçiş ve öğe bağlantılarıyla grafiğin ön planda düzenini elde ediyor.
public ElementClosureWalker (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.ClosureType type, System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> rootList, bool bypassDemandLoading, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Modeling.DomainRoleInfo> domainRolesToNotPropagate, System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.DomainRoleInfo> rootDomainRolesToNotVisit, bool includeLinkIfLinkEndsIncluded = false);
new Microsoft.VisualStudio.Modeling.ElementClosureWalker : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.ClosureType * System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> * bool * seq<Microsoft.VisualStudio.Modeling.DomainRoleInfo> * System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.DomainRoleInfo> * bool -> Microsoft.VisualStudio.Modeling.ElementClosureWalker
Public Sub New (partition As Partition, type As ClosureType, rootList As ICollection(Of ModelElement), bypassDemandLoading As Boolean, domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo), rootDomainRolesToNotVisit As IList(Of DomainRoleInfo), Optional includeLinkIfLinkEndsIncluded As Boolean = false)
Parametreler
- partition
- Partition
Bölümünüzün.
- type
- ClosureType
Closuyeniden yazma.
- rootList
- ICollection<ModelElement>
RootList.
- bypassDemandLoading
- Boolean
İsteğe bağlı yüklemeyi atlamak için true.
- domainRolesToNotPropagate
- IEnumerable<DomainRoleInfo>
Silme ayarlarını yaymayı yoksaymak için DomainRoles listesi
- rootDomainRolesToNotVisit
- IList<DomainRoleInfo>
Kök öğelerinde ziyaret edilecek DomainRoles listesi. Bu liste, ilişkilerin kapatılmak ve çapraz dahil edilmesini sağlamak için kullanılabilir
- includeLinkIfLinkEndsIncluded
- Boolean
doğru ise, tüm alt bağlantıları kapatılmak durumunda bağlantı kapatılmak üzere eklenir