uaPLUS Reference
ConstructIdForCondition Method
See Also  Send Feedback
Advosol.uaPLUS.AE Namespace > AeParsedNodeId Class : ConstructIdForCondition Method

sourceId
The source id.
categoryId
The category id.
conditionName
Name of the condition.
namespaceIndex
Index of the namespace.

Glossary Item Box

Constructs the id for condition.

Syntax

Visual Basic (Declaration) 
Public Shared Function ConstructIdForCondition( _
   ByVal sourceId As String, _
   ByVal categoryId As Integer, _
   ByVal conditionName As String, _
   ByVal namespaceIndex As UShort _
) As NodeId
C# 
public static NodeId ConstructIdForCondition( 
   string sourceId,
   int categoryId,
   string conditionName,
   ushort namespaceIndex
)

Parameters

sourceId
The source id.
categoryId
The category id.
conditionName
Name of the condition.
namespaceIndex
Index of the namespace.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.