Show / Hide Table of Contents

Class TitleAdminMapping

A data class for reading a title admin mapping from SQL.

Inheritance
System.Object
TitleAdminMapping
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 TitleAdminMapping

Properties

View Source

Database

Gets or sets the database name used to track the title's crashes.

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

Title

Gets or sets the name that the title is known by.

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

TitleAdmin

Gets or sets the admin names for the title.

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