Show / Hide Table of Contents

Class Title

Represents a registered title.

Inheritance
object
Title
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.SQL.Abstractions.dll
Syntax
public sealed class Title

Properties

View Source

Id

Gets or sets the title Id.

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid
View Source

Name

Gets or sets the title name.

Declaration
public string Name { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX