Class Title
Represents a registered title.
Inherited Members
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.SQL.Abstractions.dll
Syntax
public sealed class Title
Properties
View SourceId
Gets or sets the title Id.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets or sets the title name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |