Skip to content

T_ScoreQuery_Models_UserInfo

Johnson Peter edited this page Aug 7, 2016 · 1 revision

UserInfo Class

用户信息

Inheritance Hierarchy

System.Object
  ScoreQuery.Models.UserInfo
Namespace: ScoreQuery.Models
Assembly: ScoreQueryLib-Native (in ScoreQueryLib-Native.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public class UserInfo : INotifyPropertyChanged

VB

Public Class UserInfo
	Implements INotifyPropertyChanged

C++

public ref class UserInfo : INotifyPropertyChanged

F#

type UserInfo =  
    class
        interface INotifyPropertyChanged
    end

The UserInfo type exposes the following members.

Constructors

 

Name Description
Public method UserInfo 新建一个用户实例
  Back to Top

Properties

 

Name Description
Public property Password 密码
Public property UserName 用户名
  Back to Top

Methods

 

Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)
  Back to Top

Events

 

Name Description
Public event PropertyChanged 属性已更改事件
  Back to Top

See Also

Reference

ScoreQuery.Models Namespace

Clone this wiki locally