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