C# Class Opc.Ua.TypeTable.TypeInfo

Stores the information about an indexed type.
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary

Méthodes publiques

Свойство Type Description
BrowseName Opc.Ua.QualifiedName
Deleted bool
Encodings Opc.Ua.NodeId[]
NodeId Opc.Ua.NodeId
SubTypes NodeIdDictionary
SuperType TypeInfo

Méthodes publiques

Méthode Description
AddSubType ( TypeInfo subType ) : void

Adds a subtype to the object.

GetSubtypes ( List nodeIds ) : void

Adds the subtypes to the list.

IsTypeOf ( Opc.Ua.NodeId nodeId ) : bool

Checks if the type is a subtype of the specified node.

RemoveSubType ( Opc.Ua.NodeId subtypeId ) : void

Remove subtype.

Method Details

AddSubType() public méthode

Adds a subtype to the object.
public AddSubType ( TypeInfo subType ) : void
subType TypeInfo The subtype
Résultat void

GetSubtypes() public méthode

Adds the subtypes to the list.
public GetSubtypes ( List nodeIds ) : void
nodeIds List The node identifiers.
Résultat void

IsTypeOf() public méthode

Checks if the type is a subtype of the specified node.
public IsTypeOf ( Opc.Ua.NodeId nodeId ) : bool
nodeId Opc.Ua.NodeId The node identifier.
Résultat bool

RemoveSubType() public méthode

Remove subtype.
public RemoveSubType ( Opc.Ua.NodeId subtypeId ) : void
subtypeId Opc.Ua.NodeId The subtype identifier.
Résultat void

Property Details

BrowseName public_oe property

public QualifiedName,Opc.Ua BrowseName
Résultat Opc.Ua.QualifiedName

Deleted public_oe property

public bool Deleted
Résultat bool

Encodings public_oe property

public NodeId[],Opc.Ua Encodings
Résultat Opc.Ua.NodeId[]

NodeId public_oe property

public NodeId,Opc.Ua NodeId
Résultat Opc.Ua.NodeId

SubTypes public_oe property

public NodeIdDictionary SubTypes
Résultat NodeIdDictionary

SuperType public_oe property

public TypeInfo SuperType
Résultat TypeInfo