Click or drag to resize
GroupOfServiceToDelete2 Class
Describes which services should be deleted within parent service to be able to change package.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.BaseGroupOfServiceToDelete2

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

The GroupOfServiceToDelete2 type exposes the following members.

Constructors
  NameDescription
Public methodGroupOfServiceToDelete2
Initializes a new instance of the GroupOfServiceToDelete2 class
Top
Properties
  NameDescription
Public propertyChildNames
Gets or sets names of the child services.
Public propertyDeleteGlobal
Gets or sets a value indicating whether the service should be deleted on any path.
Public propertyNumberOfServiceToDelete
Gets or sets the number of service to delete to be able to change package.
Public propertyParentService
Gets or sets the parent service instance.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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