Class VirtualParameterHierarchy.SampleData
The sample data.
Inheritance
System.Object
    VirtualParameterHierarchy.SampleData
  Namespace: MESL.SqlRace.Domain.VirtualParameters
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class SampleData : ValueTypeProperties
Data
Gets or sets the data.
Declaration
public double[] Data { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double[] | 
Identifier
Gets or sets the identifier.
Declaration
public string Identifier { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The identifier. | 
Status
Gets or sets the status.
Declaration
public DataStatusType[] Status { get; set; }Property Value
| Type | Description | 
|---|---|
| MAT.OCS.Core.DataStatusType[] | 
Time
Gets or sets the time.
Declaration
public long[] Time { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int64[] | 
Methods
ToString()
The to string.
Declaration
public override string ToString()Returns
| Type | Description | 
|---|---|
| System.String | The System.String. |