C# Class SubServer.ChatRoom

Afficher le fichier Open project: SiteView/ECC8.13

Méthodes publiques

Свойство Type Description
Category string
JID agsXMPP.Jid
Name string
Subject string
Type string

Méthodes publiques

Méthode Description
AddAdmin ( User admin ) : bool
AddFeature ( string strFeature ) : void
AddMember ( User member ) : bool
Enter ( User login ) : bool
Exit ( User logoff ) : bool
FindOnline ( string strJID ) : User
GetAdmin ( ) : List
GetFeatures ( ) : List
GetMember ( ) : List
GetOnlines ( ) : List
RemoveAdmin ( User admin ) : bool
RemoveFeature ( string strFeature ) : void
RemoveMember ( User member ) : bool

Method Details

AddAdmin() public méthode

public AddAdmin ( User admin ) : bool
admin User
Résultat bool

AddFeature() public méthode

public AddFeature ( string strFeature ) : void
strFeature string
Résultat void

AddMember() public méthode

public AddMember ( User member ) : bool
member User
Résultat bool

Enter() public méthode

public Enter ( User login ) : bool
login User
Résultat bool

Exit() public méthode

public Exit ( User logoff ) : bool
logoff User
Résultat bool

FindOnline() public méthode

public FindOnline ( string strJID ) : User
strJID string
Résultat User

GetAdmin() public méthode

public GetAdmin ( ) : List
Résultat List

GetFeatures() public méthode

public GetFeatures ( ) : List
Résultat List

GetMember() public méthode

public GetMember ( ) : List
Résultat List

GetOnlines() public méthode

public GetOnlines ( ) : List
Résultat List

RemoveAdmin() public méthode

public RemoveAdmin ( User admin ) : bool
admin User
Résultat bool

RemoveFeature() public méthode

public RemoveFeature ( string strFeature ) : void
strFeature string
Résultat void

RemoveMember() public méthode

public RemoveMember ( User member ) : bool
member User
Résultat bool

Property Details

Category public_oe property

public string Category
Résultat string

JID public_oe property

public agsXMPP.Jid JID
Résultat agsXMPP.Jid

Name public_oe property

public string Name
Résultat string

Subject public_oe property

public string Subject
Résultat string

Type public_oe property

public string Type
Résultat string