Share via


ServiceSummary Members

Microsoft Robotics Studio

Syntax

public class ServiceSummary
'Declaration
Public Class ServiceSummary
public ref class ServiceSummary

The type exposes the following members.

Public Constructors

  Name Description
Public method ServiceSummaryServiceSummaryNew
Default constructor

Public Methods

  Name Description
Public method Clone
Clone Service Summary
Public method CopyTo
Copy To Service Summary
Public method Deserialize
Deserialize Deserialize
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Serialize
Serialize Serialize
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Public Fields

  Name Description
Public field AlternateContracts
Alternate contracts used
Public field Categories
List of categories
Public field DataContracts
List of data contract types
Public field Operations
List of Dssp operations
Public field PartnerDescriptions
Partner descriptions
Public field Partners
List of partners
Public field ReferencedContracts
Other dss service contracts referenced

Public Properties

  Name Description
Public property AlternatePorts
Alternate Contract Operation Ports
Public property ClrNamespace
Dss Clr Namespace
Public property Description
Dss Service Description
Public property DisplayName
Dss Service Display Name
Public property DssContract
Dss Service Contract
Public property HasInitialStatePartner
Has Initial State Partner
Public property InitialState
Initial State Partner
Public property InitialStatePartner
The initial state partner location
Public property IsAbstract
Gets a flag that indicates whether the service summary represents an abstract contract
Public property MainPort
The Dss Main Service Port
Public property Name
The Dss Service Name
Public property NotificationPort
The Dss Notifications Port
Public property ResponsePorts
Response Ports
Public property Runtime
Service Runtime Settings
Public property ServicePrefix
The Dss Service Prefix
Public property SourceAssembly
The source assembly of this service.

See Also

ServiceSummary

Microsoft.Dss.Services.ContractModel Namespace