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

Gets the Timesheet/Expense Readonly status

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

Syntax

C#
public bool GetTEReadonly(
	int id,
	Constants..::.ApplicationType aType,
	int stageId
)
Visual Basic (Declaration)
Public Function GetTEReadonly ( _
	id As Integer, _
	aType As Constants..::.ApplicationType, _
	stageId As Integer _
) As Boolean
Visual C++
public:
bool GetTEReadonly(
	int id, 
	Constants..::.ApplicationType aType, 
	int stageId
)

Parameters

id
Type: System..::.Int32
aType
Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ApplicationType
stageId
Type: System..::.Int32

Return Value

See Also