User profile repository.

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class UserProfileRepository : BaseMonoXRepository, 
	IUserProfileRepository, IDisposable
Visual Basic
Public Class UserProfileRepository
	Inherits BaseMonoXRepository
	Implements IUserProfileRepository, IDisposable
Visual C++
public ref class UserProfileRepository : public BaseMonoXRepository, 
	IUserProfileRepository, IDisposable
F#
type UserProfileRepository =  
    class
        inherit BaseMonoXRepository
        interface IUserProfileRepository
        interface IDisposable
    end

Inheritance Hierarchy

System..::..Object
  MonoSoftware.MonoX.Repositories..::..BaseMonoXRepository
    MonoSoftware.MonoX.Repositories..::..UserProfileRepository

See Also