C# Class Opc.Ua.ContentFilterElement

Inheritance: IFormattable
ファイルを表示 Open project: OPCFoundation/Misc-Tools Class Usage Examples

Public Methods

Method Description
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.

Method Details

GetOperands() public method

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

SetOperands() public method

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

ToString() public method

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

ToString() public method

Converts an ContentFilterElement to a displayable string.
public ToString ( INodeTable nodeTable ) : string
nodeTable INodeTable The node table.
return string

ToString() public method

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.
return string

Validate() public method

Validates the content filter element.
public Validate ( FilterContext context, int index ) : ContentFilter.ElementResult
context FilterContext The context.
index int The index.
return ContentFilter.ElementResult