C# Class Etg.Yams.Install.AppInstallConfig

Datei anzeigen Open project: Microsoft/Yams Class Usage Examples

Public Methods

Method Description
AppInstallConfig ( AppIdentity appIdentity ) : System.Collections.Generic
AppInstallConfig ( AppIdentity appIdentity, string>.IReadOnlyDictionary properties ) : System.Collections.Generic
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
Equals ( AppDeploymentConfig other ) : bool

Method Details

AppInstallConfig() public method

public AppInstallConfig ( AppIdentity appIdentity ) : System.Collections.Generic
appIdentity AppIdentity
return System.Collections.Generic

AppInstallConfig() public method

public AppInstallConfig ( AppIdentity appIdentity, string>.IReadOnlyDictionary properties ) : System.Collections.Generic
appIdentity AppIdentity
properties string>.IReadOnlyDictionary
return System.Collections.Generic

Equals() protected method

protected Equals ( AppDeploymentConfig other ) : bool
other Etg.Yams.Storage.Config.AppDeploymentConfig
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int