UserDetailsCredentials Class

SergioDelgadoProyecto

UserDetailsCredentials Class

Modelo de Datos de Usuarios
Inheritance Hierarchy
SystemObject  SergioDelgadoProyectoUserDetailsCredentials

Namespace:  SergioDelgadoProyecto
Assembly:  SergioDelgadoProyecto (in SergioDelgadoProyecto.dll) Version: 1.0.0
Syntax
C#
public class UserDetailsCredentials

The UserDetailsCredentials type exposes the following members.

Constructors
  NameDescription
Public methodUserDetailsCredentials
Initializes a new instance of the UserDetailsCredentials class
Top
Properties
  NameDescription
Public propertycontrasena
Gets or sets the contrasena.
Public propertyid
Gets or sets the identifier.
Public propertyrol
Gets or sets the rol.
Public propertyusuario
Gets or sets the usuario.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also