Show / Hide Table of Contents

Class FamosFileSingleValue

The base class for a named single value of certain type.

Inheritance
System.Object
FamosFileBase
FamosFileBaseExtended
FamosFileBaseProperty
FamosFileSingleValue
FamosFileSingleValue<T>
Inherited Members
FamosFileBaseProperty.PropertyInfo
FamosFileBase.Validate()
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public abstract class FamosFileSingleValue : FamosFileBaseProperty

Properties

| Improve this Doc View Source

Comment

Gets or sets the comment.

Declaration
public string Comment { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DataType

Gets the data type.

Declaration
public FamosFileDataType DataType { get; }
Property Value
Type Description
FamosFileDataType
| Improve this Doc View Source

Name

Gets the name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RawData

Gets the raw data (bytes).

Declaration
public ReadOnlyCollection<byte> RawData { get; }
Property Value
Type Description
System.Collections.ObjectModel.ReadOnlyCollection<System.Byte>
| Improve this Doc View Source

Time

Gets or sets the time when the value was created.

Declaration
public DateTime Time { get; set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

Unit

Gets or sets the unit.

Declaration
public string Unit { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms