C# Class Opc.Ua.ElementOperand

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

Méthodes publiques

Méthode Description
ElementOperand ( uint index ) : System

Constructs an operand from a value.

ToString ( ) : string

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

ToString ( INodeTable table ) : string

Converts an ElementOperand 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.

Method Details

ElementOperand() public méthode

Constructs an operand from a value.
public ElementOperand ( uint index ) : System
index uint The index.
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 ElementOperand to a displayable string.
public ToString ( INodeTable table ) : string
table INodeTable The 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.
public Validate ( FilterContext context, int index ) : ServiceResult
context FilterContext The context.
index int The index.
Résultat ServiceResult