Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.PackageAttributes.PackageTypeEnum Enumeration

Used with the PackageAttribute assembly attribute to define a package's purpose.

Class: (none)
Namespace: YetaWF.PackageAttributes
Assembly: YetaWF.Core

Syntax

public enum PackageTypeEnum;

Values

NameValueDescription
Unknown0Used internally.
Module1The package is a module package containing modules.
Skin2The package is a skin package containing one or more skin definitions.
Core3The package is a core package. Used by YetaWF.
CoreAssembly4The package is a core assembly package. Used by YetaWF.
DataProvider5The package is a data provider package. Used by YetaWF.
Utility6The package is a utility package. Used by YetaWF.
Template7The package is a Visual Studio template package. Used by YetaWF.

See Also YetaWF.Core Overview