C# Class Opc.Ua.AttributeOperand

Inheritance: IFormattable
Afficher le fichier Open project: OPCFoundation/Misc-Tools

Méthodes publiques

Méthode Description
AttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId nodeId, RelativePath relativePath ) : System

Creates an operand that references a component/property of a type.

AttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId typeDefinitionId, string browsePath, uint attributeId, string indexRange ) : System

Creates an operand that references a component/property of a type.

AttributeOperand ( Opc.Ua.NodeId nodeId, IList browsePaths ) : System

Constructs an operand from a value.

AttributeOperand ( Opc.Ua.NodeId nodeId, Opc.Ua.QualifiedName browsePath ) : System

Constructs an operand from a value.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

ToString ( INodeTable nodeTable ) : string

Converts an AttributeOperand to a displayable string.

ToString ( string format, IFormatProvider formatProvider ) : string

Formats the value of the current instance using the specified format.

Validate ( FilterContext context, int index ) : ServiceResult

Validates the operand (sets the ParsedBrowsePath and ParsedIndexRange properties).

Method Details

AttributeOperand() public méthode

Creates an operand that references a component/property of a type.
public AttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId nodeId, RelativePath relativePath ) : System
context FilterContext The context.
nodeId Opc.Ua.ExpandedNodeId The node identifier.
relativePath RelativePath The relative path.
Résultat System

AttributeOperand() public méthode

Creates an operand that references a component/property of a type.
public AttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId typeDefinitionId, string browsePath, uint attributeId, string indexRange ) : System
context FilterContext The context.
typeDefinitionId Opc.Ua.ExpandedNodeId The type definition identifier.
browsePath string The browse path.
attributeId uint The attribute identifier.
indexRange string The index range.
Résultat System

AttributeOperand() public méthode

Constructs an operand from a value.
public AttributeOperand ( Opc.Ua.NodeId nodeId, IList browsePaths ) : System
nodeId Opc.Ua.NodeId The node identifier.
browsePaths IList The browse paths.
Résultat System

AttributeOperand() public méthode

Constructs an operand from a value.
public AttributeOperand ( Opc.Ua.NodeId nodeId, Opc.Ua.QualifiedName browsePath ) : System
nodeId Opc.Ua.NodeId The node identifier.
browsePath Opc.Ua.QualifiedName The browse path.
Résultat System

ToString() public méthode

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Résultat string

ToString() public méthode

Converts an AttributeOperand to a displayable string.
public ToString ( INodeTable nodeTable ) : string
nodeTable INodeTable The node table.
Résultat string

ToString() public méthode

Formats the value of the current instance using the specified format.
public ToString ( string format, IFormatProvider formatProvider ) : string
format string The specifying the format to use. /// -or- /// null to use the default format defined for the type of the implementation.
formatProvider IFormatProvider The to use to format the value. /// -or- /// null to obtain the numeric format information from the current locale setting of the operating system.
Résultat string

Validate() public méthode

Validates the operand (sets the ParsedBrowsePath and ParsedIndexRange properties).
public Validate ( FilterContext context, int index ) : ServiceResult
context FilterContext The context.
index int The index.
Résultat ServiceResult