Class ApplicationConfig
Inheritance
System.Object
ApplicationConfig
Implements
System.IEquatable<ApplicationConfig>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.TitleConfiguration.PullIngestion
Assembly: CrashCABN.TitleConfiguration.Abstractions.dll
Syntax
public sealed class ApplicationConfig : IEquatable<ApplicationConfig>
Constructors
View SourceApplicationConfig(String, IImmutableList<String>, String)
Declaration
public ApplicationConfig(string appName, IImmutableList<string> versions, string platformName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | appName | |
System.Collections.Immutable.IImmutableList<System.String> | versions | |
System.String | platformName |
Properties
View SourceAppName
Declaration
public string AppName { get; }
Property Value
Type | Description |
---|---|
System.String |
PlatformName
Declaration
public string PlatformName { get; }
Property Value
Type | Description |
---|---|
System.String |
Versions
Declaration
public IImmutableList<string> Versions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.IImmutableList<System.String> |
Methods
View SourceEquals(ApplicationConfig)
Declaration
public bool Equals(ApplicationConfig other)
Parameters
Type | Name | Description |
---|---|---|
ApplicationConfig | other |
Returns
Type | Description |
---|---|
System.Boolean |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
Implements
System.IEquatable<T>