Share via


ServiceSummary Members

Microsoft Robotics Class Reference

The ServiceSummary type exposes the following members.

Constructors

  Name Description
Public method ServiceSummary
Initializes a new instance of the ServiceSummary class

Methods

  Name Description
Public method Clone
Creates o copy of the current instance
(Overrides CommentedElement. . :: . .Clone() () () ().)
Public method CopyTo
Copies the members values of the current instance to the target
(Overrides ServiceInfoBase. . :: . .CopyTo(IDssSerializable).)
Public method Deserialize
Deserializes the values of the members from a reader
(Overrides ServiceInfoBase. . :: . .Deserialize(BinaryReader).)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
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.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Serialize
Serializes the values of the members of the current instance
(Overrides ServiceInfoBase. . :: . .Serialize(BinaryWriter).)
Public method ShouldSerializeCategories
Gets a value that indicates whether to serialize the Categories property
(Inherited from ServiceInfoBase.)
Public method ShouldSerializePartners
Gets a value that indicates whether to serialize the Partners property
(Inherited from ServiceInfoBase.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property ActivationSettings
Gets or sets the settings with which to activate an instance of the service
(Inherited from ServiceInfoBase.)
Public property AdditionalDescription
Gets or sets additional description for the service such as URL.
(Inherited from ServiceInfoBase.)
Public property AlternatePorts
Gets the alternate ports of the service
Public property Assembly
Gets or sets the assembly that contains the service
Public property Categories
Gets the categories of the service
(Inherited from ServiceInfoBase.)
Public property ClsCompliant
Gets or sets a value that indicates whether the assembly is CLS compliant
(Inherited from ContractElement.)
Public property Comment
Gets or sets the comment
(Inherited from CommentedElement.)
Public property ContractIdentifier
Gets or sets the identifier of the contract
(Inherited from ServiceInfoBase.)
Public property Description
Gets or sets the description of the contract element
(Inherited from ContractElement.)
Public property DisplayName
Gets or sets the display name of the contract element
(Inherited from ContractElement.)
Public property FullName
Gets or sets the name of the service

Remarks

I the service has an implementation class this is the fullname of the class, otherwise it is the namespace in which the service is defined.
(Inherited from ServiceInfoBase.)
Public property HasImplementation
Gets or sets a value that indicates whether the contract describes an abstract service
(Inherited from ServiceInfoBase.)
Public property InitialStatePartner
Gets or sets the configuration of the initial state partner

Remarks

The value of the property is
Dd150102.CopyCode(en-us,MSDN.10).gifCopyC#
null
if the service doesn't have an initial state partner
(Inherited from ServiceInfoBase.)
Public property IsBrowsable
Gets or sets a value that indicates whether the contract element is visable is design tools
(Inherited from ContractElement.)
Public property IsService
Gets a value that indicates whether the service summary represents a service or is a placeholder of a data-only namespace
Public property MainPort
Gets or sets the main port of the service
Public property Name
Gets the name of the implementation class

Remarks

If
Dd150102.CopyCode(en-us,MSDN.10).gifCopyC#
HasImplementation
is
Dd150102.CopyCode(en-us,MSDN.10).gifCopyC#
    false
  
, this is the last segment of the namespace
(Inherited from ServiceInfoBase.)
Public property Namespace
Gets the namespace in which the service is defined
(Inherited from ServiceInfoBase.)
Public property Partners
Gets the partners of the service

Remarks

This list is empty if the
Dd150102.CopyCode(en-us,MSDN.10).gifCopyC#
IsAbstract
property is
Dd150102.CopyCode(en-us,MSDN.10).gifCopyC#
    true
  
(Inherited from ServiceInfoBase.)

See Also

ServiceSummary Class

Microsoft.Dss.Core.ContractModel Namespace