In This Article

IPackageDefinition Interface

Provides the base requirements of a package definition.

public interface IPackageDefinition : IKeyedObject, IPackageReference, IReflectionDefinition

Properties

ChildPackages

Gets the collection of child packages in the package.

IPackageReferenceCollection ChildPackages { get; }

Property Value

IPackageReferenceCollection:

The collection of child packages in the package.

Modules

Gets the collection of modules defined in the package.

IModuleDefinitionCollection Modules { get; }

Property Value

IModuleDefinitionCollection:

The collection of modules defined in the package.

Inherited Members