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

Class to represent the expense user profile

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public class ExpenseUserProfile : ProfileBase
Visual Basic (Declaration)
Public Class ExpenseUserProfile _
	Inherits ProfileBase
Visual C++
public ref class ExpenseUserProfile : public ProfileBase

Inheritance Hierarchy

System..::.Object
  OfficeClip.BusinessLayer.Framework.Profile..::.ProfileBase
    OfficeClip.BusinessLayer.Framework.Profile..::.ExpenseUserProfile

See Also