C# Класс DNNtc.PackageProperties

Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
PackageProperties ( string name ) : System

Creates a attribute with the right properties to create a package. Use on other elements

PackageProperties ( string name, int viewOrder, string friendlyName, string description, string iconFile, string ownerName, string ownerOrganization, string ownerUrl, string ownerEmail, bool azureCompatible ) : System

Creates a attribute with the right properties to create a package. Use on View element

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

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

Creates a attribute with the right properties to create a package. Use on other elements
public PackageProperties ( string name ) : System
name string The package name
Результат System

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

Creates a attribute with the right properties to create a package. Use on View element
public PackageProperties ( string name, int viewOrder, string friendlyName, string description, string iconFile, string ownerName, string ownerOrganization, string ownerUrl, string ownerEmail, bool azureCompatible ) : System
name string The package name
viewOrder int Ordinal number for sorting packages in the manifest
friendlyName string The package friendly name
description string The package description
iconFile string The package iconfile name
ownerName string Name of Owner
ownerOrganization string Organization of owner
ownerUrl string Url of owner
ownerEmail string Email of owner
azureCompatible bool Flag for Azure Compatibility
Результат System