Show / Hide Table of Contents

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 Source

ChannelUser(User, String)

Declaration
public ChannelUser(User user, string status)
Parameters
Type Name Description
User user
System.String status

Properties

| Improve this Doc View Source

Nick

Declaration
public string Nick { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Status

Declaration
public string Status { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

User

Declaration
public User User { get; }
Property Value
Type Description
User

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX