[This is preliminary documentation and is subject to change.]

Finds if the detail in mandatory for the expenses.

Namespace:  OfficeClip.BusinessLayer.TE
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsDetailMandatory(
	int expenseTypeId,
	int expenseTypeUniqueId
)
Visual Basic (Declaration)
Public Function IsDetailMandatory ( _
	expenseTypeId As Integer, _
	expenseTypeUniqueId As Integer _
) As Boolean
Visual C++
public:
bool IsDetailMandatory(
	int expenseTypeId, 
	int expenseTypeUniqueId
)

Parameters

expenseTypeId
Type: System..::.Int32
The identifier for the expense type.
expenseTypeUniqueId
Type: System..::.Int32
The unique identifier for the expense type.

Return Value

True if the detail is mandatory, false otherwise.

See Also