Class Permission
- Namespace
- Uncreated.Warfare.Models.Users
- Assembly
- Uncreated.Warfare.dll
[Table("user_permissions")]
[Index(new string[] { "Steam64" })]
public class Permission
- Inheritance
-
Permission
- Inherited Members
-
Properties
IsGroup
public bool IsGroup { get; set; }
Property Value
- bool
PermissionOrGroup
[Required]
[StringLength(128)]
public string PermissionOrGroup { get; set; }
Property Value
- string
PrimaryKey
[Key]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
[Column("pk")]
public uint PrimaryKey { get; set; }
Property Value
- uint
Steam64
public ulong Steam64 { get; set; }
Property Value
- ulong