Class PackageDistributionManifest
Namespace: Cephalon.Engine.Manifest
Assembly: Cephalon.Engine.dll
Describes where an independently shipped package is distributed from.
public sealed class PackageDistributionManifestInheritance
Section titled “Inheritance”object ← PackageDistributionManifest
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”PackageDistributionManifest(string?, string?, string?)
Section titled “ PackageDistributionManifest(string?, string?, string?)”Creates a package distribution manifest entry.
public PackageDistributionManifest(string? channel, string? manifestUri, string? packageUri)Parameters
Section titled “Parameters”channel string?
The release channel declared by the package manifest, when available.
manifestUri string?
The externally reachable package-manifest URI declared by the package manifest, when available.
packageUri string?
The externally reachable package archive or feed URI declared by the package manifest, when available.
Properties
Section titled “Properties”Channel
Section titled “ Channel”Gets the declared release channel, when available.
public string? Channel { get; }Property Value
Section titled “Property Value”ManifestUri
Section titled “ ManifestUri”Gets the declared externally reachable package-manifest URI, when available.
public string? ManifestUri { get; }Property Value
Section titled “Property Value”PackageUri
Section titled “ PackageUri”Gets the declared externally reachable package archive or feed URI, when available.
public string? PackageUri { get; }