C# Класс Opc.Ua.Com.Specification

A description of an interface version defined by an OPC specification.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Ae10 Specification
Batch10 Specification
Batch20 Specification
Da10 Specification
Da20 Specification
Da30 Specification
Dx10 Specification
Hda10 Specification
XmlDa10 Specification

Открытые методы

Метод Описание
Equals ( object target ) : bool

Determines if the object is equal to the specified value.

GetHashCode ( ) : int

Returns a suitable hash code for the result.

Specification ( string id, string description ) : System

Initializes the object with the description and a GUId as a string.

ToString ( ) : string

Converts the object to a string used for display.

operator ( ) : bool

Returns true if the objects are equal.

Описание методов

Equals() публичный Метод

Determines if the object is equal to the specified value.
public Equals ( object target ) : bool
target object
Результат bool

GetHashCode() публичный Метод

Returns a suitable hash code for the result.
public GetHashCode ( ) : int
Результат int

Specification() публичный Метод

Initializes the object with the description and a GUId as a string.
public Specification ( string id, string description ) : System
id string
description string
Результат System

ToString() публичный Метод

Converts the object to a string used for display.
public ToString ( ) : string
Результат string

operator() публичный статический Метод

Returns true if the objects are equal.
public static operator ( ) : bool
Результат bool

Описание свойств

Ae10 публичное статическое свойство

A set of Specification objects for existing OPC specifications.
public static Specification,Opc.Ua.Com Ae10
Результат Specification

Batch10 публичное статическое свойство

public static Specification,Opc.Ua.Com Batch10
Результат Specification

Batch20 публичное статическое свойство

public static Specification,Opc.Ua.Com Batch20
Результат Specification

Da10 публичное статическое свойство

public static Specification,Opc.Ua.Com Da10
Результат Specification

Da20 публичное статическое свойство

public static Specification,Opc.Ua.Com Da20
Результат Specification

Da30 публичное статическое свойство

public static Specification,Opc.Ua.Com Da30
Результат Specification

Dx10 публичное статическое свойство

public static Specification,Opc.Ua.Com Dx10
Результат Specification

Hda10 публичное статическое свойство

public static Specification,Opc.Ua.Com Hda10
Результат Specification

XmlDa10 публичное статическое свойство

public static Specification,Opc.Ua.Com XmlDa10
Результат Specification