Class WriteObject
Inheritance
System.Object
WriteObject
Assembly: AsaLib.dll
Syntax
public class WriteObject : object
Constructors
|
Improve this Doc
View Source
WriteObject(CollectObject, String)
Declaration
public WriteObject(CollectObject ColObjIn, string RunIdIn)
Parameters
| Type |
Name |
Description |
| CollectObject |
ColObjIn |
|
| System.String |
RunIdIn |
|
Properties
|
Improve this Doc
View Source
ColObj
Declaration
public CollectObject ColObj { get; }
Property Value
|
Improve this Doc
View Source
Identity
Declaration
public string Identity { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
RowKey
Declaration
public string RowKey { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
RunId
Declaration
public string RunId { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Serialized
Declaration
public string Serialized { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
FromString(String, RESULT_TYPE, String)
Declaration
public static WriteObject FromString(string SerializedIn, RESULT_TYPE ResultTypeIn, string RunIdIn)
Parameters
| Type |
Name |
Description |
| System.String |
SerializedIn |
|
| RESULT_TYPE |
ResultTypeIn |
|
| System.String |
RunIdIn |
|
Returns