C# Class HelperOfHiters.Topic

Afficher le fichier Open project: HIT-MSTC/HelperOfHiters

Méthodes publiques

Méthode Description
DeleteTopic ( int TopicId ) : bool
GetAllRecommandTopic ( ) : String
GetMessage ( int id, String key ) : String
GetPartTopic ( String Part ) : String
GetRecommandTopic ( String Part ) : String
GetUserTopic ( String Author ) : String
GetXml ( int id ) : String
ModifyMessage ( int TopicId, String key, String values ) : bool
PostTopic ( String Author, String Title, String Part, String Text ) : bool
PostTopic ( String Author, String Title, String Part, String Text ) : int

Method Details

DeleteTopic() public static méthode

public static DeleteTopic ( int TopicId ) : bool
TopicId int
Résultat bool

GetAllRecommandTopic() public static méthode

public static GetAllRecommandTopic ( ) : String
Résultat String

GetMessage() public static méthode

public static GetMessage ( int id, String key ) : String
id int
key String
Résultat String

GetPartTopic() public static méthode

public static GetPartTopic ( String Part ) : String
Part String
Résultat String

GetRecommandTopic() public static méthode

public static GetRecommandTopic ( String Part ) : String
Part String
Résultat String

GetUserTopic() public static méthode

public static GetUserTopic ( String Author ) : String
Author String
Résultat String

GetXml() public static méthode

public static GetXml ( int id ) : String
id int
Résultat String

ModifyMessage() public static méthode

public static ModifyMessage ( int TopicId, String key, String values ) : bool
TopicId int
key String
values String
Résultat bool

PostTopic() public static méthode

public static PostTopic ( String Author, String Title, String Part, String Text ) : bool
Author String
Title String
Part String
Text String
Résultat bool

PostTopic() public static méthode

public static PostTopic ( String Author, String Title, String Part, String Text ) : int
Author String
Title String
Part String
Text String
Résultat int