| Overload | Description | 
|---|---|
| DAAccessRight Constructor() | Initializes a new instance of the class with default data. | 
| DAAccessRight Constructor(DAAccessRight) | Initializes a new instance of the class to the value indicated by another DAAccessRight. | 
| DAAccessRight Constructor(DAAccessRights) | Initializes a new instance of the class to the value indicated by a combination of enumerated values. | 
| DAAccessRight Constructor(Int64) | Initializes a new instance of the class to the value indicated by long integer value. | 
| DAAccessRight Constructor(Boolean,Boolean) | Initializes a new instance of the class to the value indicated by individual access rights flags. |