WebPackageSource Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents a package source for a web page.

Inheritance Hierarchy

System.Object
  PackageSource
    System.Web.WebPages.Administration.PackageManager.WebPackageSource

Namespace:  System.Web.WebPages.Administration.PackageManager
Assembly:  System.Web.WebPages.Administration (in System.Web.WebPages.Administration.dll)

Syntax

'Declaration
Public Class WebPackageSource _
    Inherits PackageSource
'Usage
Dim instance As WebPackageSource
public class WebPackageSource : PackageSource
public ref class WebPackageSource : public PackageSource
type WebPackageSource =  
    class 
        inherit PackageSource 
    end
public class WebPackageSource extends PackageSource

The WebPackageSource type exposes the following members.

Constructors

  Name Description
Public method WebPackageSource This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the WebPackageSource class.

Top

Properties

  Name Description
Public property FilterPreferredPackages This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether preferred packages are filtered.
Public property IsEnabled (Inherited from PackageSource.)
Public property Name (Inherited from PackageSource.)
Public property Source (Inherited from PackageSource.)

Top

Methods

  Name Description
Public method Clone (Inherited from PackageSource.)
Public method Equals(PackageSource) (Inherited from PackageSource.)
Public method Equals(Object) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to this instance. (Overrides PackageSourceEquals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this current instance. (Overrides PackageSourceGetHashCode.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from PackageSource.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.WebPages.Administration.PackageManager Namespace