Class Metabank.SectionApplication.AppPackage
Inheritance
System.Object
Metabank.SectionApplication.AppPackage
Implements
System.IEquatable<Metabank.SectionApplication.AppPackage>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Sky.Metabase
Assembly: Azos.Sky.dll
Syntax
public sealed class AppPackage : IEquatable<Metabank.SectionApplication.AppPackage>
Fields
MatchedPackage
The best matching binary package, or null
Declaration
public readonly Metabank.BinCatalog.PackageInfo MatchedPackage
Field Value
Type | Description |
---|---|
Metabank.BinCatalog.PackageInfo |
Name
Declaration
public readonly string Name
Field Value
Type | Description |
---|---|
System.String |
Path
Declaration
public readonly string Path
Field Value
Type | Description |
---|---|
System.String |
Version
Declaration
public readonly string Version
Field Value
Type | Description |
---|---|
System.String |
Methods
Equals(Metabank.SectionApplication.AppPackage)
Declaration
public bool Equals(Metabank.SectionApplication.AppPackage other)
Parameters
Type | Name | Description |
---|---|---|
Metabank.SectionApplication.AppPackage | other |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Implements
System.IEquatable<T>