Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
AccessRule (IdentityReference identity, T rights, AccessControlType type) | |
AccessRule (string identity, T rights, AccessControlType type) | |
AccessRule (IdentityReference identity, T rights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type) | |
AccessRule (string identity, T rights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type) | |
Protected Member Functions | |
AccessRule (IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type) | |
Package Functions | |
AccessRule (IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type) | |
Properties | |
T | Rights [get] |
AccessControlType | AccessControlType [get] |
IdentityReference | IdentityReference [get] |
int | AccessMask [get] |
bool | IsInherited [get] |
InheritanceFlags | InheritanceFlags [get] |
PropagationFlags | PropagationFlags [get] |
Private Attributes | |
readonly AccessControlType | _type |
readonly IdentityReference | _identity |
readonly int | _accessMask |
readonly bool | _isInherited |
readonly InheritanceFlags | _inheritanceFlags |
readonly PropagationFlags | _propagationFlags |
T | : | struct |
Definition at line 5 of file AccessRule.cs.