Click or drag to resize
UsersContext Class
Class UsersContext.
Inheritance Hierarchy
SystemObject
  DbContext
    RMP.Web.ModelsUsersContext

Namespace: RMP.Web.Models
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class UsersContext : DbContext

The UsersContext type exposes the following members.

Constructors
  NameDescription
Public methodUsersContext
Initializes a new instance of the UsersContext class.
Top
Methods
  NameDescription
Public methodDispose (Inherited from DbContext.)
Protected methodDispose(Boolean) (Inherited from DbContext.)
Public methodEntry(Object) (Inherited from DbContext.)
Public methodEntry``1(UMP) (Inherited from DbContext.)
Public methodEquals (Inherited from DbContext.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Inherited from DbContext.)
Public methodGetType (Inherited from DbContext.)
Public methodGetValidationErrors (Inherited from DbContext.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnModelCreating (Inherited from DbContext.)
Public methodSaveChanges (Inherited from DbContext.)
Public methodSaveChangesAsync (Inherited from DbContext.)
Public methodSaveChangesAsync(CancellationToken) (Inherited from DbContext.)
Public methodSet(Type) (Inherited from DbContext.)
Public methodSet``1 (Inherited from DbContext.)
Protected methodShouldValidateEntity (Inherited from DbContext.)
Public methodToString (Inherited from DbContext.)
Protected methodValidateEntity (Inherited from DbContext.)
Top
Properties
  NameDescription
Public propertyChangeTracker (Inherited from DbContext.)
Public propertyConfiguration (Inherited from DbContext.)
Public propertyDatabase (Inherited from DbContext.)
Public propertyUserProfiles
Gets or sets the user profiles.
Top
See Also