Share via


ServiceInfoBase Members

Microsoft Robotics Class Reference

The ServiceInfoBase type exposes the following members.

Constructors

  Name Description
Protected method ServiceInfoBase
Initializes a new instance of the ServiceInfoBase class

Methods

  Name Description
Public method Clone
Creates o copy of the current instance
(Inherited from CommentedElement.)
Public method CopyTo
Copies the members values of the current instance to the target
(Overrides ContractElement. . :: . .CopyTo(IDssSerializable).)
Public method Deserialize
Deserializes the values of the members from a reader
(Overrides ContractElement. . :: . .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 ContractElement. . :: . .Serialize(BinaryWriter).)
Public method ShouldSerializeCategories
Gets a value that indicates whether to serialize the Categories property
Public method ShouldSerializePartners
Gets a value that indicates whether to serialize the Partners property
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
Public property AdditionalDescription
Gets or sets additional description for the service such as URL.
Public property Categories
Gets the categories of the service
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
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.
Public property HasImplementation
Gets or sets a value that indicates whether the contract describes an abstract service
Public property InitialStatePartner
Gets or sets the configuration of the initial state partner

Remarks

The value of the property is
Dd188765.CopyCode(en-us,MSDN.10).gifCopyC#
    null
  
if the service doesn't have an initial state partner
Public property IsBrowsable
Gets or sets a value that indicates whether the contract element is visable is design tools
(Inherited from ContractElement.)
Public property Name
Gets the name of the implementation class

Remarks

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

Remarks

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

See Also

ServiceInfoBase Class

Microsoft.Dss.Core.ContractModel Namespace