C# Класс SobekCM.Core.Configuration.Extensions.ExtensionAdminInfo

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Add_Author() публичный Метод

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
Результат void

ShouldSerializeAuthors() публичный Метод

Method suppresses XML Serialization of the Authors property if it is empty
public ShouldSerializeAuthors ( ) : bool
Результат bool

ShouldSerializeDescription() публичный Метод

Method suppresses XML Serialization of the Description property if it is empty
public ShouldSerializeDescription ( ) : bool
Результат bool

ShouldSerializePermissions() публичный Метод

Method suppresses XML Serialization of the Permissions property if it is empty
public ShouldSerializePermissions ( ) : bool
Результат bool