C# Class openVisN.MetadataSingle

Inheritance: MetadataBase
ファイルを表示 Open project: GridProtectionAlliance/openHistorian

Public Methods

Method Description
MetadataSingle ( System.Guid uniqueId, ulong historianId, string name, string description, CalculationMethod calculations = null ) : System

Protected Methods

Method Description
GetValue ( ulong value ) : IConvertible
ToRaw ( IConvertible value ) : ulong

Method Details

GetValue() protected method

protected GetValue ( ulong value ) : IConvertible
value ulong
return IConvertible

MetadataSingle() public method

public MetadataSingle ( System.Guid uniqueId, ulong historianId, string name, string description, CalculationMethod calculations = null ) : System
uniqueId System.Guid
historianId ulong
name string
description string
calculations openVisN.Calculations.CalculationMethod
return System

ToRaw() protected method

protected ToRaw ( IConvertible value ) : ulong
value IConvertible
return ulong