Business rules

Interface IPerson

Data structure for person.

Index

Properties

Properties

optional public Address?: IAddress

Permanent address.

optional public Checked?: boolean

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

optional public Contact?: IContact

Contact information.

public FirstName: string

First name.

public LastName: string

Last name