Click or drag to resize

Person Interface

Defines properties for a person's contact information.

Namespace: CeliAPS.BomApi.Data.HeaderData.SubCategories
Assembly: BomApi (in BomApi.dll) Version: 1.0.63
Syntax
public interface Person

The Person type exposes the following members.

Properties
 NameDescription
Public propertyEmail Gets the email address of the person.
Public propertyFirstName Gets the first name of the person.
Public propertyLastName Gets the last name of the person.
Public propertyPhone Gets the phone number of the person.
Top
See Also