Class DataRunModel
Inheritance
System.Object
DataRunModel
Assembly: AsaLib.dll
Syntax
public class DataRunModel : object
Constructors
|
Improve this Doc
View Source
DataRunModel(String, String)
Declaration
public DataRunModel(string KeyIn, string TextIn)
Parameters
| Type |
Name |
Description |
| System.String |
KeyIn |
|
| System.String |
TextIn |
|
Properties
|
Improve this Doc
View Source
Key
Declaration
public string Key { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; }
Property Value
| Type |
Description |
| System.String |
|