View Issue Details

IDProjectCategoryView StatusLast Update
0000018.NET APIImplementation Bugpublic2007-02-10 03:28
ReporterRandy Armstrong Assigned ToRandy Armstrong  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000018: The property "Name" has the wrong contents.
Description

Class Opc.Ae.BrowseElement
(File: Source\NET PI\Ae\Opc.Ae.BrowseElement.cs).

Problem description: the property "Name" has the wrong contents.

Reason:
The properties QualifiedName and Name are both setting and returning the value of the private field "m_name".

These properties are correctly initialized within OpcCom.Ae.Server.FetchElement()
Name is set first, then QualifiedName.

It results that the field QualifiedName is correct, but Name receives the qualified name, the expected value is lost.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2005-12-12 23:25 Randy Armstrong New Issue
2005-12-12 23:25 Randy Armstrong Status new => assigned
2005-12-12 23:25 Randy Armstrong Assigned To => Randy Armstrong
2005-12-12 23:26 Randy Armstrong Category => Implementation Bug
2007-02-10 03:28 Randy Armstrong Status assigned => resolved
2007-02-10 03:28 Randy Armstrong Resolution open => fixed