Click or drag to resize

Locker Class

Class used to allow multiple objects to lock or unlock functionality of another item. e.g. Make a button not interactible until a number of other objects say it's ok.
Inheritance Hierarchy
SystemObject
  DustProductions.CoreLocker

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Locker

The Locker type exposes the following members.

Constructors
  NameDescription
Public methodLocker
Initializes a new instance of the Locker class
Top
Properties
  NameDescription
Public propertyIsLocked
True if there currently items preventing this item from being unlocked
Top
Methods
  NameDescription
Public methodLock
Use this to lock the item in code.
Public methodUnlock
Use this to unlock the item in code.
Top
See Also