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

ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method 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 method

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
return void

ShouldSerializeAuthors() public method

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

ShouldSerializeDescription() public method

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

ShouldSerializePermissions() public method

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