Skip to main content

VelopackAssetFeed Class

Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.942+a011233

A feed of Velopack assets, usually returned from an IUpdateSource.

public class VelopackAssetFeed : IEquatable<VelopackAssetFeed>

Inheritance: object → VelopackAssetFeed

Implements: IEquatable<VelopackAssetFeed>

Constructors

NameDescription
VelopackAssetFeed()

Properties

NameDescription
AssetsA list of assets available in this feed.

Methods

NameDescription
<Clone>$()
Equals(VelopackAssetFeed)
Equals(object)
FromJson(string)Parse a json string into a VelopackAssetFeed.
GetHashCode()
ToString()

Operators

NameDescription
Equality(VelopackAssetFeed, VelopackAssetFeed)
Inequality(VelopackAssetFeed, VelopackAssetFeed)

Documentation generated by MdDocs