Store.GetClosurePrototypeGroup Method
Include Protected Members
Include Inherited Members
Creates an ElementGroupPrototype in the default partition of a specified closure type.
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 | |
---|---|---|
GetClosurePrototypeGroup(ICollection<ModelElement>, ClosureType) | Creates an element group prototype in the default partition of the given closure type if a list of root elements is specified. | |
GetClosurePrototypeGroup(ICollection<ModelElement>, ClosureType, Boolean) | Creates an element group prototype in the default partition of the specified closure type when given a list of root elements and allows bypassing of demand loading. |
Top