C# Class SobekCM.Core.Configuration.Extensions.ExtensionAdminInfo

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

Méthodes publiques

Méthode Description
Add_Author ( string Name, string Email ) : void

Adds information about an author of this plug-in

ShouldSerializeAuthors ( ) : bool

Method suppresses XML Serialization of the Authors property if it is empty

ShouldSerializeDescription ( ) : bool

Method suppresses XML Serialization of the Description property if it is empty

ShouldSerializePermissions ( ) : bool

Method suppresses XML Serialization of the Permissions property if it is empty

Method Details

Add_Author() public méthode

Adds information about an author of this plug-in
public Add_Author ( string Name, string Email ) : void
Name string Name of this author of the plug-in
Email string Email address, if provided, for this author
Résultat void

ShouldSerializeAuthors() public méthode

Method suppresses XML Serialization of the Authors property if it is empty
public ShouldSerializeAuthors ( ) : bool
Résultat bool

ShouldSerializeDescription() public méthode

Method suppresses XML Serialization of the Description property if it is empty
public ShouldSerializeDescription ( ) : bool
Résultat bool

ShouldSerializePermissions() public méthode

Method suppresses XML Serialization of the Permissions property if it is empty
public ShouldSerializePermissions ( ) : bool
Résultat bool