Skip to content

T_ScoreQuery_Models_PlanWorkerModel

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

PlanWorkerModel Class

计划查询底层模块

Inheritance Hierarchy

System.Object
  ScoreQuery.Models.WorkerModel
    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 PlanWorkerModel : WorkerModel, 
	INotifyPropertyChanged

VB

Public Class PlanWorkerModel
	Inherits WorkerModel
	Implements INotifyPropertyChanged

C++

public ref class PlanWorkerModel : public WorkerModel, 
	INotifyPropertyChanged

F#

type PlanWorkerModel =  
    class
        inherit WorkerModel
        interface INotifyPropertyChanged
    end

The PlanWorkerModel type exposes the following members.

Properties

 

Name Description
Public property CanClick 可以进行操作 (Inherited from WorkerModel.)
Public property Info 计划查询结果
Public property Logined 已登陆 (Inherited from WorkerModel.)
  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 属性已更改事件 (Overrides WorkerModel.PropertyChanged.)
  Back to Top

See Also

Reference

ScoreQuery.Models Namespace

Clone this wiki locally