Click or drag to resize

CommenceConnection Class

Describes a Commence connection.
Inheritance Hierarchy
SystemObject
  Vovin.CmcLibNet.Database.MetadataCommenceConnection

Namespace:  Vovin.CmcLibNet.Database.Metadata
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
[SerializableAttribute]
public class CommenceConnection : ICommenceConnection

The CommenceConnection type exposes the following members.

Constructors
  NameDescription
Public methodCommenceConnection
Initializes a new instance of the CommenceConnection class
Top
Properties
  NameDescription
Public propertyFullName
Fully qualified name
Public propertyName
Name of connection.
Public propertyToCategory
Connected category name.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also