C# 클래스 Opc.Ua.SimpleAttributeOperand

A clause that identifies a field to return with the event.
상속: IFormattable
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
Format ( IList browsePath ) : string

Formats a browse path.

Parse ( string browsePath ) : QualifiedNameCollection

Parses a browse path.

SimpleAttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId typeId, IList browsePath ) : System

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

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

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

SimpleAttributeOperand ( Opc.Ua.NodeId typeId, IList browsePath ) : System

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

SimpleAttributeOperand ( Opc.Ua.NodeId typeId, Opc.Ua.QualifiedName browsePath ) : System

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

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).

메소드 상세

Format() 공개 정적인 메소드

Formats a browse path.
public static Format ( IList browsePath ) : string
browsePath IList
리턴 string

Parse() 공개 정적인 메소드

Parses a browse path.
public static Parse ( string browsePath ) : QualifiedNameCollection
browsePath string
리턴 QualifiedNameCollection

SimpleAttributeOperand() 공개 메소드

Creates an operand that references a component/property of a type.
public SimpleAttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId typeId, IList browsePath ) : System
context FilterContext
typeId Opc.Ua.ExpandedNodeId
browsePath IList
리턴 System

SimpleAttributeOperand() 공개 메소드

Creates an operand that references a component/property of a type.
public SimpleAttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId typeDefinitionId, string browsePath, uint attributeId, string indexRange ) : System
context FilterContext
typeDefinitionId Opc.Ua.ExpandedNodeId
browsePath string
attributeId uint
indexRange string
리턴 System

SimpleAttributeOperand() 공개 메소드

Creates an operand that references a component/property of a type.
public SimpleAttributeOperand ( Opc.Ua.NodeId typeId, IList browsePath ) : System
typeId Opc.Ua.NodeId
browsePath IList
리턴 System

SimpleAttributeOperand() 공개 메소드

Creates an operand that references a component/property of a type.
public SimpleAttributeOperand ( Opc.Ua.NodeId typeId, Opc.Ua.QualifiedName browsePath ) : System
typeId Opc.Ua.NodeId
browsePath Opc.Ua.QualifiedName
리턴 System

ToString() 공개 메소드

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

ToString() 공개 메소드

Converts an AttributeOperand to a displayable string.
public ToString ( INodeTable nodeTable ) : string
nodeTable INodeTable
리턴 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 (sets the ParsedBrowsePath and ParsedIndexRange properties).
public Validate ( FilterContext context, int index ) : ServiceResult
context FilterContext
index int
리턴 ServiceResult