C# Class SubServer.Friend

Afficher le fichier Open project: SiteView/ECC8.13

Méthodes publiques

Méthode Description
AddGroup ( string strGroup ) : void
Friend ( ) : System
Friend ( XmlNode friend ) : System
RemoveGroup ( string strGroup ) : void
Save ( ) : void

Private Methods

Méthode Description
ParseNode ( XmlNode friend ) : bool

Method Details

AddGroup() public méthode

public AddGroup ( string strGroup ) : void
strGroup string
Résultat void

Friend() public méthode

public Friend ( ) : System
Résultat System

Friend() public méthode

public Friend ( XmlNode friend ) : System
friend System.Xml.XmlNode
Résultat System

RemoveGroup() public méthode

public RemoveGroup ( string strGroup ) : void
strGroup string
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void