Class Contact
BG-6/BG-9: Contact information.
public sealed record Contact : IEquatable<Contact>
- Inheritance
-
Contact
- Implements
- Inherited Members
Properties
BT-43/BT-58: Contact email.
public string? Email { get; init; }
Property Value
Name
BT-41/BT-56: Contact name.
public string? Name { get; init; }
Property Value
Telephone
BT-42/BT-57: Contact telephone.
public string? Telephone { get; init; }