UA Bundle SDK .NET  2.2.0.255
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaClient.TypeFieldDescription Class Reference

The description of a type field. More...

Inherits IFormattable.

Public Member Functions

QualifiedNameCollection GetBrowsePath ()
 Gets the browse path. More...
 
void UpdatePaths ()
 Updates the paths. More...
 
override string ToString ()
 Returns a System.String that represents this instance. More...
 
string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 

Properties

NodeId FieldId [get, set]
 Gets or sets the field id. More...
 
QualifiedName BrowseName [get, set]
 Gets or sets the name of the browse. More...
 
LocalizedText DisplayName [get, set]
 Gets or sets the display name. More...
 
NodeClass NodeClass [get, set]
 Gets or sets the node class. More...
 
ExpandedNodeId TypeDefinitionId [get, set]
 Gets or sets the type definition id. More...
 
LocalizedText Description [get, set]
 Gets or sets the description. More...
 
NodeId DataTypeId [get, set]
 Gets or sets the data type id. More...
 
int ValueRank [get, set]
 Gets or sets the value rank. More...
 
object UserData [get, set]
 Gets or sets the user data. More...
 
TypeDescription DeclaringType [get, set]
 Gets or sets the type of the declaring. More...
 
TypeFieldDescription ParentField [get, set]
 Gets or sets the parent field. More...
 
TypeFieldDescription OverriddenField [get, set]
 Gets or sets the overridden field. More...
 
string BrowsePath [get, set]
 Gets the browse path. More...
 
string DisplayPath [get, set]
 Gets the display path. More...
 

Detailed Description

The description of a type field.

Member Function Documentation

QualifiedNameCollection UnifiedAutomation.UaClient.TypeFieldDescription.GetBrowsePath ( )
inline

Gets the browse path.

Returns
override string UnifiedAutomation.UaClient.TypeFieldDescription.ToString ( )
inline

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.
string UnifiedAutomation.UaClient.TypeFieldDescription.ToString ( string  format,
IFormatProvider  formatProvider 
)
inline

Returns a System.String that represents this instance.

Parameters
formatThe format.
formatProviderThe format provider.
Returns
A System.String that represents this instance.
void UnifiedAutomation.UaClient.TypeFieldDescription.UpdatePaths ( )
inline

Updates the paths.

Property Documentation

QualifiedName UnifiedAutomation.UaClient.TypeFieldDescription.BrowseName
getset

Gets or sets the name of the browse.

The name of the browse.

string UnifiedAutomation.UaClient.TypeFieldDescription.BrowsePath
getset

Gets the browse path.

NodeId UnifiedAutomation.UaClient.TypeFieldDescription.DataTypeId
getset

Gets or sets the data type id.

The data type id.

TypeDescription UnifiedAutomation.UaClient.TypeFieldDescription.DeclaringType
getset

Gets or sets the type of the declaring.

The type of the declaring.

LocalizedText UnifiedAutomation.UaClient.TypeFieldDescription.Description
getset

Gets or sets the description.

The description.

LocalizedText UnifiedAutomation.UaClient.TypeFieldDescription.DisplayName
getset

Gets or sets the display name.

The display name.

string UnifiedAutomation.UaClient.TypeFieldDescription.DisplayPath
getset

Gets the display path.

NodeId UnifiedAutomation.UaClient.TypeFieldDescription.FieldId
getset

Gets or sets the field id.

The node id of the field belonging to a type.

NodeClass UnifiedAutomation.UaClient.TypeFieldDescription.NodeClass
getset

Gets or sets the node class.

The node class.

TypeFieldDescription UnifiedAutomation.UaClient.TypeFieldDescription.OverriddenField
getset

Gets or sets the overridden field.

The overridden field.

TypeFieldDescription UnifiedAutomation.UaClient.TypeFieldDescription.ParentField
getset

Gets or sets the parent field.

The parent field.

ExpandedNodeId UnifiedAutomation.UaClient.TypeFieldDescription.TypeDefinitionId
getset

Gets or sets the type definition id.

The type definition id.

object UnifiedAutomation.UaClient.TypeFieldDescription.UserData
getset

Gets or sets the user data.

The user data.

int UnifiedAutomation.UaClient.TypeFieldDescription.ValueRank
getset

Gets or sets the value rank.

The value rank.


The documentation for this class was generated from the following file: