Show / Hide Table of Contents

Class FamosFileSingleValue<T>

A named single value of type T.

Inheritance
System.Object
FamosFileBase
FamosFileBaseExtended
FamosFileBaseProperty
FamosFileSingleValue
FamosFileSingleValue<T>
Inherited Members
FamosFileSingleValue.DataType
FamosFileSingleValue.Name
FamosFileSingleValue.RawData
FamosFileSingleValue.Unit
FamosFileSingleValue.Comment
FamosFileSingleValue.Time
FamosFileBaseProperty.PropertyInfo
FamosFileBase.Validate()
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileSingleValue<T> : FamosFileSingleValue where T : struct
Type Parameters
Name Description
T

The data type parameter.

Constructors

| Improve this Doc View Source

FamosFileSingleValue(String, T)

Initializes a new instance of the FamosFileSingleValue<T> class.

Declaration
public FamosFileSingleValue(string name, T value)
Parameters
Type Name Description
System.String name

The name of the single value.

T value

The value of the single value.

Properties

| Improve this Doc View Source

Value

Gets the value of type T.

Declaration
public T Value { get; }
Property Value
Type Description
T
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms