Terraria v1.4.4.9
Terraria source code documentation
|
Protected Member Functions | |
ObjectAuditRule (IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, Guid objectType, Guid inheritedObjectType, AuditFlags auditFlags) | |
Properties | |
Guid | ObjectType [get] |
Guid | InheritedObjectType [get] |
ObjectAceFlags | ObjectFlags [get] |
T | Rights [get] |
AuditFlags | AuditFlags [get] |
IdentityReference | IdentityReference [get] |
int | AccessMask [get] |
bool | IsInherited [get] |
InheritanceFlags | InheritanceFlags [get] |
PropagationFlags | PropagationFlags [get] |
Private Attributes | |
readonly Guid | _objectType |
readonly Guid | _inheritedObjectType |
readonly ObjectAceFlags | _objectFlags |
readonly AuditFlags | _flags |
readonly IdentityReference | _identity |
readonly int | _accessMask |
readonly bool | _isInherited |
readonly InheritanceFlags | _inheritanceFlags |
readonly PropagationFlags | _propagationFlags |
Definition at line 5 of file ObjectAuditRule.cs.