Show / Hide Table of Contents

Class Title

Represents a registered title.

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

Properties

View Source

Id

Gets or sets the title Id.

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

Name

Gets or sets the title name.

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