Class TitleMapping
A data class for reading a title mapping from SQL.
Inheritance
System.Object
TitleMapping
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.Abstractions.dll
Syntax
public class TitleMapping
Constructors
View SourceTitleMapping()
Declaration
public TitleMapping()
TitleMapping(String)
Declaration
public TitleMapping(string secret)
Parameters
Type | Name | Description |
---|---|---|
System.String | secret |
Properties
View SourceSecret
Gets the name that the title is known by.
Declaration
public string Secret { get; }
Property Value
Type | Description |
---|---|
System.String |