Table of Contents

Class RollCallHistoryData

Namespace
Ink_Canvas
Assembly
InkCanvasForClass.dll

点名历史记录数据模型

public class RollCallHistoryData
Inheritance
RollCallHistoryData
Inherited Members

Properties

History

public List<string> History { get; set; }

Property Value

List<string>

LastUpdate

public DateTime LastUpdate { get; set; }

Property Value

DateTime

NameFrequency

public Dictionary<string, int> NameFrequency { get; set; }

Property Value

Dictionary<string, int>

NameProbabilities

public Dictionary<string, double> NameProbabilities { get; set; }

Property Value

Dictionary<string, double>