Click or drag to resize
ModuleService Class
Represets Atomia Provisioning Module Service.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.Base.ModuleModuleService

Namespace: Atomia.Provisioning.Base.Module
Assembly: Atomia.Provisioning.Base.Module (in Atomia.Provisioning.Base.Module.dll) Version: 17.3.6337.16009
Syntax
public class ModuleService

The ModuleService type exposes the following members.

Constructors
  NameDescription
Public methodModuleService(String, String)
Initializes a new instance of the ModuleService class.
Public methodModuleService(String, String, String)
Initializes a new instance of the ModuleService class.
Top
Properties
  NameDescription
Public propertyChildren
Gets or sets the list of child services.
Public propertyInstanceId
Gets or sets the instance id.
Public propertyItem
Indexer for service properties.
Public propertyLogicalID
Gets a service ID for logical representation of service.
Public propertyName
Gets a service name.
Public propertyParent
Gets or sets the parent service.
Public propertyPhysicalID
Gets or sets a service ID for physical representation of service.
Public propertyProperties
Gets or sets service properties.
Public propertyProvisioningId
Gets or sets provisioning ID
Top
Methods
  NameDescription
Public methodClone
Clones this module service instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAllProperties
Gets all module service properties for this service.
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