Business rules

Interface IApproval

Data structure for approval data.

Index

Properties

Properties

public Approved: boolean

Return true if vacation was approved by manager, otherwise false

public ApprovedBy: IPerson

Person that is responsible for vacation approval. Typically this is a direct manager.

public ApprovedDate: Date

Date when the vacation was approved.