Show / Hide Table of Contents

Class TitleInfo

Core details about the title.

Inheritance
object
TitleInfo
Implements
IEquatable<TitleInfo>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.TitleConfiguration
Assembly: CrashCABN.TitleConfiguration.Abstractions.dll
Syntax
public record TitleInfo : IEquatable<TitleInfo>

Constructors

View Source

TitleInfo(string)

Initializes a new instance of the TitleInfo class.

Declaration
public TitleInfo(string titleName)
Parameters
Type Name Description
string titleName

The title name.

Properties

View Source

TitleName

Gets the name the title is known by in CrashCABN.

Declaration
[JsonProperty(Required = Required.Always)]
[Required]
public string TitleName { get; }
Property Value
Type Description
string

Implements

IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX