Skip to content

T_ScoreQuery_Models_WorkerModel

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

WorkerModel Class

底层模块的父类

Inheritance Hierarchy

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

Syntax

C#

public class WorkerModel : INotifyPropertyChanged

VB

Public Class WorkerModel
	Implements INotifyPropertyChanged

C++

public ref class WorkerModel : INotifyPropertyChanged

F#

type WorkerModel =  
    class
        interface INotifyPropertyChanged
    end

The WorkerModel type exposes the following members.

Constructors

 

Name Description
Public method WorkerModel Initializes a new instance of the WorkerModel class
  Back to Top

Properties

 

Name Description
Public property CanClick 可以进行操作
Public property Logined 已登陆
  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