Class FamosFileSingleValue
The base class for a named single value of certain type.
Inheritance
System.Object
FamosFileSingleValue
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public abstract class FamosFileSingleValue : FamosFileBaseProperty
Properties
| Improve this Doc View SourceComment
Gets or sets the comment.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataType
Gets the data type.
Declaration
public FamosFileDataType DataType { get; }
Property Value
Type | Description |
---|---|
FamosFileDataType |
Name
Gets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RawData
Gets the raw data (bytes).
Declaration
public ReadOnlyCollection<byte> RawData { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<System.Byte> |
Time
Gets or sets the time when the value was created.
Declaration
public DateTime Time { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Unit
Gets or sets the unit.
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System.String |