Click or drag to resize
BasicOperationServiceSearchCriteria Class
Basic Operation service search criteria.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.BasicOperationsBasicOperationServiceSearchCriteria

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
public class BasicOperationServiceSearchCriteria

The BasicOperationServiceSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodBasicOperationServiceSearchCriteria
Initializes a new instance of the BasicOperationServiceSearchCriteria class
Top
Properties
  NameDescription
Public propertyParentService
Gets or sets the parent service.
Public propertyServiceName
Gets or sets the name of the service.
Public propertyServicePath
Gets or sets the service path.
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