Show / Hide Table of Contents

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 Source

TitleMapping()

Declaration
public TitleMapping()
View Source

TitleMapping(String)

Declaration
public TitleMapping(string secret)
Parameters
Type Name Description
System.String secret

Properties

View Source

Secret

Gets the name that the title is known by.

Declaration
public string Secret { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX