C# Class Opc.Ua.Com.Specification

A description of an interface version defined by an OPC specification.
Exibir arquivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Properties

Property Type Description
Ae10 Specification
Batch10 Specification
Batch20 Specification
Da10 Specification
Da20 Specification
Da30 Specification
Dx10 Specification
Hda10 Specification
XmlDa10 Specification

Public Methods

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

Method Details

Equals() public method

Determines if the object is equal to the specified value.
public Equals ( object target ) : bool
target object
return bool

GetHashCode() public method

Returns a suitable hash code for the result.
public GetHashCode ( ) : int
return int

Specification() public method

Initializes the object with the description and a GUId as a string.
public Specification ( string id, string description ) : System
id string
description string
return System

ToString() public method

Converts the object to a string used for display.
public ToString ( ) : string
return string

operator() public static method

Returns true if the objects are equal.
public static operator ( ) : bool
return bool

Property Details

Ae10 public_oe static_oe property

A set of Specification objects for existing OPC specifications.
public static Specification,Opc.Ua.Com Ae10
return Specification

Batch10 public_oe static_oe property

public static Specification,Opc.Ua.Com Batch10
return Specification

Batch20 public_oe static_oe property

public static Specification,Opc.Ua.Com Batch20
return Specification

Da10 public_oe static_oe property

public static Specification,Opc.Ua.Com Da10
return Specification

Da20 public_oe static_oe property

public static Specification,Opc.Ua.Com Da20
return Specification

Da30 public_oe static_oe property

public static Specification,Opc.Ua.Com Da30
return Specification

Dx10 public_oe static_oe property

public static Specification,Opc.Ua.Com Dx10
return Specification

Hda10 public_oe static_oe property

public static Specification,Opc.Ua.Com Hda10
return Specification

XmlDa10 public_oe static_oe property

public static Specification,Opc.Ua.Com XmlDa10
return Specification