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

Class to represent the punch clock user profile

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

Syntax

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

Inheritance Hierarchy

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

See Also