Show / Hide Table of Contents

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 Source

ApplicationConfig(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 Source

AppName

Declaration
public string AppName { get; }
Property Value
Type Description
System.String
View Source

PlatformName

Declaration
public string PlatformName { get; }
Property Value
Type Description
System.String
View Source

Versions

Declaration
public IImmutableList<string> Versions { get; }
Property Value
Type Description
System.Collections.Immutable.IImmutableList<System.String>

Methods

View Source

Equals(ApplicationConfig)

Declaration
public bool Equals(ApplicationConfig other)
Parameters
Type Name Description
ApplicationConfig other
Returns
Type Description
System.Boolean
View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

Implements

System.IEquatable<T>
  • View Source
In This Article
Back to top Generated by DocFX