Click or drag to resize

Services Class

Class that points to services
Inheritance Hierarchy
SystemObject
  Vovin.CmcLibNet.ServicesServices

Namespace:  Vovin.CmcLibNet.Services
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public class Services : IServices

The Services type exposes the following members.

Constructors
  NameDescription
Public methodServices
Initializes a new instance of the Services class
Top
Methods
  NameDescription
Public methodClose
Does not do anything, just in there for consistency.
Public methodCopyActiveItemToClipboard
Copies the values of the active item to clipboard. If no view is active, or the viewtype cannot be queried (like Document, Report Viewer), nothing happens.
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