VeriStand .NET API Reference

Table of Contents

DataResource Class

Represents a source of data for a real-time sequence.

Namespace: NationalInstruments.VeriStand.Data
Assembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class DataResource _
	Implements INotifyPropertyChanged, ICloneable, IEquatable(Of DataResource)
C#
[SerializableAttribute]
public abstract class DataResource : INotifyPropertyChanged, 
	ICloneable, IEquatable<DataResource>
Visual C++
[SerializableAttribute]
public ref class DataResource abstract : INotifyPropertyChanged, 
	ICloneable, IEquatable<DataResource^>

Remarks

This class is the base class for DataValue and SystemDefinitionChannelResource. The Stimulus Profile API represents each parameter assignment to a real-time sequence call as a DataResource.

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.Data.DataResource
        NationalInstruments.VeriStand.Data.DataValue
        NationalInstruments.VeriStand.Data.SystemDefinitionChannelResource

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience