ResourceAccessType Enumeration
            Represents the default access types that can apply to a resource.
            
Namespace: Gemstone.Security.AccessControlAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.147 -- Release Build+3014b8a0edc553e56f868ef31b6f0f5012f8db4f
public enum ResourceAccessType
Public Enumeration ResourceAccessType
public enum class ResourceAccessType
Gemstone.Security.AccessControl.ResourceAccessType = function();
Gemstone.Security.AccessControl.ResourceAccessType.createEnum('Gemstone.Security.AccessControl.ResourceAccessType', false);
 | Create | 0 | Create a new instance of the resource. | 
| Read | 1 | Read information about existing resources. | 
| Update | 2 | Update information associated with existing resources. | 
| Delete | 3 | Delete a resource from existence. | 
| None | 4 | A level of access that cannot be satisfied. | 
| Default | 5 | The default level of access, as defined by the resource type. | 
| NotSpecified | 6 | No resource access type was explicitly specified. |