Partition Methods
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | AddContext(Context^) | Add context to partition |
![]() | DeleteElements(IEnumerable<ModelElement^>^, array<Guid>^) | Delete the object graphs rooted in the specified collection of elements. |
![]() | Dispose() | Disposes the state of this object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | Destructor.(Overrides Object::Finalize().) |
![]() ![]() | FindByAlternateId(Store^, Object^) | Find a partition by its AlternateKey |
![]() | 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, Boolean, 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 |
![]() | 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, IEnumerable<DomainRoleInfo^>^, IEnumerable<DomainRoleInfo^>^) | Gets a closure list of the given type based on the given root element list |
![]() | GetClosurePrototypeGroup(ICollection<ModelElement^>^, ClosureType) | Creates an ElementGroupPrototype of the given closure type based on the given list of root Elements |
![]() | GetClosurePrototypeGroup(ICollection<ModelElement^>^, ClosureType, Boolean) | Creates an ElementGroupPrototype of the given closure type based on the given list of root Elements |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | RemoveContext(Context^) | Method to remove a Context from the Partition |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | CanDeleteElements(IEnumerable<ModelElement^>^, array<Guid>^) | Query whether a specified set of elements can be deleted, taking into account any IMS locks applicable to any of the elements in the complete delete closure of the elements. The elements cannot be deleted if any element in the closure is Delete locked, or if any element is the target of a link sourced on an element with the RolePlayer lock AND that element is outside the closure.(Defined by ImmutabilityExtensionMethods.) |
![]() | GetLocks() | Overloaded. Get the lock flags for this Partition instance. This will include any locks enabled on the Store containing the partition.(Defined by ImmutabilityExtensionMethods.) |
![]() | IsLocked(Locks) | Overloaded. Test whether this partition has any of a specified set of locks(Defined by ImmutabilityExtensionMethods.) |
![]() | SetLocks(Locks) | Overloaded. Set the lock flags of the specified Partition instance(Defined by ImmutabilityExtensionMethods.) |


