C# 클래스 Opc.Ua.ContentFilterElement

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

공개 메소드들

메소드 설명
GetOperands ( ) : List

Returns the operands for the element.

SetOperands ( IEnumerable operands ) : void

Sets the operands for the element.

ToString ( ) : string

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

ToString ( INodeTable nodeTable ) : string

Converts an ContentFilterElement 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 ) : ContentFilter.ElementResult

Validates the content filter element.

메소드 상세

GetOperands() 공개 메소드

Returns the operands for the element.
public GetOperands ( ) : List
리턴 List

SetOperands() 공개 메소드

Sets the operands for the element.
public SetOperands ( IEnumerable operands ) : void
operands IEnumerable The list of the operands.
리턴 void

ToString() 공개 메소드

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

ToString() 공개 메소드

Converts an ContentFilterElement to a displayable string.
public ToString ( INodeTable nodeTable ) : string
nodeTable INodeTable The node 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 content filter element.
public Validate ( FilterContext context, int index ) : ContentFilter.ElementResult
context FilterContext The context.
index int The index.
리턴 ContentFilter.ElementResult