Partition.GetClosureList Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetClosureList(ICollection<ModelElement>, ClosureType) | Gets a closure list of the given type based on the given root element list | |
GetClosureList(ICollection<ModelElement>, ClosureType, Boolean) | Gets a closure list of the given type based on the given root element list | |
GetClosureList(ICollection<ModelElement>, ClosureType, IEnumerable<DomainRoleInfo>) | Gets a closure list of the given type based on the given root element list | |
GetClosureList(ICollection<ModelElement>, ClosureType, Boolean, IEnumerable<DomainRoleInfo>) | Gets a closure list of the given type based on the given root element list | |
GetClosureList(ICollection<ModelElement>, ClosureType, IEnumerable<DomainRoleInfo>, IEnumerable<DomainRoleInfo>) | Gets a closure list of the given type based on the given root element list | |
GetClosureList(ICollection<ModelElement>, ClosureType, Boolean, IEnumerable<DomainRoleInfo>, IEnumerable<DomainRoleInfo>) | Gets a closure list of the given type based on the given root element list |
Top