[This is preliminary documentation and is subject to change.]

The Service type exposes the following members.

Constructors

  NameDescription
Public methodService

Methods

  NameDescription
Public methodStatic memberDeserializeXml
Deserialze the xml file to the object
Public methodStatic memberDeserializeXmlStringOverloaded.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
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 methodStatic memberGetApplicationType
Gets the type of the application
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodStatic memberGetSerialOverloaded.
Public methodStatic memberGetServiceType
Gets the service type
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsApplicationOk
Tests if the application is valid
Public methodStatic memberIsSerialOk
Checks and verifies teh serial number of the current installation against the sid
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberPrimaryId
The primary id extracted from the service type. The return value is -1 if the value could not be extracted
Public methodStatic memberSecondaryId
Extracts the secondary id from the service id, the return value is -1 if this value does not exist or it could not be extracted.
Public methodStatic memberSerializeOverloaded.
Public methodStatic memberSerializeXml
Serialize the given object to a xml file
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also