Class PackageProvenanceManifest
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Engine.Manifest
Assembly: Cephalon.Engine.dll
Describes provenance metadata declared for an independently shipped package.
public sealed class PackageProvenanceManifestInheritance
Section titled “Inheritance”object ← PackageProvenanceManifest
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”PackageProvenanceManifest(string?, string?, string?, string?)
Section titled “ PackageProvenanceManifest(string?, string?, string?, string?)”Creates a package provenance manifest entry.
public PackageProvenanceManifest(string? sourceRepository, string? sourceRevision, string? buildUri, string? statementUri)Parameters
Section titled “Parameters”sourceRepository string?
The source repository URI declared by the package manifest, when available.
sourceRevision string?
The source revision, tag, or commit identifier declared by the package manifest, when available.
buildUri string?
The build or pipeline URI declared by the package manifest, when available.
statementUri string?
The provenance statement or attestation URI declared by the package manifest, when available.
Properties
Section titled “Properties”BuildUri
Section titled “ BuildUri”Gets the declared build or pipeline URI, when available.
public string? BuildUri { get; }Property Value
Section titled “Property Value”SourceRepository
Section titled “ SourceRepository”Gets the declared source repository URI, when available.
public string? SourceRepository { get; }Property Value
Section titled “Property Value”SourceRevision
Section titled “ SourceRevision”Gets the declared source revision, tag, or commit identifier, when available.
public string? SourceRevision { get; }Property Value
Section titled “Property Value”StatementUri
Section titled “ StatementUri”Gets the declared provenance statement or attestation URI, when available.
public string? StatementUri { get; }