ImmutabilityExtensionMethods.GetLocks 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 | |
---|---|---|
GetLocks(ModelElement) | Get the lock flags for this element. This will include any locks enabled on the Partition containing the element. | |
GetLocks(Partition) | Get the lock flags for this Partition instance. This will include any locks enabled on the Store containing the partition. | |
GetLocks(Store) | Get the lock flags for this Store instance |
Top