In This Article

IPackageDefinition Interface

Provides the base requirements of a package definition.

public interface IPackageDefinition : IKeyedObject, IPackageReference, IReflectionDefinition

Properties

ChildPackages

The collection of child packages in the package.

IPackageReferenceCollection ChildPackages { get; }

Property Value

IPackageReferenceCollection

Modules

The collection of modules defined in the package.

IModuleDefinitionCollection Modules { get; }

Property Value

IModuleDefinitionCollection

Inherited Members

Extension Methods