C# Class Opc.Ua.Com.Specification

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

Méthodes publiques

Свойство Type Description
Ae10 Specification
Batch10 Specification
Batch20 Specification
Da10 Specification
Da20 Specification
Da30 Specification
Dx10 Specification
Hda10 Specification
XmlDa10 Specification

Méthodes publiques

Méthode 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 méthode

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

GetHashCode() public méthode

Returns a suitable hash code for the result.
public GetHashCode ( ) : int
Résultat int

Specification() public méthode

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

ToString() public méthode

Converts the object to a string used for display.
public ToString ( ) : string
Résultat string

operator() public static méthode

Returns true if the objects are equal.
public static operator ( ) : bool
Résultat 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
Résultat Specification

Batch10 public_oe static_oe property

public static Specification,Opc.Ua.Com Batch10
Résultat Specification

Batch20 public_oe static_oe property

public static Specification,Opc.Ua.Com Batch20
Résultat Specification

Da10 public_oe static_oe property

public static Specification,Opc.Ua.Com Da10
Résultat Specification

Da20 public_oe static_oe property

public static Specification,Opc.Ua.Com Da20
Résultat Specification

Da30 public_oe static_oe property

public static Specification,Opc.Ua.Com Da30
Résultat Specification

Dx10 public_oe static_oe property

public static Specification,Opc.Ua.Com Dx10
Résultat Specification

Hda10 public_oe static_oe property

public static Specification,Opc.Ua.Com Hda10
Résultat Specification

XmlDa10 public_oe static_oe property

public static Specification,Opc.Ua.Com XmlDa10
Résultat Specification