VeriStand .NET API Reference

Table of Contents

AbstractDeclaration Class

Represents the abstract base class from which all variable, parameter, and return declarations derive.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public MustInherit Class AbstractDeclaration _
	Inherits BaseNode _
	Implements IEquatable(Of AbstractDeclaration), INotifyPropertyChanged
C#
public abstract class AbstractDeclaration : BaseNode, 
	IEquatable<AbstractDeclaration>, INotifyPropertyChanged
Visual C++
public ref class AbstractDeclaration abstract : public BaseNode, 
	IEquatable<AbstractDeclaration^>, INotifyPropertyChanged

Remarks

AbstractDeclaration provides an abstract base class for declarations within the NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi namespace.

Inheritance Hierarchy

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