C# Class SobekCM.Core.Message.EnableExtensionMessage

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add_Error ( string Error ) : void

Add an error to this message

Method Details

Add_Error() public méthode

Add an error to this message
public Add_Error ( string Error ) : void
Error string Error text to add
Résultat void