C# Class Auxilium.User

Show file Open project: banksyhf/Auxilium

Public Properties

Property Type Description
Idle bool
Name string
Rank byte

Public Methods

Method Description
User ( string name, byte rank, bool idle ) : System

Method Details

User() public method

public User ( string name, byte rank, bool idle ) : System
name string
rank byte
idle bool
return System

Property Details

Idle public property

public bool Idle
return bool

Name public property

public string Name
return string

Rank public property

public byte Rank
return byte