KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.NodeManager.Launcher.Messages.PackageDescription Class Reference

Short description of NuGet package More...

Public Member Functions

 PackageDescription ()
 Initializes a new instance of the PackageDescription class. More...
 
 PackageDescription (string id, string version)
 Initializes a new instance of the PackageDescription class. More...
 
override bool Equals (object obj)
 
override int GetHashCode ()
 Serves as the default hash function. More...
 

Static Public Member Functions

static bool operator!= (PackageDescription left, PackageDescription right)
 Determines whether the specified object is not equal to the current object. More...
 
static bool operator== (PackageDescription left, PackageDescription right)
 Determines whether the specified object is equal to the current object. More...
 

Properties

string Id [get, set]
 Gets or sets the package Id More...
 
string Version [get, set]
 Gets or sets the package version More...
 

Detailed Description

Short description of NuGet package

Definition at line 20 of file PackageDescription.cs.

Constructor & Destructor Documentation

◆ PackageDescription() [1/2]

KlusterKite.NodeManager.Launcher.Messages.PackageDescription.PackageDescription ( )

Initializes a new instance of the PackageDescription class.

Definition at line 25 of file PackageDescription.cs.

◆ PackageDescription() [2/2]

KlusterKite.NodeManager.Launcher.Messages.PackageDescription.PackageDescription ( string  id,
string  version 
)

Initializes a new instance of the PackageDescription class.

Parameters
idThe id.
versionThe version.

Definition at line 38 of file PackageDescription.cs.

Member Function Documentation

◆ Equals()

override bool KlusterKite.NodeManager.Launcher.Messages.PackageDescription.Equals ( object  obj)

Definition at line 79 of file PackageDescription.cs.

◆ GetHashCode()

override int KlusterKite.NodeManager.Launcher.Messages.PackageDescription.GetHashCode ( )

Serves as the default hash function.

Returns
A hash code for the current object.

Definition at line 102 of file PackageDescription.cs.

◆ operator!=()

static bool KlusterKite.NodeManager.Launcher.Messages.PackageDescription.operator!= ( PackageDescription  left,
PackageDescription  right 
)
static

Determines whether the specified object is not equal to the current object.

Parameters
leftThe left operand
rightThe right operand
Returns
true if the specified object is equal to the current object; otherwise, false.

Definition at line 64 of file PackageDescription.cs.

◆ operator==()

static bool KlusterKite.NodeManager.Launcher.Messages.PackageDescription.operator== ( PackageDescription  left,
PackageDescription  right 
)
static

Determines whether the specified object is equal to the current object.

Parameters
leftThe left operand
rightThe right operand
Returns
true if the specified object is equal to the current object; otherwise, false.

Definition at line 73 of file PackageDescription.cs.

Property Documentation

◆ Id

string KlusterKite.NodeManager.Launcher.Messages.PackageDescription.Id
getset

Gets or sets the package Id

Definition at line 48 of file PackageDescription.cs.

◆ Version

string KlusterKite.NodeManager.Launcher.Messages.PackageDescription.Version
getset

Gets or sets the package version

Definition at line 54 of file PackageDescription.cs.


The documentation for this class was generated from the following file: