Business rules

Interface IPerson

Data structure for person.

Index

Properties

Properties

optional public Checked?: boolean

Return true, if the person (its data) is optional, otherwise false.

optional public Email?: string

Email address.

public FirstName: string

First name.

public LastName: string

Last name