C# Class Opc.Ua.Sample.Controls.BrowseListCtrl.ItemData

Stores the data associated with a list view item.
Inheritance: IComparable
Show file Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
IsInverse bool
ReferenceType ReferenceTypeNode
SortKey string
Target System.Data.Node
TypeDefinition System.Data.Node
Value DataValue

Public Methods

Method Description
CompareTo ( object obj ) : int

Compares the obj.

ItemData ( ReferenceTypeNode referenceType, bool isInverse, System.Data.Node target, System.Data.Node typeDefinition ) : System

Method Details

CompareTo() public method

Compares the obj.
public CompareTo ( object obj ) : int
obj object
return int

ItemData() public method

public ItemData ( ReferenceTypeNode referenceType, bool isInverse, System.Data.Node target, System.Data.Node typeDefinition ) : System
referenceType ReferenceTypeNode
isInverse bool
target System.Data.Node
typeDefinition System.Data.Node
return System

Property Details

IsInverse public property

public bool IsInverse
return bool

ReferenceType public property

public ReferenceTypeNode ReferenceType
return ReferenceTypeNode

SortKey public property

public string SortKey
return string

Target public property

public Node,System.Data Target
return System.Data.Node

TypeDefinition public property

public Node,System.Data TypeDefinition
return System.Data.Node

Value public property

public DataValue Value
return DataValue