Class CollectObject
Abstract parent class that all Collected data inherits from.
Inheritance
System.Object
CollectObject
Assembly: AsaLib.dll
Syntax
public abstract class CollectObject : object
Properties
|
Improve this Doc
View Source
Identity
Declaration
public abstract string Identity { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ResultType
Declaration
public RESULT_TYPE ResultType { get; set; }
Property Value
|
Improve this Doc
View Source
RowKey
Declaration
public string RowKey { 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
ShouldSerializeRowKey()
Declaration
public static bool ShouldSerializeRowKey()
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeSerialized()
Declaration
public static bool ShouldSerializeSerialized()
Returns
| Type |
Description |
| System.Boolean |
|