C# 클래스 Opc.Ua.ElementOperand

상속: IFormattable
파일 보기 프로젝트 열기: OPCFoundation/Misc-Tools 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

ElementOperand() 공개 메소드

Constructs an operand from a value.
public ElementOperand ( uint index ) : System
index uint The index.
리턴 System

ToString() 공개 메소드

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

Converts an ElementOperand to a displayable string.
public ToString ( INodeTable table ) : string
table INodeTable The table.
리턴 string

ToString() 공개 메소드

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.
리턴 string

Validate() 공개 메소드

Validates the operand.
public Validate ( FilterContext context, int index ) : ServiceResult
context FilterContext The context.
index int The index.
리턴 ServiceResult