Class TitleInfo
Core details about the title.
Implements
Inherited Members
Namespace: CrashCABN.TitleConfiguration
Assembly: CrashCABN.TitleConfiguration.Abstractions.dll
Syntax
public record TitleInfo : IEquatable<TitleInfo>
Constructors
View SourceTitleInfo(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 SourceTitleName
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 |