Class ChannelUser
Represents a user in a specific channel
Inheritance
System.Object
ChannelUser
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: GravyIrc
Assembly: GravyIrc.dll
Syntax
public class ChannelUser
Constructors
| Improve this Doc View SourceChannelUser(User, String)
Declaration
public ChannelUser(User user, string status)
Parameters
| Type | Name | Description |
|---|---|---|
| User | user | |
| System.String | status |
Properties
| Improve this Doc View SourceNick
Declaration
public string Nick { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
Declaration
public string Status { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
User
Declaration
public User User { get; }
Property Value
| Type | Description |
|---|---|
| User |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()